From aec67b267ff2b340f869fddd6ad0ad8d608064d7 Mon Sep 17 00:00:00 2001 From: sqwlly Date: Wed, 18 Sep 2024 07:19:03 +0000 Subject: [PATCH] add new chipset sdk info Signed-off-by: s30029175 Signed-off-by: sqwlly Change-Id: Id4c4eba821e07870cf4e23693cf80429aca20041 --- .../rules/ChipsetSDK/chipsetsdk_info.json | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json b/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json index 863983b0..baf609b8 100644 --- a/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json +++ b/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json @@ -255,18 +255,6 @@ "//third_party/libunwind/include/tdep-arm/" ] }, - { - "name": "graphic_2d:surface", - "so_file_name": "libsurface.z.so", - "path": "//foundation/graphic/graphic_2d/frameworks/surface:surface", - "headers": [ - "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include/", - "//foundation/graphic/graphic_2d/interfaces/inner_api/surface/", - "//foundation/graphic/graphic_2d/interfaces/inner_api/common/", - "//foundation/graphic/graphic_2d/utils/sandbox/", - "//commonlibrary/c_utils/base/include/" - ] - }, { "name": "samgr:samgr_proxy", "so_file_name": "libsamgr_proxy.z.so", @@ -355,15 +343,27 @@ ] }, { - "name": "graphic_2d:sync_fence", + "name": "graphic_surface:sync_fence", "so_file_name": "libsync_fence.z.so", - "path": "//foundation/graphic/graphic_2d/utils/sync_fence:sync_fence", + "path": "//foundation/graphic/graphic_surface/sync_fence:sync_fence", "headers": [ - "//foundation/graphic/graphic_2d/utils/sync_fence/export/", - "//commonlibrary/c_utils/base/include/", - "//base/hiviewdfx/hilog/interfaces/native/innerkits/", - "//base/notification/eventhandler/interfaces/inner_api/", - "//foundation/graphic/graphic_2d/utils/log/" + "//foundation/graphic/graphic_surface/interfaces/inner_api/sync_fence" + ] + }, + { + "name": "graphic_surface:surface", + "so_file_name": "libsurface.z.so", + "path": "//foundation/graphic/graphic_surface/surface:surface", + "headers": [ + "//foundation/graphic/graphic_surface/interfaces/inner_api/surface" + ] + }, + { + "name": "graphic_surface:buffer_handle", + "so_file_name": "libbuffer_handle.z.so", + "path": "//foundation/graphic/graphic_surface/buffer_handle:buffer_handle", + "headers": [ + "//foundation/graphic/graphic_surface/interfaces/inner_api/buffer_handle" ] }, {