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 "features": ["drivers_peripheral_face_auth_enabled"], 17 "rom": "1000KB", 18 "ram": "1000KB", 19 "deps": { 20 "components": [ 21 "ipc", 22 "hdf_core", 23 "hilog", 24 "c_utils", 25 "drivers_interface_camera", 26 "drivers_interface_face_auth", 27 "graphic_surface" 28 ], 29 "third_party": [ 30 ] 31 }, 32 "build": { 33 "sub_component": [ 34 "//drivers/peripheral/face_auth:face_auth_entry" 35 ], 36 "test": [ 37 "//drivers/peripheral/face_auth/test/fuzztest/face_auth:hdf_face_auth_fuzztest" 38 ], 39 "inner_kits": [ 40 ] 41 } 42 } 43 }