Files
drivers_peripheral/face_auth/bundle.json
T
openharmony_ci 7dfa43b422 !2181 fix:add the publishAs field in bundle.json
Merge pull request !2181 from Zhang/master
2022-08-31 05:17:10 +00:00

40 lines
998 B
JSON

{
"name": "@ohos/drivers_peripheral_face_auth",
"description": "face auth device driver",
"version": "3.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/face_auth"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_face_auth",
"subsystem": "hdf",
"syscap": [""],
"adapter_system_type": ["standard"],
"rom": "675KB",
"ram": "7400KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"c_utils"
],
"third_party": [
]
},
"build": {
"sub_component": [
"//drivers/peripheral/face_auth:face_auth_entry"
],
"test": [
"//drivers/peripheral/face_auth/test/fuzztest/face_auth:fuzztest"
],
"inner_kits": [
]
}
}
}