添加依赖

Signed-off-by: guoyi <guoyi39@huawei.com>
This commit is contained in:
guoyi 2024-11-03 13:29:28 +08:00
parent f487ed1afb
commit 88313e6dac
3 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,7 @@ ohos_shared_library("distributed_device_profile") {
external_deps = [
"access_token:libaccesstoken_sdk",
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"device_auth:deviceauth_sdk",
"device_manager:devicemanagersdk",
"dmsfwk:common_sdk",

View File

@ -45,6 +45,7 @@ device_profile_external_deps = [
"access_token:libtoken_setproc",
"cJSON:cjson",
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"config_policy:configpolicy_util",
"device_auth:deviceauth_sdk",
"device_manager:devicemanagersdk",

View File

@ -53,6 +53,7 @@ ohos_fuzztest("NewDeviceProfileFuzzTest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"hilog:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",