Files
drivers_peripheral/thermal/bundle.json
T
2022-08-30 16:29:50 +08:00

43 lines
975 B
JSON

{
"name": "@ohos/drivers_peripheral_thermal",
"description": "thermal device driver",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/thermal"
},
"dirs": {},
"scripts": {},
"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_party": [
"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": []
}
}
}