Files
third_party_opengles/bundle.json
T
itihobaev 445122a14d Compile static library
Change-Id: I285ab58f2a7b53a373523ff74fc5747fb651cb1a
Signed-off-by: itihobaev <tihobaev.ilya@huawei-partners.com>
2024-04-26 18:52:43 +03:00

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