blob: f80e6b4b2f5e7d166dc7524905d82b20ff4f3bfd [file] [log] [blame]
//
// Copyright (C) 2018 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package {
default_team: "trendy_team_input_method_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_base_license"],
}
////////////////////////////////////////////////////////////////////////////////
// Begin to cleanup after CL merges
filegroup {
name: "FlickerTestsImeCommon-src",
srcs: ["src/**/common/*"],
}
filegroup {
name: "FlickerTestsIme1-src",
srcs: ["src/**/Close*"],
}
filegroup {
name: "FlickerTestsIme2-src",
srcs: ["src/**/ShowImeOnAppStart*"],
}
// End to cleanup after CL merges
////////////////////////////////////////////////////////////////////////////////
android_test {
name: "FlickerTestsIme",
defaults: ["FlickerTestsDefault"],
manifest: "AndroidManifest.xml",
test_config_template: "AndroidTestTemplate.xml",
test_suites: [
"device-tests",
"device-platinum-tests",
],
srcs: ["src/**/*"],
static_libs: ["FlickerTestsBase"],
data: ["trace_config/*"],
}
////////////////////////////////////////////////////////////////////////////////
// Begin to cleanup after CL merges
java_library {
name: "FlickerTestsImeCommon",
defaults: ["FlickerTestsDefault"],
srcs: [":FlickerTestsImeCommon-src"],
static_libs: ["FlickerTestsBase"],
}
android_test {
name: "FlickerTestsIme1",
defaults: ["FlickerTestsDefault"],
manifest: "AndroidManifest.xml",
test_config_template: "AndroidTestTemplate.xml",
test_suites: [
"device-tests",
"device-platinum-tests",
],
srcs: [":FlickerTestsIme1-src"],
static_libs: [
"FlickerTestsBase",
"FlickerTestsImeCommon",
],
data: ["trace_config/*"],
}
android_test {
name: "FlickerTestsIme2",
defaults: ["FlickerTestsDefault"],
manifest: "AndroidManifest.xml",
test_config_template: "AndroidTestTemplate.xml",
srcs: [":FlickerTestsIme2-src"],
static_libs: [
"FlickerTestsBase",
"FlickerTestsImeCommon",
],
data: ["trace_config/*"],
}
android_test {
name: "FlickerTestsIme3",
defaults: ["FlickerTestsDefault"],
manifest: "AndroidManifest.xml",
test_config_template: "AndroidTestTemplate.xml",
srcs: ["src/**/*"],
exclude_srcs: [
":FlickerTestsIme1-src",
":FlickerTestsIme2-src",
":FlickerTestsImeCommon-src",
],
static_libs: [
"FlickerTestsBase",
"FlickerTestsImeCommon",
],
data: ["trace_config/*"],
}
// End to cleanup after CL merges
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// Begin breakdowns for FlickerTestsIme module
test_module_config {
name: "FlickerTestsIme-CatchAll",
base: "FlickerTestsIme",
exclude_filters: [
"com.android.server.wm.flicker.ime.CloseImeOnDismissPopupDialogTest",
"com.android.server.wm.flicker.ime.CloseImeOnGoHomeTest",
"com.android.server.wm.flicker.ime.CloseImeShownOnAppStartOnGoHomeTest",
"com.android.server.wm.flicker.ime.CloseImeShownOnAppStartToAppOnPressBackTest",
"com.android.server.wm.flicker.ime.CloseImeToAppOnPressBackTest",
"com.android.server.wm.flicker.ime.CloseImeToHomeOnFinishActivityTest",
"com.android.server.wm.flicker.ime.OpenImeWindowToFixedPortraitAppTest",
"com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest",
"com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppFromOverviewTest",
"com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppFromQuickSwitchTest",
"com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppTest",
"com.android.server.wm.flicker.ime.ShowImeOnUnlockScreenTest",
"com.android.server.wm.flicker.ime.ShowImeWhenFocusingOnInputFieldTest",
"com.android.server.wm.flicker.ime.ShowImeWhileDismissingThemedPopupDialogTest",
"com.android.server.wm.flicker.ime.ShowImeWhileEnteringOverviewTest",
],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-CloseImeOnDismissPopupDialogTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.CloseImeOnDismissPopupDialogTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-CloseImeOnGoHomeTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.CloseImeOnGoHomeTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-CloseImeShownOnAppStartOnGoHomeTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.CloseImeShownOnAppStartOnGoHomeTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-CloseImeShownOnAppStartToAppOnPressBackTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.CloseImeShownOnAppStartToAppOnPressBackTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-CloseImeToAppOnPressBackTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.CloseImeToAppOnPressBackTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-CloseImeToHomeOnFinishActivityTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.CloseImeToHomeOnFinishActivityTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-OpenImeWindowToFixedPortraitAppTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.OpenImeWindowToFixedPortraitAppTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeOnAppStartWhenLaunchingAppFromOverviewTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppFromOverviewTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeOnAppStartWhenLaunchingAppFromQuickSwitchTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppFromQuickSwitchTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeOnAppStartWhenLaunchingAppTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeOnAppStartWhenLaunchingAppTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeOnUnlockScreenTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeOnUnlockScreenTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeWhenFocusingOnInputFieldTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeWhenFocusingOnInputFieldTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeWhileDismissingThemedPopupDialogTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeWhileDismissingThemedPopupDialogTest"],
test_suites: ["device-tests"],
}
test_module_config {
name: "FlickerTestsIme-ShowImeWhileEnteringOverviewTest",
base: "FlickerTestsIme",
include_filters: ["com.android.server.wm.flicker.ime.ShowImeWhileEnteringOverviewTest"],
test_suites: ["device-tests"],
}
// End breakdowns for FlickerTestsIme module
////////////////////////////////////////////////////////////////////////////////