From dddd1388b56358a6093de95964cd9c3764bee678 Mon Sep 17 00:00:00 2001 From: sqwlly Date: Fri, 13 Jun 2025 09:47:24 +0000 Subject: [PATCH] chipsetsdk_sp Signed-off-by: s30029175 Signed-off-by: sqwlly Change-Id: I18a295a4d5535121016bc0ce916265b2ac3bfa79 --- .../rules/ChipsetSDK/chipsetsdk_info.json | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json b/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json index f792a7e..18df390 100644 --- a/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json +++ b/tools/deps_guard/rules/ChipsetSDK/chipsetsdk_info.json @@ -342,30 +342,6 @@ "//commonlibrary/memory_utils/libsync/include/" ] }, - { - "name": "graphic_surface:sync_fence", - "so_file_name": "libsync_fence.z.so", - "path": "//foundation/graphic/graphic_surface/sync_fence:sync_fence", - "headers": [ - "//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" - ] - }, { "name": "access_token:libaccesstoken_sdk", "so_file_name": "libaccesstoken_sdk.z.so", -- Gitee