1{ 2 "name": "@ohos/egl", 3 "description": "The EGL-Registry repository contains the EGL API and Extension Registry, including specifications, reference pages and reference cards, and the enumerant registry.", 4 "version": "3.1", 5 "license": "MIT License", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/EGL" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "README.OpenSource", 13 "readmePath": { 14 "en": "README.md" 15 }, 16 "component": { 17 "name": "egl", 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 { 32 "name": "//third_party/EGL:libEGL", 33 "header": { 34 "header_files": [ 35 "egl.h", 36 "eglext.h", 37 "eglplatform.h" 38 ], 39 "header_base": "//third_party/EGL/api/EGL" 40 } 41 } 42 ], 43 "test": [] 44 } 45 } 46}