1 Star 0 Fork 76

何娇/useriam_pin_auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/pin_auth",
"version": "4.0",
"description": "PIN Authentication capability",
"homePage": "https://gitee.com/openharmony",
"author": {},
"repository": "",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath" : "base/useriam/pin_auth"
},
"dirs": {},
"scripts": {},
"component": {
"name": "pin_auth",
"subsystem": "useriam",
"adapted_system_type": [ "standard" ],
"syscap": ["SystemCapability.UserIAM.UserAuth.PinAuth"],
"features": ["pin_auth_enabled"],
"rom": "1024KB",
"ram": "6072KB",
"deps": {
"components": [
"hilog",
"ipc",
"safwk",
"samgr",
"access_token",
"miscdevice",
"user_auth_framework",
"drivers_interface_pin_auth",
"c_utils",
"enterprise_device_management",
"openssl",
"data_share"
]
},
"build": {
"group_type": {
"base_group": [
],
"fwk_group": [
"//base/useriam/pin_auth/frameworks:pinauth_framework"
],
"service_group": [
"//base/useriam/pin_auth/sa_profile:pinauth_sa_profile",
"//base/useriam/pin_auth/services:pinauthservice",
"//base/useriam/pin_auth/sa_profile:pinauth_sa_profile.init"
]
},
"inner_kits": [
{
"type": "so",
"name": "//base/useriam/pin_auth/frameworks:pinauth_framework",
"header": {
"header_files": [
"i_inputer_data.h",
"i_inputer.h",
"pinauth_register.h"
],
"header_base": "//base/useriam/pin_auth/interfaces/inner_api/"
}
}
],
"test": [
"//base/useriam/pin_auth/test/unittest:PinAuth_UT_test",
"//base/useriam/pin_auth/test/fuzztest:pin_auth_fuzz_test"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hejiaogirl/useriam_pin_auth.git
git@gitee.com:hejiaogirl/useriam_pin_auth.git
hejiaogirl
useriam_pin_auth
useriam_pin_auth
master

搜索帮助