Files
useriam_faceauth/bundle.json
Tianshi Liu 780b97448b add enroll preview support
Change-Id: Ibd58b4e99253b798b5cc3f68f84505ecf2920602
Signed-off-by: Tianshi Liu <tianshi.liu@huawei.com>
2022-03-31 20:35:32 +08:00

59 lines
1.6 KiB
JSON

{
"name": "@openharmony/faceauth",
"version": "3.1.0",
"description": "Face authentication capability",
"homePage": "https://gitee.com/openharmony",
"author": {},
"repository": "",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath" : "base/user_iam/face_auth"
},
"dirs": {},
"scripts": {},
"component": {
"name": "face_auth",
"subsystem": "useriam",
"adapted_system_type": [ "standard" ],
"syscap": ["SystemCapability.UserIAM.UserAuth.FaceAuth"],
"features": [],
"rom": "1000KB",
"ram": "16000KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"hiviewdfx_hilog_native",
"ipc",
"aafwk_standard",
"safwk",
"samgr_standard"
],
"third_party": [
"openssl"
]
},
"build": {
"sub_component": [
"//base/user_iam/face_auth/services:faceauthservice_group",
"//base/user_iam/face_auth/sa_profile:faceauth_sa_profile.init",
"//base/user_iam/face_auth/sa_profile:faceauth_sa_profile"
],
"inner_kits": [
{
"type": "so",
"name": "//base/user_iam/face_auth/interfaces/innerkits/faceauth:faceauth_framework_group",
"header": {
"header_files": [
"face_auth_innerkit.h"
],
"header_base": "//base/user_iam/face_auth/interfaces/innerkits/faceauth/include"
}
}
],
"test": []
}
}
}