1{ 2 "name": "@ohos/glslang", 3 "description": "This repository contains glslang 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/glslang" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "LICENSE", 13 "readmePath": { 14 "en": "README" 15 }, 16 "component": { 17 "name": "glslang", 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 "//third_party/glslang:glslang", 31 "//third_party/glslang/SPIRV:SPIRV_source", 32 "//third_party/glslang/SPIRV:libdeqp_spvremapper", 33 "//third_party/glslang/glslang:libdeqp_glslang" 34 ], 35 "inner_kits": [ 36 { 37 "type": "so", 38 "name": "//third_party/glslang:glslang", 39 "header": { 40 "header_files": [ 41 ], 42 "header_base": "//third_party/glslang/Public" 43 } 44 } 45 ], 46 "test": [] 47 } 48 } 49} 50