• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_hitrace"
22    ],
23    "deps": {
24      "components": [
25        "c_utils",
26        "config_policy",
27        "drivers_interface_thermal",
28        "init",
29        "ipc",
30        "hdf_core",
31        "hilog",
32        "hitrace",
33        "libxml2",
34        "zlib"
35      ]
36    },
37    "build": {
38      "sub_component": [
39        "//drivers/peripheral/thermal:thermal_entry",
40        "//drivers/peripheral/thermal/etc:param_files"
41      ],
42      "test": [
43        "//drivers/peripheral/thermal/test:hdf_test_thermal"
44      ],
45      "inner_kits": []
46    }
47  }
48}
49