1 Star 0 Fork 68

刘关鹏/graphic_graphic_3d_14

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.82 KB
一键复制 编辑 原始数据 按行查看 历史
胡笑鸣 提交于 2024-05-03 20:13 . update gn and bundle
{
"name": "@ohos/graphic_3d",
"description": "graphic_3d",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/graphic/graphic_3d"
},
"dirs": {},
"scripts": {},
"component": {
"name": "graphic_3d",
"subsystem": "graphic",
"syscap": ["SystemCapability.ArkUi.Graphics3D"],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "8000KB",
"ram": "8000KB",
"deps": {
"components": [
"c_utils",
"hilog",
"graphic_2d",
"graphic_surface",
"hitrace",
"init",
"resource_management",
"vulkan-headers",
"libpng",
"zlib",
"libjpeg-turbo",
"napi",
"ability_runtime",
"bundle_framework",
"egl"
],
"third_party": [
"skia",
"libpng",
"libjpeg-turbo",
"zlib",
"vulkan-headers",
"vulkan-loader",
"egl"
]
},
"build": {
"sub_component": [
"//foundation/graphic/graphic_3d/lume/LumeEngine:libAGPEngine",
"//foundation/graphic/graphic_3d/lume/LumeEngine/DLL:libAGPDLL",
"//foundation/graphic/graphic_3d/lume/LumeRender:libPluginAGPRender",
"//foundation/graphic/graphic_3d/lume/Lume_3D/DLL:libPluginAGP3D",
"//foundation/graphic/graphic_3d/lume/Lume_3D:libAGP3D",
"//foundation/graphic/graphic_3d/3d_widget_adapter:lib3dWidgetAdapter",
"//foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler:binary_compile_shader",
"//foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler:binary_compile_asset",
"//foundation/graphic/graphic_3d/lume/metaobject:libPluginMetaObject",
"//foundation/graphic/graphic_3d/lume/scenewidgetplugin:libPluginSceneWidget",
"//foundation/graphic/graphic_3d/kits/js:libscene"
],
"inner_kits": [
{
"type": "so",
"name": "//foundation/graphic/graphic_3d/3d_widget_adapter:lib3dWidgetAdapter",
"header": {
"header_files": [
"graphics_manager_common.h",
"graphics_task.h",
"i_engine.h",
"offscreen_context_helper.h",
"widget_adapter.h",
"texture_info.h",
"custom/custom_render_descriptor.h",
"custom/shader_input_buffer.h",
"data_type/constants.h",
"data_type/gltf_animation.h",
"data_type/pointer_event.h",
"data_type/vec3.h",
"data_type/geometry/cone.h",
"data_type/geometry/cube.h",
"data_type/geometry/geometry.h",
"data_type/geometry/sphere.h",
"ohos/3d_widget_adapter_log.h",
"ohos/graphics_manager.h",
"ohos/platform_data.h",
"ohos/texture_layer.h"
],
"header_base": "//foundation/graphic/graphic_3d/3d_widget_adapter/include"
}
},
{
"name": "//foundation/graphic/graphic_3d/3d_widget_adapter:3dWidgetAdapterInterface",
"header": {
"header_files": [
"graphics_manager_common.h",
"graphics_task.h",
"i_engine.h",
"offscreen_context_helper.h",
"widget_adapter.h",
"texture_info.h",
"custom/custom_render_descriptor.h",
"custom/shader_input_buffer.h",
"data_type/constants.h",
"data_type/gltf_animation.h",
"data_type/pointer_event.h",
"data_type/vec3.h",
"data_type/geometry/cone.h",
"data_type/geometry/cube.h",
"data_type/geometry/geometry.h",
"data_type/geometry/sphere.h",
"ohos/3d_widget_adapter_log.h",
"ohos/graphics_manager.h",
"ohos/platform_data.h",
"ohos/texture_layer.h"
],
"header_base": "//foundation/graphic/graphic_3d/3d_widget_adapter/include"
}
},
{
"name": "//foundation/graphic/graphic_3d/3d_scene_adapter:sceneAdapterInterface",
"header": {
"header_files": [
"scene_adapter/scene_adapter.h",
"scene_adapter/scene_bridge.h"
],
"header_base": "//foundation/graphic/graphic_3d/3d_scene_adapter/include"
}
}
],
"test": [
"//foundation/graphic/graphic_3d/3d_widget_adapter/test:unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-minxi/graphic_graphic_3d_14.git
git@gitee.com:liu-minxi/graphic_graphic_3d_14.git
liu-minxi
graphic_graphic_3d_14
graphic_graphic_3d_14
master

搜索帮助