diff --git a/frameworks/src/BUILD.gn b/frameworks/src/BUILD.gn index 6079564b1ad1196e903a51a207b53a2b04b83217..6cc4a6b69db4d9a6d5d584ba829397e14a8300cc 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 d890c31df12d5693ff4be914c497a00033da9a89..b9a8e5882406976977ea7fe7d835f69d85c77c26 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", ] }