mirror of
https://github.com/openharmony/useriam_faceauth.git
synced 2026-07-20 21:59:13 -04:00
d873bbfcf5
Merge pull request !37 from Tianshi Liu/master
50 lines
1.3 KiB
JSON
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": [
|
|
]
|
|
}
|
|
}
|
|
}
|