mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
215e643058
Signed-off-by: liujiandong <liujiandong1@huawei.com>
34 lines
687 B
JSON
34 lines
687 B
JSON
{
|
|
"name": "@ohos/drivers_peripheral_ril",
|
|
"description": "ril_hdf",
|
|
"version": "3.2",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/ril"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_ril",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard", "small"],
|
|
"rom": "700KB",
|
|
"ram": "1MB",
|
|
"deps": {
|
|
"components": [
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"ipc"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/ril:ril_entry"
|
|
],
|
|
"inner_kits": []
|
|
}
|
|
}
|
|
}
|