mirror of
https://github.com/openharmony/useriam_faceauth.git
synced 2026-07-18 16:24:42 -04:00
319763080b
Signed-off-by: Tianshi Liu <tianshi.liu@huawei.com> Change-Id: Ic37ef37a6dccac333318b11c5b7d6add964e53ab
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "@openharmony/face_auth",
|
|
"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": [
|
|
"aafwk_standard",
|
|
"face_auth_device_driver_interface:libface_auth_proxy_1.0",
|
|
"hiviewdfx_hilog_native:libhilog",
|
|
"ipc:ipc_core",
|
|
"safwk:system_ability_fwk",
|
|
"samgr_standard:samgr_proxy",
|
|
"user_auth:coauth_framework",
|
|
"utils_base:utils"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/user_iam/face_auth/services:faceauthservice",
|
|
"//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/frameworks/face_auth:faceauth_framework",
|
|
"header": {
|
|
"header_files": [
|
|
"face_auth_innerkit.h"
|
|
],
|
|
"header_base": "//base/user_iam/face_auth/interfaces/inner_api/face_auth/"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/user_iam/face_auth/test/fuzztest:fuzztest",
|
|
"//base/user_iam/face_auth/test/unittest:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|