Files
drivers_peripheral/face_auth/bundle.json
T
xyc d7e2b28696 bundle.json中新增features开关
Signed-off-by: xyc <xiongyunchong@huawei.com>
Change-Id: Ia9010e14b216cfd7ac869f8034e09446b45ee3bf
2024-07-17 17:18:44 +08:00

43 lines
1.1 KiB
JSON

{
"name": "@ohos/drivers_peripheral_face_auth",
"description": "face auth device driver",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/face_auth"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_face_auth",
"subsystem": "hdf",
"adapted_system_type": ["standard"],
"features": ["drivers_peripheral_face_auth_enabled"],
"rom": "1000KB",
"ram": "1000KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hilog",
"c_utils",
"drivers_interface_camera",
"drivers_interface_face_auth",
"graphic_surface"
],
"third_party": [
]
},
"build": {
"sub_component": [
"//drivers/peripheral/face_auth:face_auth_entry"
],
"test": [
"//drivers/peripheral/face_auth/test/fuzztest/face_auth:hdf_face_auth_fuzztest"
],
"inner_kits": [
]
}
}
}