1//
2// Copyright (C) 2023 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8//      http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15
16package {
17    // See: http://go/android-license-faq
18    // A large-scale-change added 'default_applicable_licenses' to import
19    // all of the 'license_kinds' from "//device/google/zuma:device_google_zuma_license"
20    // to get the below license kinds:
21    //   SPDX-license-identifier-Apache-2.0
22    default_applicable_licenses: [
23        "//device/google/zumapro:device_google_zumapro_license",
24    ],
25}
26prebuilt_etc {
27    name: "logging.conf",
28    vendor: true,
29    proprietary: true,
30    src: "config/logging.conf",
31    relative_install_path: "modem"
32}
33
34prebuilt_etc {
35    name: "default.cfg",
36    vendor: true,
37    proprietary: true,
38    src: "config/default.cfg",
39    relative_install_path: "modem"
40}
41
42prebuilt_etc {
43    name: "default.nprf",
44    vendor: true,
45    proprietary: true,
46    src: "config/default.nprf",
47    relative_install_path: "modem"
48}
49
50prebuilt_etc {
51    name: "default_metrics.xml",
52    vendor: true,
53    proprietary: true,
54    src: "config/default_metrics.xml",
55    relative_install_path: "modem"
56}
57
58prebuilt_etc {
59    name: "Pixel_stability.cfg",
60    vendor: true,
61    proprietary: true,
62    src: "config/Pixel_stability.cfg",
63    relative_install_path: "modem"
64}
65
66prebuilt_etc {
67    name: "Pixel_stability.nprf",
68    vendor: true,
69    proprietary: true,
70    src: "config/Pixel_stability.nprf",
71    relative_install_path: "modem"
72}
73