third_party_spirv-tools/bundle.json
wangshi 7a1b05c6a4 modify component name
Signed-off-by: wangshi <wangshi@kaihong.com>
2023-08-22 15:38:54 +08:00

34 lines
854 B
JSON

{
"name": "@ohos/spirv-tools",
"description": "This repository contains libdeqp_spirvtools for Khronos Conformance Testing Suite.",
"version": "3.2",
"license": "3-Clause BSD License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/spirv-tools"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE",
"readmePath": {
"en": "README"
},
"component": {
"name": "spirv-tools",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "100KB",
"ram": "100KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}