blob: 8b813545a50a4fa9a9921a07a4c7e86494a15e9f [file] [log] [blame]
// Copyright (C) 2015 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_applicable_licenses: ["Android-Apache-2.0"],
}
java_defaults {
name: "CtsAppEnumerationTargetDefaults",
defaults: ["cts_support_defaults"],
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
static_libs: ["CtsAppEnumerationTestLib"],
sdk_version: "test_current",
}
android_test_helper_app {
name: "CtsAppEnumerationForceQueryable",
manifest: "AndroidManifest-forceQueryable.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationForceQueryableNormalInstall",
manifest: "AndroidManifest-forceQueryable-normalInstall.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationFilters",
manifest: "AndroidManifest-filters.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationNoApi",
manifest: "AndroidManifest-noapi.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationStub",
manifest: "AndroidManifest-stub.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationSharedUidTarget",
manifest: "AndroidManifest-noapi-sharedUser.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationContactsActivityTarget",
manifest: "AndroidManifest-contactsActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationDocumentsActivityTarget",
manifest: "AndroidManifest-documentEditorActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationShareActivityTarget",
manifest: "AndroidManifest-shareActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationWebActivityTarget",
manifest: "AndroidManifest-webActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationPrefixWildcardWebActivityTarget",
manifest: "AndroidManifest-prefixWildcardWebActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationBrowserActivityTarget",
manifest: "AndroidManifest-browserActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationBrowserWildcardActivityTarget",
manifest: "AndroidManifest-browserWildcardActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationSyncadapterTarget",
manifest: "AndroidManifest-syncadapter.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationSyncadapterSharedUidTarget",
manifest: "AndroidManifest-syncadapter-sharedUser.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationAppWidgetProviderTarget",
manifest: "AndroidManifest-appWidgetProvider.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationAppWidgetProviderSharedUidTarget",
manifest: "AndroidManifest-appWidgetProvider-sharedUser.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}
android_test_helper_app {
name: "CtsAppEnumerationPreferredActivityTarget",
manifest: "AndroidManifest-preferredActivity.xml",
defaults: ["CtsAppEnumerationTargetDefaults"],
// Tag this module as a cts test artifact
test_suites: [
"cts",
"general-tests",
],
}