• 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        "bundle_framework",
21        "c_utils",
22        "samgr",
23        "ipc",
24        "hilog",
25        "init",
26        "vulkan-headers"
27      ]
28    },
29    "build": {
30      "sub_component": [
31        "//third_party/vulkan-loader:vulkan_loader"
32      ],
33      "inner_kits": [
34        {
35          "type": "so",
36          "name": "//third_party/vulkan-loader:vulkan_loader",
37          "header": {
38            "header_files": [
39            ],
40            "header_base": "//third_party/vulkan-loader"
41          }
42        }
43      ]
44    }
45  }
46}
47