1{ 2 "name": "@ohos/drivers_peripheral_face_auth", 3 "description": "face auth device driver", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/face_auth" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_face_auth", 14 "subsystem": "hdf", 15 "adapted_system_type": ["standard"], 16 "rom": "1000KB", 17 "ram": "1000KB", 18 "deps": { 19 "components": [ 20 "ipc", 21 "hdf_core", 22 "hilog", 23 "c_utils", 24 "drivers_interface_camera", 25 "drivers_interface_face_auth", 26 "graphic_surface" 27 ], 28 "third_party": [ 29 ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//drivers/peripheral/face_auth:face_auth_entry" 34 ], 35 "test": [ 36 "//drivers/peripheral/face_auth/test/fuzztest/face_auth:fuzztest" 37 ], 38 "inner_kits": [ 39 ] 40 } 41 } 42 }