From 8fa3a5523ac8ce9bd78ef30fa635145eb258c7bf Mon Sep 17 00:00:00 2001 From: houdisheng Date: Fri, 22 Jul 2022 10:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4account=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houdisheng --- test/moduletest/ability_record_test/BUILD.gn | 5 ----- test/moduletest/ability_timeout_module_test/BUILD.gn | 5 ----- .../common/ams/specified_ability_service_test/BUILD.gn | 5 ----- test/moduletest/running_infos_module_test/BUILD.gn | 5 ----- test/moduletest/start_ability_implicit_module_test/BUILD.gn | 5 ----- test/unittest/BUILD.gn | 5 ----- 6 files changed, 30 deletions(-) diff --git a/test/moduletest/ability_record_test/BUILD.gn b/test/moduletest/ability_record_test/BUILD.gn index a167bda0d3..7de5173df5 100644 --- a/test/moduletest/ability_record_test/BUILD.gn +++ b/test/moduletest/ability_record_test/BUILD.gn @@ -84,11 +84,6 @@ ohos_moduletest("AbilityRecordModuleTest") { "//utils/native/base:utilsbase", ] - if (os_account_part_enabled) { - cflags_cc += [ "-DOS_ACCOUNT_PART_ENABLED" ] - deps += [ "//base/account/os_account/frameworks/osaccount/native:os_account_innerkits" ] - } - if (efficiency_manager) { cflags_cc += [ "-DEFFICIENCY_MANAGER_ENABLE" ] deps += [ "//foundation/resourceschedule/efficiency_manager/interfaces/innerkits/suspend_manager:suspend_manager_client" ] diff --git a/test/moduletest/ability_timeout_module_test/BUILD.gn b/test/moduletest/ability_timeout_module_test/BUILD.gn index 0cedd57aed..4728fc6024 100644 --- a/test/moduletest/ability_timeout_module_test/BUILD.gn +++ b/test/moduletest/ability_timeout_module_test/BUILD.gn @@ -85,11 +85,6 @@ ohos_moduletest("ability_timeout_module_test") { "//utils/native/base:utils", ] - if (os_account_part_enabled) { - cflags_cc += [ "-DOS_ACCOUNT_PART_ENABLED" ] - deps += [ "//base/account/os_account/frameworks/osaccount/native:os_account_innerkits" ] - } - if (efficiency_manager) { cflags_cc += [ "-DEFFICIENCY_MANAGER_ENABLE" ] deps += [ "//foundation/resourceschedule/efficiency_manager/interfaces/innerkits/suspend_manager:suspend_manager_client" ] diff --git a/test/moduletest/common/ams/specified_ability_service_test/BUILD.gn b/test/moduletest/common/ams/specified_ability_service_test/BUILD.gn index f3dd863cbc..a1281d5f67 100644 --- a/test/moduletest/common/ams/specified_ability_service_test/BUILD.gn +++ b/test/moduletest/common/ams/specified_ability_service_test/BUILD.gn @@ -62,11 +62,6 @@ ohos_moduletest("specified_ability_service_test") { "//utils/native/base:utils", ] - if (os_account_part_enabled) { - cflags_cc += [ "-DOS_ACCOUNT_PART_ENABLED" ] - deps += [ "//base/account/os_account/frameworks/osaccount/native:os_account_innerkits" ] - } - if (efficiency_manager) { cflags_cc += [ "-DEFFICIENCY_MANAGER_ENABLE" ] deps += [ "//foundation/resourceschedule/efficiency_manager/interfaces/innerkits/suspend_manager:suspend_manager_client" ] diff --git a/test/moduletest/running_infos_module_test/BUILD.gn b/test/moduletest/running_infos_module_test/BUILD.gn index 44f16b82f3..1edb096626 100644 --- a/test/moduletest/running_infos_module_test/BUILD.gn +++ b/test/moduletest/running_infos_module_test/BUILD.gn @@ -84,11 +84,6 @@ ohos_moduletest("running_infos_module_test") { "//utils/native/base:utils", ] - if (os_account_part_enabled) { - cflags_cc += [ "-DOS_ACCOUNT_PART_ENABLED" ] - deps += [ "//base/account/os_account/frameworks/osaccount/native:os_account_innerkits" ] - } - if (efficiency_manager) { cflags_cc += [ "-DEFFICIENCY_MANAGER_ENABLE" ] deps += [ "//foundation/resourceschedule/efficiency_manager/interfaces/innerkits/suspend_manager:suspend_manager_client" ] diff --git a/test/moduletest/start_ability_implicit_module_test/BUILD.gn b/test/moduletest/start_ability_implicit_module_test/BUILD.gn index 2ec4c19277..d0fcbc3bda 100644 --- a/test/moduletest/start_ability_implicit_module_test/BUILD.gn +++ b/test/moduletest/start_ability_implicit_module_test/BUILD.gn @@ -89,11 +89,6 @@ ohos_moduletest("start_ability_implicit_module_test") { "//utils/native/base:utils", ] - if (os_account_part_enabled) { - cflags_cc += [ "-DOS_ACCOUNT_PART_ENABLED" ] - deps += [ "//base/account/os_account/frameworks/osaccount/native:os_account_innerkits" ] - } - if (efficiency_manager) { cflags_cc += [ "-DEFFICIENCY_MANAGER_ENABLE" ] deps += [ "//foundation/resourceschedule/efficiency_manager/interfaces/innerkits/suspend_manager:suspend_manager_client" ] diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 7e53dce767..f057e48cf8 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -170,11 +170,6 @@ ohos_source_set("abilityms_test_source") { "//utils/native/base:utils", ] - if (os_account_part_enabled) { - cflags_cc += [ "-DOS_ACCOUNT_PART_ENABLED" ] - deps += [ "//base/account/os_account/frameworks/osaccount/native:os_account_innerkits" ] - } - if (efficiency_manager) { cflags_cc += [ "-DEFFICIENCY_MANAGER_ENABLE" ] deps += [ "//foundation/resourceschedule/efficiency_manager/interfaces/innerkits/suspend_manager:suspend_manager_client" ]