blob: f874868a12f5cd2045e8aab3be13e37a51fdd003 [file] [log] [blame]
Anton Hanssoncac1fc82018-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 \
Patrik Fimml618f1b22018-11-21 15:39:13 +010044 cameraserver \
Anton Hanssoncac1fc82018-07-10 17:25:52 +010045 CaptivePortalLogin \
46 CertInstaller \
47 clatd \
48 clatd.conf \
49 Contacts \
50 DeskClock \
51 DocumentsUI \
52 DownloadProviderUi \
53 EasterEgg \
54 Email \
55 ExactCalculator \
56 ExternalStorageProvider \
57 FusedLocation \
58 Gallery2 \
59 Home \
60 InputDevices \
61 KeyChain \
62 LatinIME \
63 Launcher3QuickStep \
64 librs_jni \
65 ManagedProvisioning \
66 MmsService \
67 MtpDocumentsProvider \
68 Music \
69 MusicFX \
70 NfcNci \
71 OneTimeInitializer \
72 PacProcessor \
73 PrintRecommendationService \
74 PrintSpooler \
75 Provision \
76 ProxyHandler \
77 QuickSearchBox \
78 screenrecord \
79 SecureElement \
80 Settings \
81 SettingsIntelligence \
82 SharedStorageBackup \
83 SimAppDialog \
84 StorageManager \
85 SystemUI \
86 Telecom \
87 TelephonyProvider \
88 TeleService \
89 Traceur \
90 UserDictionaryProvider \
91 VpnDialogs \
92 vr \
93 WallpaperCropper \
94
95
96PRODUCT_SYSTEM_SERVER_APPS += \
97 FusedLocation \
98 InputDevices \
99 KeyChain \
100 Telecom \
101
102PRODUCT_COPY_FILES += \
103 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
104
105PRODUCT_PROPERTY_OVERRIDES += \
106 ro.carrier=unknown \
107 ro.config.notification_sound=OnTheHunt.ogg \
108 ro.config.alarm_alert=Alarm_Classic.ogg
109