• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/mesa3d",
3    "description": "mesa is an open-source software implementation of OpenGL, Vulkan, and other graphics API specifications.",
4    "version": "25.0.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/mesa3d"
9    },
10    "dirs": {},
11    "scripts": {},
12    "readmePath": {
13        "en": "README.rst"
14    },
15    "component": {
16        "name": "mesa3d",
17        "subsystem": "thirdparty",
18        "syscap": [],
19        "features": [ "mesa3d_feature_upgrade_skia" ],
20        "adapted_system_type": [
21            "standard"
22        ],
23        "rom": "",
24        "ram": "",
25        "deps": {
26            "components": [
27                "c_utils",
28                "graphic_surface",
29                "hilog",
30                "hitrace",
31                "init"
32            ],
33            "third_party": [
34                "zlib"
35            ]
36        },
37        "build": {
38            "sub_component": [
39                "//third_party/mesa3d:zink_opengl"
40            ],
41            "inner_kits": [
42                {
43                    "name": "//third_party/mesa3d:zink_opengl",
44                    "header": {
45                        "header_files": [],
46                        "header_base": []
47                    }
48                }
49            ],
50            "test": []
51        }
52    }
53}