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