1{ 2 "name": "@ohos/drivers_peripheral_ril", 3 "description": "ril_hdf", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/ril" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_ril", 14 "subsystem": "hdf", 15 "syscap": [ "" ], 16 "adapter_system_type": ["standard", "small"], 17 "rom": "700KB", 18 "ram": "1MB", 19 "deps": { 20 "components": [ 21 "c_utils", 22 "drivers_interface_power", 23 "drivers_interface_ril", 24 "hdf_core", 25 "hiviewdfx_hilog_native", 26 "ipc", 27 "ril_adapter" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//drivers/peripheral/ril:ril_entry" 33 ], 34 "inner_kits": [] 35 } 36 } 37} 38