!87 change dir graphic/graphic to graphic/graphic_2d

Merge pull request !87 from 苏锋/master
This commit is contained in:
openharmony_ci
2022-05-25 07:11:14 +00:00
committed by Gitee
+12 -12
View File
@@ -12,7 +12,7 @@
# limitations under the License.
import("//build/ohos.gni")
import("//foundation/graphic/graphic/graphic_config.gni")
import("//foundation/graphic/graphic_2d/graphic_config.gni")
import("//foundation/multimodalinput/input/multimodalinput_mini.gni")
import("//third_party/wayland_standard/wayland_protocol.gni")
@@ -244,7 +244,7 @@ ohos_static_library("libexec_weston") {
":soft_vsync",
":trace",
":weston_screenshooter_protocol",
"//foundation/graphic/graphic/frameworks/vsync:libvsync_module",
"//foundation/graphic/graphic_2d/frameworks/vsync:libvsync_module",
"//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi",
"//third_party/wayland-protocols_standard:input_method_unstable_v1_protocol",
"//third_party/wayland-protocols_standard:text_input_unstable_v1_protocol",
@@ -405,8 +405,8 @@ ohos_executable("simple-dmabuf-egl-hos") {
deps = [
":weston_direct_display_protocol",
"//foundation/graphic/graphic:libgl",
"//foundation/graphic/graphic/frameworks/wmserver:wms_protocol",
"//foundation/graphic/graphic_2d:libgl",
"//foundation/graphic/graphic_2d/frameworks/wmserver:wms_protocol",
"//third_party/libdrm:libdrm",
"//third_party/wayland-protocols_standard:linux_dmabuf_unstable_v1_protocol",
"//third_party/wayland-protocols_standard:linux_explicit_synchronization_unstable_v1_protocol",
@@ -436,8 +436,8 @@ ohos_executable("simple-egl-hos") {
]
deps = [
"//foundation/graphic/graphic:libgl",
"//foundation/graphic/graphic/frameworks/wmserver:wms_protocol",
"//foundation/graphic/graphic_2d:libgl",
"//foundation/graphic/graphic_2d/frameworks/wmserver:wms_protocol",
"//third_party/wayland_standard:libwayland_client",
"//third_party/wayland_standard:wayland_core_protocol",
]
@@ -493,8 +493,8 @@ ohos_shared_library("drm-backend") {
":libweston",
":soft_vsync",
":trace",
"//foundation/graphic/graphic:libgl",
"//foundation/graphic/graphic/frameworks/vsync:libvsync_module",
"//foundation/graphic/graphic_2d:libgl",
"//foundation/graphic/graphic_2d/frameworks/vsync:libvsync_module",
"//third_party/libdrm:libdrm",
"//third_party/wayland-protocols_standard:linux_dmabuf_unstable_v1_protocol",
"//third_party/wayland-protocols_standard:presentation_time_protocol",
@@ -582,7 +582,7 @@ ohos_shared_library("soft_vsync") {
public_configs = [ ":soft_vsync_public_config" ]
deps = [
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog",
"//foundation/graphic/graphic/frameworks/vsync:libvsync_module",
"//foundation/graphic/graphic_2d/frameworks/vsync:libvsync_module",
]
subsystem_name = "graphic"
@@ -623,8 +623,8 @@ ohos_shared_library("hdi-backend") {
":trace",
"//drivers/peripheral/display/hal:hdi_display_device",
"//drivers/peripheral/display/hdi_service/gralloc/client:hdi_gralloc_client",
"//foundation/graphic/graphic:libgraphic_dumper_client",
"//foundation/graphic/graphic/frameworks/vsync:libvsync_module",
"//foundation/graphic/graphic_2d:libgraphic_dumper_client",
"//foundation/graphic/graphic_2d/frameworks/vsync:libvsync_module",
"//third_party/libdrm:libdrm",
"//third_party/wayland-protocols_standard:linux_dmabuf_unstable_v1_protocol",
"//third_party/wayland_standard:wayland_core_protocol",
@@ -692,7 +692,7 @@ ohos_shared_library("gl-renderer") {
deps = [
":libweston",
"//foundation/graphic/graphic:libgl",
"//foundation/graphic/graphic_2d:libgl",
"//third_party/libdrm:libdrm",
"//third_party/wayland-protocols_standard:linux_dmabuf_unstable_v1_protocol",
]