Files
useriam_faceauth/bundle.json
T
openharmony_ci d873bbfcf5 !37 更新构建
Merge pull request !37 from Tianshi Liu/master
2022-02-16 02:11:45 +00:00

50 lines
1.3 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": [
"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: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": [
]
}
}
}