{
"name": "@ohos/drivers_peripheral_serial",
"description": "serial_hdf",
"version": "7.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/serial"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_serial",
"subsystem": "hdf",
"syscap": [],
"features": ["drivers_peripheral_serial_feature_model"],
"adapted_system_type": ["standard"],
"rom": "60KB",
"ram": "100KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hilog",
"hitrace",
"c_utils",
"drivers_interface_serial"
],
"third_party": []
},
"build": {
"sub_component": [
"//drivers/peripheral/serial:hdf_serials"
],
"test": [
"//drivers/peripheral/serial/test:hdf_test_serial"
],
"inner_kits": []
}
}
}