1{ 2 "name": "@ohos/drivers_interface_partitionslot", 3 "description": "partitionslot device driver interface", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/interface/partitionslot" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_interface_partitionslot", 14 "subsystem": "hdf", 15 "adapted_system_type": ["standard"], 16 "rom": "675KB", 17 "ram": "1024KB", 18 "deps": { 19 "components": [ 20 "ipc", 21 "hdf_core", 22 "hilog", 23 "c_utils" 24 ], 25 "third_party": [] 26 }, 27 "build": { 28 "sub_component": [ 29 "//drivers/interface/partitionslot/v1_0:partitionslot_idl_target" 30 ], 31 "test": [ 32 ], 33 "inner_kits": [ 34 { 35 "name": "//drivers/interface/partitionslot/v1_0:libpartitionslot_proxy_1.0", 36 "header": { 37 "header_files": [ 38 ], 39 "header_base": "//drivers/interface/partitionslot" 40 } 41 }, 42 { 43 "name": "//drivers/interface/partitionslot/v1_0:partitionslot_idl_headers", 44 "header": { 45 "header_files": [ 46 ], 47 "header_base": "//drivers/interface/partitionslot" 48 } 49 } 50 ] 51 } 52 } 53}