fix component dependency warning

Signed-off-by: t00605578 <tongyuejiao@huawei.com>
This commit is contained in:
t00605578 2024-05-09 16:18:45 +08:00
parent 3a7a39c9d5
commit 8dd9b4d1dd
2 changed files with 1 additions and 5 deletions

View File

@ -12,10 +12,6 @@
# limitations under the License. # limitations under the License.
declare_args() { declare_args() {
ams_path = "//foundation/ability/ability_runtime"
cjson_path = "//third_party/cJSON"
communication_path = "//foundation/communication"
dms_path = "//foundation/ability/dmsfwk" dms_path = "//foundation/ability/dmsfwk"
module_output_path = "dmsfwk/dmsfwk" module_output_path = "dmsfwk/dmsfwk"

View File

@ -586,7 +586,7 @@ ohos_unittest("dmsbasetest") {
":test_config", ":test_config",
"./resource:coverage_flags", "./resource:coverage_flags",
] ]
deps = [ "//third_party/cJSON:cjson" ] deps = []
configs += dsched_configs configs += dsched_configs
if (is_standard_system) { if (is_standard_system) {
external_deps = dsched_external_deps external_deps = dsched_external_deps