• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/spirv-tools",
3    "description": "This repository contains libdeqp_spirvtools for Khronos Conformance Testing Suite.",
4    "version": "3.2",
5    "license": "3-Clause BSD License",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/spirv-tools"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE",
13    "readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "spirv-tools",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": ["standard"],
22        "rom": "100KB",
23        "ram": "100KB",
24        "deps": {
25            "components": [],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": [],
30            "inner_kits": [],
31            "test": []
32        }
33    }
34}