mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-22 23:09:56 +00:00
7a1b05c6a4
Signed-off-by: wangshi <wangshi@kaihong.com>
34 lines
854 B
JSON
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": []
|
|
}
|
|
}
|
|
} |