xref: /aosp_15_r20/system/timezone/testing/data/test1/output_data/Android.bp (revision 2fd832c65f8b41db7ddb4ac802b9196762fe4888)
1// Copyright (C) 2018 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//     http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15package {
16    // http://go/android-license-faq
17    default_applicable_licenses: ["Android-Apache-2.0"],
18}
19
20license {
21    name: "system_timezone_testing_test1_output_data_iana_licence",
22    visibility: ["//visibility:private"],
23    license_kinds: [
24        "SPDX-license-identifier-BSD",
25        "legacy_unencumbered",
26    ],
27    license_text: [
28        "iana/NOTICE",
29    ],
30}
31
32license {
33    name: "system_timezone_testing_test1_output_data_icu_licence",
34    visibility: ["//visibility:private"],
35    license_kinds: [
36        "SPDX-license-identifier-BSD",
37        "SPDX-license-identifier-MIT",
38        "SPDX-license-identifier-Unicode-3.0",
39    ],
40    license_text: [
41        "icu_overlay/LICENSE",
42    ],
43}
44
45prebuilt_etc {
46    name: "apex_tz_version_test1",
47    src: "version/tz_version",
48    filename: "tz_version",
49    sub_dir: "tz",
50    installable: false,
51}
52
53prebuilt_etc {
54    name: "apex_tzlookup.xml_test1",
55    src: "android/tzlookup.xml",
56    filename: "tzlookup.xml",
57    sub_dir: "tz",
58    installable: false,
59}
60
61prebuilt_etc {
62    name: "apex_telephonylookup.xml_test1",
63    src: "android/telephonylookup.xml",
64    filename: "telephonylookup.xml",
65    sub_dir: "tz",
66    installable: false,
67}
68
69prebuilt_etc {
70    name: "apex_tzdata_test1",
71    src: "iana/tzdata",
72    licenses: ["system_timezone_testing_test1_output_data_iana_licence"],
73    filename: "tzdata",
74    sub_dir: "tz",
75    installable: false,
76}
77
78prebuilt_etc {
79    name: "apex_tz_version_ver8_test1",
80    src: "version/tz_version",
81    filename: "tz_version",
82    sub_dir: "tz/versioned/8",
83    installable: false,
84}
85
86prebuilt_etc {
87    name: "apex_tzlookup.xml_ver8_test1",
88    src: "android/tzlookup.xml",
89    filename: "tzlookup.xml",
90    sub_dir: "tz/versioned/8",
91    installable: false,
92}
93
94prebuilt_etc {
95    name: "apex_telephonylookup.xml_ver8_test1",
96    src: "android/telephonylookup.xml",
97    filename: "telephonylookup.xml",
98    sub_dir: "tz/versioned/8",
99    installable: false,
100}
101
102prebuilt_etc {
103    name: "apex_tzdata_ver8_test1",
104    src: "iana/tzdata",
105    licenses: ["system_timezone_testing_test1_output_data_iana_licence"],
106    filename: "tzdata",
107    sub_dir: "tz/versioned/8",
108    installable: false,
109}
110
111prebuilt_etc {
112    name: "apex_icu_res_files_ver8_test1",
113    srcs: [
114        "icu_overlay/zoneinfo64.res",
115        "icu_overlay/metaZones.res",
116        "icu_overlay/timezoneTypes.res",
117        "icu_overlay/windowsZones.res",
118    ],
119    licenses: ["system_timezone_testing_test1_output_data_icu_licence"],
120    sub_dir: "tz/versioned/8/icu",
121    installable: false,
122}
123