From aba24bab2d263980bd94beb888f8fd7130044f30 Mon Sep 17 00:00:00 2001 From: ql Date: Tue, 26 Jul 2022 20:08:08 +0800 Subject: [PATCH] update route Signed-off-by: ql Change-Id: I3d78865cd688aef7cc51faf2e443d883da39b688 --- distributed_schedule_lite/distributed_schedule_posix/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distributed_schedule_lite/distributed_schedule_posix/BUILD.gn b/distributed_schedule_lite/distributed_schedule_posix/BUILD.gn index f02fef17a..7e53c59a3 100755 --- a/distributed_schedule_lite/distributed_schedule_posix/BUILD.gn +++ b/distributed_schedule_lite/distributed_schedule_posix/BUILD.gn @@ -30,7 +30,7 @@ hcpptest_suite("ActsDMSTest") { "//foundation/communication/ipc/interfaces/innerkits/c/ipc/include", "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", - "//foundation/distributedschedule/dmsfwk_lite/include", + "//foundation/ability/dmsfwk_lite/include", "//foundation/distributedschedule/samgr_lite/interfaces/innerkits", "${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite", @@ -44,7 +44,7 @@ hcpptest_suite("ActsDMSTest") { deps = [ "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", - "//foundation/distributedschedule/dmsfwk_lite:dtbschedmgr", + "//foundation/ability/dmsfwk_lite:dtbschedmgr", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", ] -- GitLab