mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-22 22:09:58 +00:00
fix component dependency warning
Signed-off-by: t00605578 <tongyuejiao@huawei.com>
This commit is contained in:
parent
3a7a39c9d5
commit
8dd9b4d1dd
@ -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"
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user