!649 修改绝对路径

Merge pull request !649 from torrizo/master
This commit is contained in:
openharmony_ci 2024-08-26 11:24:44 +00:00 committed by Gitee
commit 44f1f79232
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
7 changed files with 3 additions and 13 deletions

View File

@ -45,7 +45,6 @@
"relational_store"
],
"third_party": [
"googletest",
"json"
]
},

View File

@ -44,7 +44,6 @@ ohos_unittest("DeviceProfileTest") {
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",
"eventhandler:libeventhandler",
"googletest:gtest_main",
"hilog:libhilog",
"init:libbegetutil",
"ipc:ipc_core",

View File

@ -44,7 +44,6 @@ ohos_unittest("ProfileChangeListenerStubTest") {
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",
"eventhandler:libeventhandler",
"googletest:gtest_main",
"hilog:libhilog",
"init:libbegetutil",
"ipc:ipc_core",

View File

@ -24,10 +24,7 @@ device_profile_deps = [
"${old_device_profile_service}/core:distributed_device_profile",
]
device_profile_external_deps = [
"googletest:gtest_main",
"hisysevent:libhisysevent",
]
device_profile_external_deps = [ "hisysevent:libhisysevent" ]
ohos_unittest("dp_radar_helper_test_old") {
cflags = [

View File

@ -46,7 +46,7 @@ config("device_info_manager_config") {
"${device_profile_common}/include/constants",
"${device_profile_common}/include/interfaces",
"${device_profile_common}/include/utils",
"//third_party/json/include",
"${third_party_json}/include",
]
}

View File

@ -25,10 +25,7 @@ device_profile_deps = [
"${device_profile_service}:distributed_device_profile_svr",
]
device_profile_external_deps = [
"googletest:gtest_main",
"hisysevent:libhisysevent",
]
device_profile_external_deps = [ "hisysevent:libhisysevent" ]
ohos_unittest("dp_radar_helper_test_new") {
module_out_path = module_output_path

View File

@ -50,7 +50,6 @@ device_profile_external_deps = [
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",
"eventhandler:libeventhandler",
"googletest:gtest_main",
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",