1{ 2 "name": "@ohos/opengles", 3 "description": "The OpenGL ES registry contains specifications of the core API and shading language; specifications of Khronos- and vendor-approved OpenGL ES extensions; header files corresponding to the specifications", 4 "version": "3.1", 5 "license": "Apache-2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/openGLES" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "CODE_OF_CONDUCT.adoc", 13 "readmePath": { 14 "en": "README.adoc" 15 }, 16 "component": { 17 "name": "opengles", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": ["standard"], 22 "rom": "1", 23 "ram": "1", 24 "deps": { 25 "components": [], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [], 30 "inner_kits": [], 31 "test": [] 32 } 33 } 34}