• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_interface_partitionslot",
3  "description": "partitionslot device driver interface",
4  "version": "3.2",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/interface/partitionslot"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_interface_partitionslot",
14    "subsystem": "hdf",
15    "syscap": [""],
16    "adapter_system_type": ["standard"],
17    "rom": "675KB",
18    "ram": "1024KB",
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      ]
29    },
30    "build": {
31      "sub_component": [
32        "//drivers/interface/partitionslot/v1_0:partitionslot_idl_target"
33      ],
34      "test": [
35      ],
36      "inner_kits": [
37        {
38          "name": "//drivers/interface/partitionslot/v1_0:libpartitionslot_proxy_1.0",
39          "header": {
40            "header_files": [
41            ],
42            "header_base": "//drivers/interface/partitionslot"
43          }
44        },
45        {
46          "name": "//drivers/interface/partitionslot/v1_0:partitionslot_idl_headers",
47          "header": {
48            "header_files": [
49            ],
50            "header_base": "//drivers/interface/partitionslot"
51          }
52        }
53      ]
54    }
55  }
56}