Files
drivers_peripheral/thermal/bundle.json
T
2022-07-04 11:02:17 +08:00

37 lines
841 B
JSON

{
"name": "drivers_peripheral_thermal",
"description": "thermal device driver",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_thermal",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "610KB",
"ram": "7500KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_part": [
"bounds_checking_function",
"libxml2"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/thermal:thermal_entry",
"//drivers/peripheral/thermal/etc:thermal.para"
],
"test": [
"//drivers/peripheral/thermal/test:hdf_test_thermal"
],
"inner_kits": []
}
}
}