Files
drivers_peripheral/partitionslot/bundle.json
T
yichengzhao 0b07b91c0f change utils_base to c_util
Signed-off-by: yichengzhao <yichengzhao1@huawei.com>
Change-Id: Ic8f65e9c0216e7a916a5796de4f6d7d51b2667af
2022-09-09 12:02:25 +08:00

45 lines
977 B
JSON

{
"name": "@ohos/drivers_peripheral_partitionslot",
"description": "partitionslot hdf",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/partitionslot"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_partitionslot",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "600KB",
"ram": "7400KB",
"deps": {
"components": [
"ipc",
"c_utils",
"base",
"hdf_core",
"libhilog",
"ipc_single",
"init"
],
"third_party": [
"gmock_main",
"gtest_main",
"jsoncpp"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/partitionslot:partitionslot_entry"
],
"test": [
"//drivers/peripheral/partitionslot/test:partitionslot_unittest"
]
}
}
}