mirror of
https://github.com/openharmony/third_party_egl.git
synced 2026-07-21 04:25:21 -04:00
8c65f1e8b7
Signed-off-by: liuzhiyuan <liuzhiyuan31@huawei.com>
34 lines
940 B
JSON
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": []
|
|
}
|
|
}
|
|
} |