diff --git a/BUILD.gn b/BUILD.gn index c59f4a43..400c068e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -32,7 +32,6 @@ config("appspawn_config") { "${aafwk_path}/interfaces/innerkits/base/include", "${aafwk_path}/frameworks/kits/ability/native/include", "${aafwk_path}/services/abilitymgr/include", - "${distributedschedule_path}/services/dtbschedmgr/include", "//base/security/access_token/interfaces/innerkits/token_setproc/include", "//base/startup/init_lite/services/log", "//base/startup/init_lite/interfaces/innerkits/include", diff --git a/appspawn.gni b/appspawn.gni index 6f978961..5b2b3158 100644 --- a/appspawn.gni +++ b/appspawn.gni @@ -15,7 +15,6 @@ appspawn_path = "//base/startup/appspawn_standard" appexecfwk_path = "//foundation/appexecfwk/standard" aafwk_path = "//foundation/aafwk/standard" communication_path = "//foundation/communication/ipc" -distributedschedule_path = "//foundation/distributedschedule/dmsfwk" subsystem_name = "startup" part_name = "appspawn" module_output_path = "${part_name}/appspawn_l2"