From 1e290cbab3e05823a2c44cee17545ce38ecc1784 Mon Sep 17 00:00:00 2001 From: zhangalong Date: Thu, 5 May 2022 14:49:58 +0800 Subject: [PATCH] change os_account_standard to os_account Signed-off-by:zhang_along Signed-off-by: zhangalong --- frameworks/ans/core/BUILD.gn | 2 +- services/ans/BUILD.gn | 2 +- services/ans/test/unittest/BUILD.gn | 2 +- services/test/moduletest/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frameworks/ans/core/BUILD.gn b/frameworks/ans/core/BUILD.gn index 94578456f..25add44fb 100644 --- a/frameworks/ans/core/BUILD.gn +++ b/frameworks/ans/core/BUILD.gn @@ -101,7 +101,7 @@ ohos_shared_library("ans_core") { "ipc:ipc_core", "multimedia_image_standard:image_native", "native_appdatamgr:native_rdb", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "samgr_standard:samgr_proxy", "time_native:time_service", ] diff --git a/services/ans/BUILD.gn b/services/ans/BUILD.gn index b1c86592e..97f0c02a3 100644 --- a/services/ans/BUILD.gn +++ b/services/ans/BUILD.gn @@ -80,7 +80,7 @@ ohos_shared_library("libans") { "distributeddatamgr:distributeddata_inner", "multimedia_image_standard:image_native", "multimedia_media_standard:media_client", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "time_native:time_service", "window_manager:libwm", ] diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index 45e2cf850..625aca856 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -92,7 +92,7 @@ ohos_unittest("ans_unit_test") { "ipc:ipc_core", "multimedia_image_standard:image_native", "multimedia_media_standard:media_client", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", "time_native:time_service", diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index f334e49dc..dc91527e4 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -78,7 +78,7 @@ ohos_moduletest("ans_module_test") { "ipc:ipc_core", "multimedia_image_standard:image_native", "multimedia_media_standard:media_client", - "os_account_standard:os_account_innerkits", + "os_account:os_account_innerkits", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", "time_native:time_service", -- Gitee