From 8dd9b4d1ddc2b532978e0b414e80ca07b9d7fcb1 Mon Sep 17 00:00:00 2001 From: t00605578 Date: Thu, 9 May 2024 16:18:45 +0800 Subject: [PATCH] fix component dependency warning Signed-off-by: t00605578 --- dmsfwk.gni | 4 ---- services/dtbschedmgr/test/BUILD.gn | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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