1{ 2 "name": "@ohos/drivers_peripheral_partitionslot", 3 "description": "partitionslot hdf", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/partitionslot" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_partitionslot", 14 "subsystem": "hdf", 15 "adapted_system_type": ["standard", "small"], 16 "rom": "600KB", 17 "ram": "7400KB", 18 "deps": { 19 "components": [ 20 "ipc", 21 "c_utils", 22 "hdf_core", 23 "init", 24 "hilog", 25 "common", 26 "drivers_interface_partitionslot" 27 ] 28 }, 29 "build": { 30 "sub_component": [ 31 "//drivers/peripheral/partitionslot:partitionslot_entry" 32 ], 33 "inner_kits": [ 34 { 35 "name": "//drivers/peripheral/partitionslot/hal:libpartition_slot_manager", 36 "header": { 37 "header_files": [], 38 "header_base": [ 39 "//drivers/peripheral/partitionslot/hal/include" 40 ] 41 } 42 } 43 ], 44 "test": [ 45 "//drivers/peripheral/partitionslot/test:partitionslot_unittest" 46 ] 47 } 48 } 49} 50