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