1{ 2 "name": "@ohos/drivers_peripheral_thermal", 3 "description": "thermal device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/thermal" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_thermal", 14 "subsystem": "hdf", 15 "adapted_system_type": ["standard", "small"], 16 "rom": "610KB", 17 "ram": "7500KB", 18 "features": [ 19 "drivers_peripheral_thermal_feature_config_policy", 20 "drivers_peripheral_thermal_feature_c_utils", 21 "drivers_peripheral_thermal_feature_datasize_hisysevent_enable", 22 "drivers_peripheral_thermal_feature_hitrace" 23 ], 24 "deps": { 25 "components": [ 26 "c_utils", 27 "config_policy", 28 "drivers_interface_thermal", 29 "init", 30 "ipc", 31 "hdf_core", 32 "hilog", 33 "hisysevent", 34 "hitrace", 35 "libxml2", 36 "zlib" 37 ] 38 }, 39 "build": { 40 "sub_component": [ 41 "//drivers/peripheral/thermal:thermal_entry", 42 "//drivers/peripheral/thermal/etc:param_files" 43 ], 44 "test": [ 45 "//drivers/peripheral/thermal/test:hdf_test_thermal" 46 ], 47 "inner_kits": [] 48 } 49 } 50} 51