2022-02-08 02:17:31 +00:00
|
|
|
{
|
2022-07-06 11:06:15 +00:00
|
|
|
"name": "@ohos/graphic_standard",
|
|
|
|
"description": "graphic_standard",
|
2022-02-08 02:17:31 +00:00
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
2022-05-18 13:14:57 +00:00
|
|
|
"destPath": "foundation/graphic/graphic_2d"
|
2022-02-08 02:17:31 +00:00
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
2022-07-06 11:06:15 +00:00
|
|
|
"name": "graphic_standard",
|
2022-02-08 02:17:31 +00:00
|
|
|
"subsystem": "graphic",
|
2022-02-11 03:09:22 +00:00
|
|
|
"syscap": [
|
2022-04-24 06:53:03 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.EGL",
|
|
|
|
"SystemCapability.Graphic.Graphic2D.GLES3",
|
2022-02-11 03:09:22 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.NativeWindow",
|
2022-02-16 13:08:42 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.NativeDrawing",
|
2022-07-29 06:24:57 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.Vulkan",
|
2022-02-11 03:09:22 +00:00
|
|
|
"SystemCapability.Graphic.Graphic2D.WebGL",
|
|
|
|
"SystemCapability.Graphic.Graphic2D.WebGL2"
|
|
|
|
],
|
2022-02-08 02:17:31 +00:00
|
|
|
"adapted_system_type": [ "standard" ],
|
2022-04-16 06:25:07 +00:00
|
|
|
"features": [
|
2022-07-06 11:06:15 +00:00
|
|
|
"graphic_standard_feature_bootanimation_enable",
|
|
|
|
"graphic_standard_feature_ace_enable_gpu",
|
|
|
|
"graphic_standard_feature_rs_enable_eglimage",
|
|
|
|
"graphic_standard_feature_color_gamut_enable"
|
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": [
|
|
|
|
"libhilog",
|
|
|
|
"ipc_core",
|
|
|
|
"samgr_proxy",
|
|
|
|
"utils",
|
|
|
|
"libeventhandler",
|
|
|
|
"image_native",
|
|
|
|
"hdi_display_device",
|
|
|
|
"bytrace_core"
|
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
"libz",
|
|
|
|
"libdrm"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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/samples/composer:hello_composer",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/samples/hello_native_window:hello_native_window",
|
2022-08-05 09:32:54 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/samples/hello_native_image:hello_native_image",
|
2022-07-27 12:12:54 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/samples/hello_vsync:hello_vsync",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/samples/hello_native_buffer:hello_native_buffer",
|
|
|
|
"//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",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/samples/2d_graphics:drawing_sample_rs",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/samples/2d_graphics:drawing_engine_sample",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test:drawing_sample",
|
|
|
|
"//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",
|
|
|
|
"//foundation/graphic/graphic_2d/frameworks/opengl_wrapper:debug_layer_test1",
|
|
|
|
"//foundation/graphic/graphic_2d/frameworks/opengl_wrapper:debug_layer_test2",
|
|
|
|
"//foundation/graphic/graphic_2d/frameworks/opengl_wrapper:opengl_wrapper_native_test",
|
2022-08-04 09:26:06 +00:00
|
|
|
"//foundation/graphic/graphic_2d/frameworks/surfaceimage:libsurfaceimage",
|
2022-07-27 12:12:54 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/effect/egl:libegl_effect"
|
|
|
|
],
|
|
|
|
"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_base/test:render_service_client",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_client/test:render_service_client_rs_demo",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_client/test:render_service_client_gravity_demo",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_client/test:render_service_client_scale_demo",
|
2022-07-28 08:04:08 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_client/test:render_service_client_tunnel_handle_demo",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service_client/test:render_service_client_overlay_demo",
|
2022-07-27 12:12:54 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service:librender_service",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/modules/render_service:render_service"
|
|
|
|
]
|
|
|
|
},
|
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-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",
|
|
|
|
"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
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-05-18 13:14:57 +00:00
|
|
|
"name": "//foundation/graphic/graphic_2d/frameworks/vsync:libvsync_client",
|
2022-02-08 02:17:31 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"vsync_helper.h"
|
|
|
|
],
|
2022-05-18 13:14:57 +00:00
|
|
|
"header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/vsync"
|
2022-02-08 02:17:31 +00:00
|
|
|
}
|
|
|
|
},
|
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
|
|
|
}
|
|
|
|
},
|
2022-02-08 02:17:31 +00:00
|
|
|
{
|
|
|
|
"type": "so",
|
2022-05-18 13:14:57 +00:00
|
|
|
"name": "//foundation/graphic/graphic_2d/frameworks/vsync:libvsync_module",
|
2022-02-08 02:17:31 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"vsync_module.h",
|
|
|
|
"vsync_module_c.h"
|
|
|
|
],
|
2022-05-18 13:14:57 +00:00
|
|
|
"header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/vsync_module"
|
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",
|
|
|
|
"graphic_common_c.h"
|
|
|
|
],
|
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
|
|
|
}
|
2022-02-08 02:17:31 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"test": [
|
2022-07-06 11:06:15 +00:00
|
|
|
"//foundation/graphic/graphic_2d:graphic_standard_test",
|
2022-05-18 13:14:57 +00:00
|
|
|
"//foundation/graphic/graphic_2d/rosen/test/render_service:unittest",
|
|
|
|
"//foundation/graphic/graphic_2d/rosen/test/2d_graphics:test"
|
2022-02-08 02:17:31 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|