Files
useriam_faceauth/bundle.json
Tianshi Liu 67381b6ee9 update code
Signed-off-by: Tianshi Liu <tianshi.liu@huawei.com>
Change-Id: I025b0625429d6552ce81ca89980c5eb51fa8d54e
2022-02-15 21:47:28 +08:00

48 lines
1.2 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": "faceauth",
"subsystem": "useriam",
"adapted_system_type": [ "standard" ],
"syscap": ["SystemCapability.UserIAM.UserAuth.FaceAuth"],
"features": [],
"rom": "1000KB",
"ram": "16000KB",
"deps": {
"components": [
"hiviewdfx_hilog_native",
"ipc",
"aafwk_standard",
"safwk",
"samgr_standard"
],
"third_party": [
"openssl"
]
},
"build": {
"sub_component": [
"//base/user_iam/face_auth/services:face_auth_service",
"//base/user_iam/face_auth/sa_profile:face_auth_service.init",
"//base/user_iam/face_auth/sa_profile:face_auth_sa_profile"
],
"inner_kits": [
],
"test": [
]
}
}
}