1#
2# Copyright (C) 2018 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#
16
17# This makefile contains the system partition contents for
18# a generic phone or tablet device. Only add something here if
19# it definitely doesn't belong on other types of devices (if it
20# does, use base_vendor.mk).
21$(call inherit-product, $(SRC_TARGET_DIR)/product/media_system.mk)
22$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
23$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
24$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
25$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
26$(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
27$(call inherit-product-if-exists, external/google-fonts/source-sans-pro/fonts.mk)
28$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
29$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
30$(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
31$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
32$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
33
34PRODUCT_PACKAGES += \
35    BasicDreams \
36    BlockedNumberProvider \
37    Bluetooth \
38    BluetoothMidiService \
39    BookmarkProvider \
40    BuiltInPrintService \
41    CalendarProvider \
42    cameraserver \
43    CaptivePortalLogin \
44    CertInstaller \
45    clatd \
46    DocumentsUI \
47    DownloadProviderUi \
48    EasterEgg \
49    ExternalStorageProvider \
50    FusedLocation \
51    InputDevices \
52    KeyChain \
53    librs_jni \
54    ManagedProvisioning \
55    MmsService \
56    MtpDocumentsProvider \
57    MusicFX \
58    NfcNci \
59    OsuLogin \
60    PacProcessor \
61    PrintRecommendationService \
62    PrintSpooler \
63    ProxyHandler \
64    screenrecord \
65    SecureElement \
66    SharedStorageBackup \
67    SimAppDialog \
68    Telecom \
69    TelephonyProvider \
70    TeleService \
71    Traceur \
72    UserDictionaryProvider \
73    VpnDialogs \
74    vr \
75
76
77PRODUCT_SYSTEM_SERVER_APPS += \
78    FusedLocation \
79    InputDevices \
80    KeyChain \
81    Telecom \
82
83PRODUCT_COPY_FILES += \
84    frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
85
86PRODUCT_VENDOR_PROPERTIES += \
87    ro.carrier?=unknown \
88    ro.config.notification_sound?=OnTheHunt.ogg \
89    ro.config.alarm_alert?=Alarm_Classic.ogg
90