8 Star 7 Fork 81

OpenHarmony/useriam_face_auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
陈伟健 提交于 2024-09-04 16:34 . 删除独立编译冗余依赖的组件
{
"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",
"hilog",
"init",
"ipc",
"miscdevice",
"napi",
"power_manager",
"safwk",
"samgr",
"sensor",
"user_auth_framework"
]
},
"build": {
"group_type": {
"base_group": [
],
"fwk_group": [
"//base/useriam/face_auth/frameworks/js/napi:faceauth"
],
"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"
]
}
}
}
马建仓 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

搜索帮助