diff --git a/BUILD.gn b/BUILD.gn index c59f4a439f22f65282c806741612f77e5e171f44..400c068e8108b9b471c488389df59d972c58f5d8 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 6f9789610c16bf20c66194abb0e6621fee322a25..5b2b3158f450ba1ee8951b030dd11921bc98bcad 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"