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