mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
7b59deeaf1
Signed-off-by: 雪地画猫 <yangjiawei24@huawei.com>
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
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",
|
|
"adapted_system_type": ["standard"],
|
|
"rom": "600KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"c_utils",
|
|
"hdf_core",
|
|
"init",
|
|
"hilog",
|
|
"drivers_interface_partitionslot"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/partitionslot:partitionslot_entry"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/partitionslot/hal:libpartition_slot_manager",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base": [
|
|
"//drivers/peripheral/partitionslot/hal/include"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/partitionslot/test:partitionslot_unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|