mirror of
https://gitee.com/openharmony/deviceprofile_device_info_manager
synced 2024-11-23 07:30:13 +00:00
update
Signed-off-by: zhanglei <zhanglei730@huawei.com>
This commit is contained in:
parent
086461830f
commit
43184c9ffc
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user