1{ 2 "name": "@ohos/drivers_peripheral_ril", 3 "description": "ril_hdf", 4 "version": "4.0", 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 "adapted_system_type": [ 16 "standard" 17 ], 18 "rom": "700KB", 19 "ram": "1MB", 20 "deps": { 21 "components": [ 22 "c_utils", 23 "drivers_interface_power", 24 "drivers_interface_ril", 25 "hdf_core", 26 "hilog", 27 "ipc", 28 "ril_adapter" 29 ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//drivers/peripheral/ril:ril_entry" 34 ], 35 "inner_kits": [] 36 } 37 } 38} 39