mirror of
https://github.com/openharmony/third_party_opengles.git
synced 2026-07-01 22:54:14 -04:00
445122a14d
Change-Id: I285ab58f2a7b53a373523ff74fc5747fb651cb1a Signed-off-by: itihobaev <tihobaev.ilya@huawei-partners.com>
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/opengles",
|
|
"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",
|
|
"version": "3.1",
|
|
"license": "Apache-2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/openGLES"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "CODE_OF_CONDUCT.adoc",
|
|
"readmePath": {
|
|
"en": "README.adoc"
|
|
},
|
|
"component": {
|
|
"name": "opengles",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": ["standard"],
|
|
"rom": "1",
|
|
"ram": "1",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/openGLES:libGLES",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base": "//third_party/openGLES/api/"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |