mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
d7e2b28696
Signed-off-by: xyc <xiongyunchong@huawei.com> Change-Id: Ia9010e14b216cfd7ac869f8034e09446b45ee3bf
43 lines
1.1 KiB
JSON
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": [
|
|
]
|
|
}
|
|
}
|
|
} |