mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
0b07b91c0f
Signed-off-by: yichengzhao <yichengzhao1@huawei.com> Change-Id: Ic8f65e9c0216e7a916a5796de4f6d7d51b2667af
45 lines
977 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|