• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_vibrator",
3  "description": "vibrator device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/vibrator"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_vibrator",
14    "subsystem": "hdf",
15    "features": [
16      "drivers_peripheral_vibrator_feature_model"
17    ],
18    "syscap": [""],
19    "adapter_system_type": ["standard"],
20    "rom": "675KB",
21    "ram": "7400KB",
22    "deps": {
23      "components": [
24        "ipc",
25        "hdf_core",
26        "hiviewdfx_hilog_native",
27        "utils_base"
28      ],
29      "third_party": [
30        "bounds_checking_function"
31      ]
32    },
33    "build": {
34      "sub_component": [
35        "//drivers/peripheral/vibrator:vibrator_entry"
36      ],
37      "test": [
38        "//drivers/peripheral/vibrator/test:hdf_test_vibrator"
39      ],
40      "inner_kits": [
41        {
42          "name": "//drivers/peripheral/vibrator/hal:hdi_vibrator",
43          "header": {
44            "header_files": [
45              "vibrator_if.h",
46              "vibrator_type.h"
47            ],
48            "header_base": "//drivers/peripheral/vibrator/interfaces/include"
49          }
50        }
51      ]
52    }
53  }
54}
55