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
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_fingerprint_auth",
|
|
"description": "fingerprint_auth device driver",
|
|
"version": "4.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/fingerprint_auth"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_fingerprint_auth",
|
|
"subsystem": "hdf",
|
|
"adapted_system_type": ["standard"],
|
|
"features": ["drivers_peripheral_fingerprint_auth_enabled"],
|
|
"rom": "1000KB",
|
|
"ram": "1000KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hilog",
|
|
"c_utils",
|
|
"drivers_interface_fingerprint_auth"
|
|
],
|
|
"third_party": [
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/fingerprint_auth:fingerprint_auth_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth:hdf_fingerprint_auth_fuzztest"
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
} |