Files
third_party_egl/bundle.json
T
liuzhiyuan 8c65f1e8b7 add bundle.json
Signed-off-by: liuzhiyuan <liuzhiyuan31@huawei.com>
2023-06-27 14:34:55 +08:00

34 lines
940 B
JSON

{
"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": []
}
}
}