Files
drivers_peripheral/ril/bundle.json
T
YOUR_NAME 215e643058 style: modify idl interface name
Signed-off-by: liujiandong <liujiandong1@huawei.com>
2022-09-14 16:20:58 +08:00

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": []
}
}
}