mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
9a490800d1
Signed-off-by: 蒋志庆 <jiangzhiqing4@h-partners.com>
45 lines
1005 B
JSON
45 lines
1005 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",
|
|
"bounds_checking_function",
|
|
"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": []
|
|
}
|
|
}
|
|
}
|
|
|