diff --git a/niobeu4/liteos_m/hals/log/BUILD.gn b/niobeu4/liteos_m/hals/log/BUILD.gn index e7e5ff7..341283a 100644 --- a/niobeu4/liteos_m/hals/log/BUILD.gn +++ b/niobeu4/liteos_m/hals/log/BUILD.gn @@ -25,6 +25,6 @@ config("public"){ "//base/hiviewdfx/hiview_lite", "//base/hiviewdfx/hilog_lite/frameworks/mini", "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr" + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr" ] } \ No newline at end of file diff --git a/niobeu4/liteos_m/hals/syscalls/BUILD.gn b/niobeu4/liteos_m/hals/syscalls/BUILD.gn index dcd7668..d067add 100644 --- a/niobeu4/liteos_m/hals/syscalls/BUILD.gn +++ b/niobeu4/liteos_m/hals/syscalls/BUILD.gn @@ -23,6 +23,6 @@ kernel_module(module_name) { "//base/hiviewdfx/hiview_lite", "//base/hiviewdfx/hilog_lite/frameworks/mini", "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr" + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr" ] } \ No newline at end of file