• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/vulkan-loader",
3  "description": "vulkan loader",
4  "version": "4.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "third_party/vulkan-loader"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "vulkan-loader",
14    "subsystem": "thirdparty",
15    "adapted_system_type": [ "standard" ],
16    "rom": "10000KB",
17    "ram": "10000KB",
18    "deps": {
19      "components": [
20        "hilog",
21        "init"
22      ],
23      "third_party": [
24        "vulkan-headers"
25      ]
26    },
27    "build": {
28      "sub_component": [
29        "//third_party/vulkan-loader:vulkan_loader"
30      ],
31      "inner_kits": [
32        {
33          "type": "so",
34          "name": "//third_party/vulkan-loader:vulkan_loader",
35          "header": {
36            "header_files": [
37            ],
38            "header_base": "//third_party/vulkan-loader"
39          }
40        }
41      ]
42    }
43  }
44}
45