blob: a961d1e8b2267ae861e19cbdea3a8500a6e11bd4 [file] [log] [blame]
Anton Hanssond8062b22018-07-10 17:25:52 +01001#
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/noto-fonts/fonts.mk)
28$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
29$(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
30$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
31$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
32
33PRODUCT_PACKAGES += \
34 BasicDreams \
35 BlockedNumberProvider \
36 Bluetooth \
37 BluetoothMidiService \
38 BookmarkProvider \
39 Browser2 \
40 BuiltInPrintService \
41 Calendar \
42 CalendarProvider \
43 Camera2 \
44 CaptivePortalLogin \
45 CertInstaller \
46 clatd \
47 clatd.conf \
48 Contacts \
49 DeskClock \
50 DocumentsUI \
51 DownloadProviderUi \
52 EasterEgg \
53 Email \
54 ExactCalculator \
55 ExternalStorageProvider \
56 FusedLocation \
57 Gallery2 \
58 Home \
59 InputDevices \
60 KeyChain \
61 LatinIME \
62 Launcher3QuickStep \
63 librs_jni \
64 ManagedProvisioning \
65 MmsService \
66 MtpDocumentsProvider \
67 Music \
68 MusicFX \
69 NfcNci \
70 OneTimeInitializer \
71 PacProcessor \
72 PrintRecommendationService \
73 PrintSpooler \
74 Provision \
75 ProxyHandler \
76 QuickSearchBox \
77 screenrecord \
78 SecureElement \
79 Settings \
80 SettingsIntelligence \
81 SharedStorageBackup \
82 SimAppDialog \
83 StorageManager \
84 SystemUI \
85 Telecom \
86 TelephonyProvider \
87 TeleService \
88 Traceur \
89 UserDictionaryProvider \
90 VpnDialogs \
91 vr \
92 WallpaperCropper \
93
94
95PRODUCT_SYSTEM_SERVER_APPS += \
96 FusedLocation \
97 InputDevices \
98 KeyChain \
99 Telecom \
100
101PRODUCT_COPY_FILES += \
102 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
103
104PRODUCT_PROPERTY_OVERRIDES += \
105 ro.carrier=unknown \
106 ro.config.notification_sound=OnTheHunt.ogg \
107 ro.config.alarm_alert=Alarm_Classic.ogg
108