Signed-off-by: zhanglei <zhanglei730@huawei.com>
This commit is contained in:
zhanglei 2024-03-23 09:46:52 +08:00
parent 086461830f
commit 43184c9ffc
3 changed files with 4 additions and 3 deletions

View File

@ -46,12 +46,13 @@ ohos_shared_library("distributed_device_profile_common") {
"src/utils/profile_utils.cpp",
]
deps = [ "${third_party_cjson}:cjson" ]
deps = []
public_configs = [ ":distributed_device_profile_common_config" ]
external_deps = [
"access_token:libaccesstoken_sdk",
"cJSON:cjson",
"c_utils:utils",
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",

View File

@ -68,13 +68,13 @@ ohos_shared_library("distributed_device_profile_svr") {
deps = [
"${device_profile_common}:distributed_device_profile_common",
"${third_party_cjson}:cjson",
]
configs = [ ":device_info_manager_config" ]
external_deps = [
"access_token:libaccesstoken_sdk",
"cJSON:cjson",
"c_utils:utils",
"device_auth:deviceauth_sdk",
"device_manager:devicemanagersdk",

View File

@ -25,7 +25,6 @@ device_profile_deps = [
"${device_profile_common}:distributed_device_profile_common",
"${device_profile_innerkits}:distributed_device_profile_sdk",
"${device_profile_service}:distributed_device_profile_svr",
"${third_party_cjson}:cjson",
"//third_party/googletest:gtest_main",
]
@ -33,6 +32,7 @@ device_profile_external_deps = [
"access_token:libaccesstoken_sdk",
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"cJSON:cjson",
"c_utils:utils",
"device_auth:deviceauth_sdk",
"device_manager:devicemanagersdk",