Signed-off-by: zhanglei <zhanglei730@huawei.com>
This commit is contained in:
zhanglei 2024-03-23 10:01:57 +08:00
parent 593e962965
commit 4832194e94
4 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@
"ram": "9000KB",
"deps": {
"components": [
"cJSON",
"c_utils",
"cJSON",
"hisysevent",
"hilog",
"ipc",

View File

@ -52,8 +52,8 @@ ohos_shared_library("distributed_device_profile_common") {
external_deps = [
"access_token:libaccesstoken_sdk",
"cJSON:cjson",
"c_utils:utils",
"cJSON:cjson",
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",
"eventhandler:libeventhandler",

View File

@ -74,8 +74,8 @@ ohos_shared_library("distributed_device_profile_svr") {
external_deps = [
"access_token:libaccesstoken_sdk",
"cJSON:cjson",
"c_utils:utils",
"cJSON:cjson",
"device_auth:deviceauth_sdk",
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",

View File

@ -32,8 +32,8 @@ device_profile_external_deps = [
"access_token:libaccesstoken_sdk",
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"cJSON:cjson",
"c_utils:utils",
"cJSON:cjson",
"device_auth:deviceauth_sdk",
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",