diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..863bebe7866eeb75b70c92ae7b94d428c9b45c2b --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/egl", + "description": "The EGL-Registry repository contains the EGL API and Extension Registry, including specifications, reference pages and reference cards, and the enumerant registry.", + "version": "3.1", + "license": "MIT License", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/EGL" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "README.OpenSource", + "readmePath": { + "en": "README.md" + }, + "component": { + "name": "egl", + "subsystem": "thirdparty", + "syscap": [], + "features": [], + "adapted_system_type": ["standard"], + "rom": "1", + "ram": "1", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file