Files
w60091471 0760eb977e serial接口整改
Signed-off-by: w60091471 <wanghongen2@h-partners.com>
2026-06-03 10:37:51 +08:00

42 lines
999 B
JSON

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