• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_light",
3  "description": "light device driver",
4  "version": "4.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/light"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_light",
14    "subsystem": "hdf",
15    "features": [
16      "drivers_peripheral_light_feature_model",
17      "drivers_peripheral_light_feature_community",
18      "drivers_peripheral_light_feature_lite_support_test"
19    ],
20    "syscap": [],
21    "adapted_system_type": ["standard"],
22    "rom": "675KB",
23    "ram": "7400KB",
24    "deps": {
25      "components": [
26        "ipc",
27        "hdf_core",
28        "hilog",
29        "c_utils",
30        "drivers_interface_light",
31        "hitrace"
32      ]
33    },
34    "build": {
35      "sub_component": [
36        "//drivers/peripheral/light:light_entry"
37      ],
38      "test": [
39        "//drivers/peripheral/light/test:hdf_test_light"
40      ],
41      "inner_kits": [
42        {
43          "name": "//drivers/peripheral/light/hal:hdi_light",
44          "header": {
45            "header_files": [
46              "light_if.h",
47              "light_type.h"
48            ],
49            "header_base": "//drivers/peripheral/light/interfaces/include"
50          }
51        }
52      ]
53    }
54  }
55}
56