From 50133a54d1a3af5b162eac675e5a606cde0805e0 Mon Sep 17 00:00:00 2001 From: chen Date: Fri, 22 Jul 2022 11:46:01 +0800 Subject: [PATCH] modify samgr Signed-off-by: chen Change-Id: I096617b05235fd533d70c575ae9297e42a9ec1f2 --- frameworks/src/BUILD.gn | 10 +++++----- services/BUILD.gn | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frameworks/src/BUILD.gn b/frameworks/src/BUILD.gn index 6079564..6cc4a6b 100644 --- a/frameworks/src/BUILD.gn +++ b/frameworks/src/BUILD.gn @@ -33,13 +33,13 @@ shared_library("sensor_client") { "../include", "//third_party/bounds_checking_function/include", "//utils/native/lite/include", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/communication/broadcast", - "//foundation/distributedschedule/samgr_lite/samgr/source", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/communication/broadcast", + "//foundation/systemabilitymgr/samgr_lite/samgr/source", "//foundation/communication/ipc/interfaces/innerkits/c/ipc/include", "//base/sensors/sensor_lite/services/include", ] - deps = [ "//foundation/distributedschedule/samgr_lite/samgr:samgr" ] + deps = [ "//foundation/systemabilitymgr/samgr_lite/samgr:samgr" ] } diff --git a/services/BUILD.gn b/services/BUILD.gn index d890c31..b9a8e58 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -25,10 +25,10 @@ executable("sensor_service") { "./include", "//third_party/bounds_checking_function/include", "//utils/native/lite/include", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/communication/broadcast", - "//foundation/distributedschedule/samgr_lite/samgr/source", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/communication/broadcast", + "//foundation/systemabilitymgr/samgr_lite/samgr/source", "//foundation/communication/ipc/interfaces/innerkits/c/ipc/include", "//foundation/communication/ipc/ipc/native/c/manager/include", "//foundation/communication/ipc/services/dbinder/c/include", @@ -39,6 +39,6 @@ executable("sensor_service") { deps = [ "//drivers/peripheral/sensor/hal:hdi_sensor", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", + "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] } -- Gitee