From ab47bc49cfe03f8dbe3fa283b3ceceeb6b527843 Mon Sep 17 00:00:00 2001 From: zhang Date: Thu, 9 Mar 2023 20:44:06 +0800 Subject: [PATCH] fix:Eliminate the dependency on the compilation path of bin hdf_core Signed-off-by: zhang --- .../test/unittest/sourceservice/dscreenmgr/BUILD.gn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn b/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn index f56ece16..66a4d032 100644 --- a/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn +++ b/services/screenservice/test/unittest/sourceservice/dscreenmgr/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Huawei Device Co., Ltd. +# Copyright (c) 2022-2023 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -71,5 +71,8 @@ ohos_unittest("DscreenMgrTest") { "//third_party/googletest:gtest_main", ] - external_deps = [ "c_utils:utils" ] + external_deps = [ + "c_utils:utils", + "hdf_core:libhdi", + ] } -- Gitee