Ai
8 Star 8 Fork 90

OpenHarmony/useriam_face_auth
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
李蜜 提交于 2025-09-05 17:18 +08:00 . 解决独立编译失败问题
{
"name": "@ohos/face_auth",
"version": "4.0",
"description": "Face authentication capability",
"homePage": "https://gitee.com/openharmony",
"author": {},
"repository": "",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath" : "base/useriam/face_auth"
},
"dirs": {},
"scripts": {},
"component": {
"name": "face_auth",
"subsystem": "useriam",
"adapted_system_type": [ "standard" ],
"syscap": ["SystemCapability.UserIAM.UserAuth.FaceAuth"],
"features": ["face_auth_enabled"],
"rom": "1024KB",
"ram": "1306KB",
"deps": {
"components": [
"access_token",
"c_utils",
"display_manager",
"drivers_interface_camera",
"drivers_interface_face_auth",
"graphic_surface",
"hdf_core",
"hilog",
"init",
"ipc",
"miscdevice",
"napi",
"power_manager",
"safwk",
"samgr",
"sensor",
"user_auth_framework",
"runtime_core",
"selinux_adapter"
]
},
"build": {
"group_type": {
"base_group": [
],
"fwk_group": [
"//base/useriam/face_auth/frameworks/js/napi:faceauth",
"//base/useriam/face_auth/frameworks/ets/ani:face_auth_ani"
],
"service_group": [
"//base/useriam/face_auth/sa_profile:faceauth_sa_profile",
"//base/useriam/face_auth/services:faceauthservice",
"//base/useriam/face_auth/services_ex:faceauthservice_ex"
]
},
"test": [
"//base/useriam/face_auth/test/fuzztest:faceauth_fuzztest",
"//base/useriam/face_auth/test/unittest:faceauth_unittest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/useriam_face_auth.git
git@gitee.com:openharmony/useriam_face_auth.git
openharmony
useriam_face_auth
useriam_face_auth
master

搜索帮助