mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
4223987993
Signed-off-by: chenpan0560 <chenpan55@huawei.com>
39 lines
761 B
JSON
39 lines
761 B
JSON
{
|
|
"name": "@ohos/drivers_peripheral_ril",
|
|
"description": "ril_hdf",
|
|
"version": "4.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/ril"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_ril",
|
|
"subsystem": "hdf",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "700KB",
|
|
"ram": "1MB",
|
|
"deps": {
|
|
"components": [
|
|
"c_utils",
|
|
"drivers_interface_power",
|
|
"drivers_interface_ril",
|
|
"hdf_core",
|
|
"hilog",
|
|
"ipc",
|
|
"ril_adapter"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/ril:ril_entry"
|
|
],
|
|
"inner_kits": []
|
|
}
|
|
}
|
|
}
|