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 "syscap": [ "" ], 16 "adapter_system_type": ["standard", "small"], 17 "rom": "610KB", 18 "ram": "7500KB", 19 "deps": { 20 "components": [ 21 "ipc", 22 "hdf_core", 23 "hiviewdfx_hilog_native", 24 "utils_base" 25 ], 26 "third_party": [ 27 "bounds_checking_function", 28 "libxml2" 29 ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//drivers/peripheral/thermal:thermal_entry", 34 "//drivers/peripheral/thermal/etc:thermal.para" 35 ], 36 "test": [ 37 "//drivers/peripheral/thermal/test:hdf_test_thermal" 38 ], 39 "inner_kits": [] 40 } 41 } 42} 43