From a79eedb7f98cb8fea0e95b16c9580f29e51b4076 Mon Sep 17 00:00:00 2001 From: torrizo Date: Thu, 7 Aug 2025 18:14:52 -0700 Subject: [PATCH] 1 Signed-off-by: torrizo --- bundle.json | 1 + .../include => common/include/interfaces}/i_dp_sync_adapter.h | 0 2 files changed, 1 insertion(+) rename {services/core/include => common/include/interfaces}/i_dp_sync_adapter.h (100%) mode change 100644 => 100755 diff --git a/bundle.json b/bundle.json index 1c011b60..ef4b921e 100644 --- a/bundle.json +++ b/bundle.json @@ -90,6 +90,7 @@ "dp_subscribe_info.h", "dp_sync_options.h", "i_distributed_device_profile.h", + "i_dp_sync_adapter.h", "i_profile_change_listener.h", "i_sync_completed_callback.h", "profile_change_listener_proxy.h", diff --git a/services/core/include/i_dp_sync_adapter.h b/common/include/interfaces/i_dp_sync_adapter.h old mode 100644 new mode 100755 similarity index 100% rename from services/core/include/i_dp_sync_adapter.h rename to common/include/interfaces/i_dp_sync_adapter.h -- Gitee