Files
useriam_faceauth/bundle.json
T
Tianshi Liu 976ecd5cbd add fuzz test
Signed-off-by: Tianshi Liu <tianshi.liu@huawei.com>
Change-Id: I5d2393aa0029d9dceff4a37bb2ef8e84312be524
2022-05-26 17:13:18 +08:00

59 lines
1.7 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": [
"aafwk_standard",
"faceauth_device_driver_interface:libfaceauth_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"
]
}
}
}