From 3225f442266aea07adc287030e8c801cc44a2456 Mon Sep 17 00:00:00 2001 From: chen0088 Date: Wed, 9 Oct 2024 16:50:37 +0800 Subject: [PATCH] modify Signed-off-by: chen0088 --- distributed_camera/bundle.json | 3 +-- distributed_camera/v1_0/BUILD.gn | 2 +- distributed_camera/v1_1/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/distributed_camera/bundle.json b/distributed_camera/bundle.json index 90cb385a..d6f5e70f 100644 --- a/distributed_camera/bundle.json +++ b/distributed_camera/bundle.json @@ -22,8 +22,7 @@ "hdf_core", "hilog", "c_utils" - ], - "third_party": [] + ] }, "build": { "sub_component": [ diff --git a/distributed_camera/v1_0/BUILD.gn b/distributed_camera/v1_0/BUILD.gn index feaf504d..f453ba8f 100644 --- a/distributed_camera/v1_0/BUILD.gn +++ b/distributed_camera/v1_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") hdi("distributed_camera_provider") { module_name = "distributed_camera_provider_service" sources = [ diff --git a/distributed_camera/v1_1/BUILD.gn b/distributed_camera/v1_1/BUILD.gn index a9989d0b..6d435160 100644 --- a/distributed_camera/v1_1/BUILD.gn +++ b/distributed_camera/v1_1/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") hdi("distributed_camera_provider") { module_name = "distributed_camera_provider_service" sources = [ -- Gitee