Files
mr-liang2504 cfa4a56b11 Signed-off-by: mr-liang2504 <liangzhicheng10@huawei.com>
Co-Authored-By: Agent

Signed-off-by: mr-liang2504 <liangzhicheng10@huawei.com>
Change-Id: Ie24e29785e1d14e7318e7ffd1718e8c964811b6c
2026-08-11 20:04:27 +08:00

52 lines
1.3 KiB
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",
"adapted_system_type": ["standard", "small"],
"rom": "610KB",
"ram": "7500KB",
"features": [
"drivers_peripheral_thermal_feature_config_policy",
"drivers_peripheral_thermal_feature_c_utils",
"drivers_peripheral_thermal_feature_datasize_hisysevent_enable",
"drivers_peripheral_thermal_feature_hitrace"
],
"deps": {
"components": [
"bounds_checking_function",
"c_utils",
"config_policy",
"drivers_interface_thermal",
"init",
"ipc",
"hdf_core",
"hilog",
"hisysevent",
"hitrace",
"libxml2",
"zlib"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/thermal:thermal_entry",
"//drivers/peripheral/thermal/etc:param_files"
],
"test": [
"//drivers/peripheral/thermal/test:hdf_test_thermal"
],
"inner_kits": []
}
}
}