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 "syscap": [ "" ], 16 "adapter_system_type": ["standard", "small"], 17 "rom": "600KB", 18 "ram": "7400KB", 19 "deps": { 20 "components": [ 21 "ipc", 22 "c_utils", 23 "base", 24 "hdf_core", 25 "libhilog", 26 "ipc_single", 27 "init" 28 ], 29 "third_party": [ 30 "gmock_main", 31 "gtest_main", 32 "jsoncpp" 33 ] 34 }, 35 "build": { 36 "sub_component": [ 37 "//drivers/peripheral/partitionslot:partitionslot_entry" 38 ], 39 "test": [ 40 "//drivers/peripheral/partitionslot/test:partitionslot_unittest" 41 ] 42 } 43 } 44} 45