2022-02-08 02:17:31 +00:00
|
|
|
{
|
2023-07-11 13:55:33 +00:00
|
|
|
"name": "@ohos/graphic_2d",
|
|
|
|
"description": "graphic_2d",
|
2022-02-08 02:17:31 +00:00
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
2023-06-30 02:09:04 +00:00
|
|
|
"destPath": "foundation/graphic/graphic_2d"
|
2022-02-08 02:17:31 +00:00
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
2023-07-11 13:55:33 +00:00
|
|
|
"name": "graphic_2d",
|
2022-02-08 02:17:31 +00:00
|
|
|
"subsystem": "graphic",
|
2022-02-11 03:09:22 +00:00
|
|
|
"syscap": [
|
2023-06-28 03:53:59 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.ColorManager.Core",
|
|
|
|
"SystemCapability.Graphic.Graphic2D.EGL",
|
2023-10-08 01:29:21 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.GLES2",
|
2023-06-28 03:53:59 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.GLES3",
|
|
|
|
"SystemCapability.Graphic.Graphic2D.NativeWindow",
|
|
|
|
"SystemCapability.Graphic.Graphic2D.NativeDrawing",
|
|
|
|
"SystemCapability.Graphic.Graphic2D.WebGL",
|
2023-05-25 12:16:53 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.WebGL2",
|
|
|
|
"SystemCapability.Graphic.Vulkan"
|
2022-02-11 03:09:22 +00:00
|
|
|
],
|
2022-02-08 02:17:31 +00:00
|
|
|
"adapted_system_type": [ "standard" ],
|
2022-04-16 06:25:07 +00:00
|
|
|
"features": [
|
2023-07-11 13:55:33 +00:00
|
|
|
"graphic_2d_feature_bootanimation_enable",
|
|
|
|
"graphic_2d_feature_ace_enable_gpu",
|
|
|
|
"graphic_2d_feature_rs_enable_eglimage",
|
|
|
|
"graphic_2d_feature_color_gamut_enable",
|
2023-09-26 01:46:11 +00:00
|
|
|
"graphic_2d_feature_use_texgine",
|
2023-07-11 13:55:33 +00:00
|
|
|
"graphic_2d_feature_rs_enable_uni_render",
|
|
|
|
"graphic_2d_feature_wuji_enable",
|
|
|
|
"graphic_2d_feature_enable_afbc",
|
|
|
|
"graphic_2d_feature_freemem_enable",
|
2023-09-21 07:09:13 +00:00
|
|
|
"graphic_2d_feature_parallel_render_enable",
|
|
|
|
"graphic_2d_feature_tp_switch_enbale"
|
2022-04-16 06:25:07 +00:00
|
|
|
],
|
2022-02-08 02:17:31 +00:00
|
|
|
"rom": "10000KB",
|
|
|
|
"ram": "10000KB",
|
2022-02-24 06:51:48 +00:00
|
|
|
"hisysevent_config": [
|
2022-05-18 13:14:57 +00:00
|
|
|
"//foundation/graphic/graphic_2d/hisysevent.yaml"
|
2022-02-24 06:51:48 +00:00
|
|
|
],
|
2022-02-08 02:17:31 +00:00
|
|
|
"deps": {
|
|
|
|
"components": [
|
2023-08-11 02:58:51 +00:00
|
|
|
"build_framework",
|
2023-05-06 03:11:54 +00:00
|
|
|
"window_manager",
|
|
|
|
"resource_management",
|
|
|
|
"napi",
|
|
|
|
"samgr",
|
2023-07-05 02:23:12 +00:00
|
|
|
"hilog",
|
|
|
|
"hisysevent",
|
|
|
|
"hitrace",
|
2023-05-06 03:11:54 +00:00
|
|
|
"ability_runtime",
|
|
|
|
"drivers_interface_display",
|
|
|
|
"c_utils",
|
|
|
|
"access_token",
|
|
|
|
"safwk",
|
|
|
|
"eventhandler",
|
|
|
|
"config_policy",
|
|
|
|
"init",
|
2023-06-12 03:11:44 +00:00
|
|
|
"hicollie",
|
2023-07-17 01:39:31 +00:00
|
|
|
"image_framework",
|
2023-05-06 03:11:54 +00:00
|
|
|
"ipc",
|
2023-08-24 12:08:10 +00:00
|
|
|
"player_framework",
|
|
|
|
"resource_schedule_service",
|
|
|
|
"soc_perf",
|
|
|
|
"accessibility",
|
2023-10-24 08:50:49 +00:00
|
|
|
"frame_aware_sched",
|
|
|
|
"memmgr",
|
|
|
|
"memmgr_plugin"
|
2022-02-08 02:17:31 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
2023-05-06 03:11:54 +00:00
|
|
|
"flutter",
|
2023-06-15 03:34:39 +00:00
|
|
|
"libuv",
|
|
|
|
"openssl",
|
2023-06-29 03:28:05 +00:00
|
|
|
"libxml2",
|
2023-06-29 12:59:26 +00:00
|
|
|
"bounds_checking_function",
|
|
|
|
"icu",
|
|
|
|
"libpng",
|
2023-07-03 01:34:06 +00:00
|
|
|
"zlib",
|
2023-06-30 07:39:16 +00:00
|
|
|
"skia",
|
2023-08-14 02:34:17 +00:00
|
|
|
"cJSON",
|
2023-08-08 14:51:34 +00:00
|
|
|
"jsoncpp",
|
2023-07-21 00:51:28 +00:00
|
|
|
"egl",
|
2023-08-14 12:15:08 +00:00
|
|
|
"opengles",
|
|
|
|
"vulkan-headers",
|
|
|
|
"vulkan-loader"
|
2022-02-08 02:17:31 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
2022-07-27 12:12:54 +00:00
|
|
|
"group_type": {
|
|
|
|
"base_group": [
|
|
|
|
"//third_party/libpng:libpng",
|
|
|
|
"//foundation/graphic/graphic_2d/interfaces/kits/napi:napi_packages",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/composer:libcomposer",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync:libnative_vsync",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/2d_graphics:2d_graphics",
|
2023-09-21 04:41:38 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/2d_graphics:2d_graphics_new",
|
2022-07-27 12:12:54 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/effect/effectChain:libeffectchain",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/effect/color_picker:color_picker",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain:skeffectchain",
|
|
|
|
"//foundation/graphic/graphic_2d/frameworks/opengl_wrapper:EGL",
|
|
|
|
"//foundation/graphic/graphic_2d/frameworks/opengl_wrapper:GLESv3",
|
2022-08-16 13:31:05 +00:00
|
|
|
"//foundation/graphic/graphic_2d/frameworks/surfaceimage:libnative_image",
|
2023-08-12 09:44:44 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text:rosen_text",
|
2022-08-29 14:54:31 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/effect/egl:libegl_effect",
|
2023-05-30 02:21:14 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/texgine:libtexgine",
|
2023-04-20 04:02:54 +00:00
|
|
|
"//third_party/vulkan-loader/openharmony:vulkan_loader",
|
2023-02-20 07:49:21 +00:00
|
|
|
"//foundation/graphic/graphic_2d/frameworks/vulkan_layers:vulkan_swapchain_layer",
|
|
|
|
"//foundation/graphic/graphic_2d/frameworks/vulkan_layers:vulkan_swapchain_layer_json"
|
2022-07-27 12:12:54 +00:00
|
|
|
],
|
|
|
|
"fwk_group": [
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_base:librender_service_base",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_client:librender_service_client"
|
|
|
|
],
|
|
|
|
"service_group": [
|
2022-07-28 08:23:19 +00:00
|
|
|
"//foundation/graphic/graphic_2d:default",
|
2022-07-27 12:12:54 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service:librender_service",
|
2022-12-09 03:19:28 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service:render_service",
|
|
|
|
"//foundation/graphic/graphic_2d/etc:ohos.para.dac"
|
2022-07-27 12:12:54 +00:00
|
|
|
]
|
|
|
|
},
|
2022-02-08 02:17:31 +00:00
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-05-18 13:14:57 +00:00
|
|
|
"name": "//foundation/graphic/graphic_2d/frameworks/surface:surface",
|
2022-02-08 02:17:31 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"buffer_extra_data.h",
|
|
|
|
"egl_data.h",
|
|
|
|
"egl_surface.h",
|
|
|
|
"external_window.h",
|
2022-07-02 08:06:12 +00:00
|
|
|
"native_buffer.h",
|
2022-11-29 07:51:49 +00:00
|
|
|
"native_buffer_inner.h",
|
2022-08-04 09:26:06 +00:00
|
|
|
"native_image.h",
|
2022-02-08 02:17:31 +00:00
|
|
|
"ibuffer_consumer_listener.h",
|
|
|
|
"ibuffer_producer.h",
|
2023-02-09 03:04:08 +00:00
|
|
|
"iconsumer_surface.h",
|
2022-02-08 02:17:31 +00:00
|
|
|
"surface.h",
|
|
|
|
"surface_buffer.h",
|
|
|
|
"surface_type.h",
|
|
|
|
"surface_utils.h",
|
|
|
|
"window.h"
|
|
|
|
],
|
2022-05-18 13:14:57 +00:00
|
|
|
"header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/surface"
|
2022-02-08 02:17:31 +00:00
|
|
|
}
|
|
|
|
},
|
2023-09-19 07:10:08 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/frameworks/bootanimation/utils:libbootanimation_utils",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"boot_animation_utils.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/bootanimation"
|
|
|
|
}
|
|
|
|
},
|
2022-02-22 09:21:55 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
2022-05-18 13:14:57 +00:00
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/composer:libcomposer",
|
2022-02-22 09:21:55 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"vsync_receiver.h"
|
|
|
|
],
|
2022-05-18 13:14:57 +00:00
|
|
|
"header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/composer"
|
2022-02-22 09:21:55 +00:00
|
|
|
}
|
|
|
|
},
|
2023-09-26 09:16:10 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d:libgl",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
],
|
|
|
|
"header_base": [
|
|
|
|
"//third_party/openGLES:libGLES",
|
|
|
|
"//third_party/EGL:libEGL"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2022-02-08 02:17:31 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
2022-05-18 13:14:57 +00:00
|
|
|
"name": "//foundation/graphic/graphic_2d/utils:libgraphic_utils",
|
2022-02-08 02:17:31 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"graphic_common.h",
|
2023-10-30 11:21:39 +00:00
|
|
|
"graphic_common_c.h",
|
|
|
|
"metadata_convertor.h"
|
2022-02-08 02:17:31 +00:00
|
|
|
],
|
2022-05-18 13:14:57 +00:00
|
|
|
"header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/common"
|
2022-02-08 02:17:31 +00:00
|
|
|
}
|
|
|
|
},
|
2022-04-08 02:11:37 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
2022-05-18 13:14:57 +00:00
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/animation/window_animation:window_animation",
|
2022-04-08 02:11:37 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"rs_iwindow_animation_controller.h",
|
|
|
|
"rs_iwindow_animation_finished_callback.h",
|
|
|
|
"rs_window_animation_finished_callback_stub.h",
|
|
|
|
"rs_window_animation_finished_callback.h",
|
|
|
|
"rs_window_animation_stub.h",
|
|
|
|
"rs_window_animation_target.h"
|
|
|
|
],
|
2022-05-18 13:14:57 +00:00
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include"
|
2022-04-08 02:11:37 +00:00
|
|
|
}
|
2023-04-17 02:47:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/utils/sync_fence:sync_fence",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"sync_fence.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/utils/sync_fence/export"
|
|
|
|
}
|
2023-05-18 02:27:24 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/render_service_base:librender_service_base",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"animation/rs_animation_timing_protocol.h",
|
|
|
|
"common/rs_macros.h",
|
|
|
|
"common/rs_rect.h",
|
|
|
|
"common/rs_vector3.h",
|
|
|
|
"common/rs_vector4.h",
|
|
|
|
"render/rs_image.h",
|
|
|
|
"render/rs_light_up_effect_filter.h",
|
|
|
|
"render/rs_pixel_map_util.h",
|
|
|
|
"render/rs_shader.h",
|
|
|
|
"render/rs_filter.h",
|
|
|
|
"render/rs_image_cache.h",
|
|
|
|
"render/rs_shadow.h",
|
|
|
|
"render/rs_mask.h",
|
|
|
|
"render/rs_path.h",
|
|
|
|
"render/rs_border.h",
|
|
|
|
"render/rs_image_base.h",
|
|
|
|
"modifier/rs_animatable_arithmetic.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/render_service_base/include"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/render_service_client:librender_service_client",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"animation/rs_animation.h",
|
|
|
|
"animation/rs_transition.h",
|
|
|
|
"animation/rs_animation_timing_curve.h",
|
|
|
|
"animation/rs_motion_path_option.h",
|
|
|
|
"ui/rs_node.h",
|
|
|
|
"ui/rs_proxy_node.h",
|
|
|
|
"ui/rs_base_node.h",
|
|
|
|
"ui/rs_ui_share_context.h",
|
|
|
|
"ui/rs_ui_director.h",
|
|
|
|
"ui/rs_surface_extractor.h",
|
|
|
|
"ui/rs_surface_node.h",
|
|
|
|
"ui/rs_canvas_node.h",
|
|
|
|
"ui/rs_display_node.h",
|
|
|
|
"ui/rs_root_node.h",
|
|
|
|
"modifier/rs_modifier.h",
|
|
|
|
"modifier/rs_modifier_manager_map.h",
|
|
|
|
"modifier/rs_modifier_extractor.h",
|
|
|
|
"modifier/rs_modifier_manager.h",
|
|
|
|
"modifier/rs_property.h",
|
2023-06-25 05:36:31 +00:00
|
|
|
"modifier/rs_showing_properties_freezer.h",
|
2023-05-18 02:27:24 +00:00
|
|
|
"modifier/rs_extended_modifier.h",
|
2023-05-26 02:29:37 +00:00
|
|
|
"modifier/rs_property_modifier.h",
|
|
|
|
"transaction/rs_interfaces.h"
|
2023-05-18 02:27:24 +00:00
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/render_service_client/core"
|
|
|
|
}
|
2023-05-26 13:33:24 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics:2d_graphics",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"draw/canvas.h",
|
|
|
|
"draw/pen.h",
|
|
|
|
"image/bitmap.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include"
|
|
|
|
}
|
2023-06-16 03:51:42 +00:00
|
|
|
},
|
2023-09-21 04:41:38 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics:2d_graphics_new",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"draw/canvas.h",
|
|
|
|
"draw/pen.h",
|
|
|
|
"image/bitmap.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include"
|
|
|
|
}
|
|
|
|
},
|
2023-06-16 03:51:42 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/effect/color_picker:color_picker",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"color_picker.h",
|
|
|
|
"effect_errors.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/utils/color_manager:color_manager",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
2023-06-26 02:02:52 +00:00
|
|
|
"export/color.h",
|
|
|
|
"export/color_space.h",
|
|
|
|
"export/color_space_convertor.h"
|
2023-06-16 03:51:42 +00:00
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/utils/color_manager"
|
|
|
|
}
|
2023-06-26 02:14:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/texgine:libtexgine",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"any_span.h",
|
|
|
|
"dynamic_file_font_provider.h",
|
|
|
|
"dynamic_font_provider.h",
|
|
|
|
"font_providers.h",
|
|
|
|
"ifont_provider.h",
|
|
|
|
"system_font_provider.h",
|
|
|
|
"text_style.h",
|
|
|
|
"typography_builder.h",
|
|
|
|
"typography_style.h",
|
|
|
|
"typography_types.h",
|
|
|
|
"typography.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine"
|
|
|
|
}
|
2023-07-22 09:07:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager:color_space_object_convertor",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"color_space_object_convertor.h",
|
|
|
|
"js_color_space.h",
|
|
|
|
"js_color_space_utils.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor"
|
|
|
|
}
|
2023-08-16 07:10:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text:rosen_text",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"font_collection.h",
|
|
|
|
"typography_create.h",
|
|
|
|
"typography_style.h",
|
|
|
|
"text_style.h",
|
|
|
|
"typography.h",
|
|
|
|
"typography_types.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text"
|
|
|
|
}
|
2023-08-22 08:31:17 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//foundation/graphic/graphic_2d/utils/buffer_handle:buffer_handle",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"buffer_handle_parcel.h",
|
|
|
|
"buffer_handle_utils.h"
|
|
|
|
],
|
|
|
|
"header_base": "//foundation/graphic/graphic_2d/utils/buffer_handle/export"
|
|
|
|
}
|
2022-02-08 02:17:31 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"test": [
|
2023-08-09 08:06:49 +00:00
|
|
|
"//foundation/graphic/graphic_2d:graphic_common_test",
|
2022-08-09 06:51:06 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_client:test",
|
2022-10-28 15:27:05 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/test/2d_graphics:test",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test:test",
|
2022-11-21 13:05:13 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_base/test:test",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/test/2d_engine:test"
|
2022-02-08 02:17:31 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|