Files
drivers_peripheral/midi/bundle.json
蒋志庆 2e61cec72e 头文件整改
Signed-off-by: 蒋志庆 <jiangzhiqing4@h-partners.com>
2026-02-12 11:05:17 +08:00

44 lines
967 B
JSON

{
"name": "@ohos/drivers_peripheral_midi",
"description": "midi device driver",
"version": "6.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/midi"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_midi",
"subsystem": "hdf",
"adapted_system_type": [
"standard",
"small",
"mini"
],
"rom": "675KB",
"ram": "7400KB",
"deps": {
"components": [
"alsa-lib",
"hilog",
"c_utils",
"hdf_core",
"hitrace",
"drivers_interface_midi"
],
"third_party": []
},
"build": {
"sub_component": [
"//drivers/peripheral/midi:midi_entry"
],
"test": [
"//drivers/peripheral/midi/test:midi_hdi_test"
],
"inner_kits": []
}
}
}