diff --git a/dmsfwk.gni b/dmsfwk.gni index 861e3b04..58788172 100644 --- a/dmsfwk.gni +++ b/dmsfwk.gni @@ -12,10 +12,6 @@ # limitations under the License. declare_args() { - ams_path = "//foundation/ability/ability_runtime" - cjson_path = "//third_party/cJSON" - communication_path = "//foundation/communication" - dms_path = "//foundation/ability/dmsfwk" module_output_path = "dmsfwk/dmsfwk" diff --git a/services/dtbschedmgr/test/BUILD.gn b/services/dtbschedmgr/test/BUILD.gn index 488979c0..f9a8d288 100644 --- a/services/dtbschedmgr/test/BUILD.gn +++ b/services/dtbschedmgr/test/BUILD.gn @@ -586,7 +586,7 @@ ohos_unittest("dmsbasetest") { ":test_config", "./resource:coverage_flags", ] - deps = [ "//third_party/cJSON:cjson" ] + deps = [] configs += dsched_configs if (is_standard_system) { external_deps = dsched_external_deps