• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "thermal_device_driver",
3  "description": "thermal device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "component": {
7    "name": "thermal_device_driver",
8    "subsystem": "hdf",
9    "syscap": [ "" ],
10    "adapter_system_type": ["standard", "small"],
11    "rom": "610KB",
12    "ram": "7500KB",
13    "deps": {
14      "components": [
15        "ipc",
16        "device_driver_framework",
17        "hiviewdfx_hilog_native",
18        "utils_base"
19      ],
20      "third_part": [
21        "bounds_checking_function",
22        "libxml2"
23      ]
24    },
25    "build": {
26      "sub_component": [
27        "//drivers/peripheral/thermal:thermal_entry"
28      ],
29      "test": [
30        "//drivers/peripheral/thermal/test:hdf_test_thermal"
31      ],
32      "inner_kits": [
33        {
34          "name": "//drivers/interface/thermal/v1_0:libthermal_proxy_1.0",
35          "header": {
36            "header_files": [
37                "thermal_types.h"
38            ],
39            "header_base": "//drivers/peripheral/thermal/interfaces/include"
40          }
41        },
42        {
43            "name": "//drivers/peripheral/thermal/interfaces/hdi_callback:libthermal_callback",
44            "header": {
45              "header_files": [
46                "thermal_callback_impl.h"
47              ],
48              "header_base": "//drivers/peripheral/thermal/interfaces/include"
49            }
50        }
51      ]
52    }
53  }
54}
55