From dc4a518b03f48970fc0522eef46e94b2c10632fb Mon Sep 17 00:00:00 2001 From: chen Date: Fri, 22 Jul 2022 11:38:59 +0800 Subject: [PATCH] modify samgr Signed-off-by: chen Change-Id: I35b504e2886536bbaebeb4efc4156269364ab9f1 --- services/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 062c596..ead46b1 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -41,8 +41,8 @@ executable("appspawn") { include_dirs = [ "include", "//utils/native/lite/include", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite", "//third_party/bounds_checking_function/include/", "//third_party/cJSON", @@ -53,7 +53,7 @@ executable("appspawn") { "//build/lite/config/component/cJSON:cjson_shared", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", + "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", ] -- Gitee