mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
0760eb977e
Signed-off-by: w60091471 <wanghongen2@h-partners.com>
42 lines
999 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|