Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 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) |
Santiago Etchebehere | 92b6ebe | 2019-01-08 14:45:10 -0800 | [diff] [blame] | 27 | $(call inherit-product-if-exists, external/google-fonts/source-sans-pro/fonts.mk) |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 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 | |
| 34 | PRODUCT_PACKAGES += \ |
| 35 | BasicDreams \ |
| 36 | BlockedNumberProvider \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 37 | BluetoothMidiService \ |
| 38 | BookmarkProvider \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 39 | BuiltInPrintService \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 40 | CalendarProvider \ |
Patrik Fimml | 6936e12 | 2018-11-21 15:39:13 +0100 | [diff] [blame] | 41 | cameraserver \ |
Emilian Peev | 780b804 | 2020-11-17 17:26:16 -0800 | [diff] [blame] | 42 | CameraExtensionsProxy \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 43 | CaptivePortalLogin \ |
| 44 | CertInstaller \ |
Helen Qin | 4ea1696 | 2022-09-26 20:59:01 +0000 | [diff] [blame^] | 45 | CredentialManager \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 46 | DocumentsUI \ |
| 47 | DownloadProviderUi \ |
| 48 | EasterEgg \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 49 | ExternalStorageProvider \ |
| 50 | FusedLocation \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 51 | InputDevices \ |
| 52 | KeyChain \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 53 | librs_jni \ |
| 54 | ManagedProvisioning \ |
| 55 | MmsService \ |
Jeff Sharkey | 82df41f | 2019-08-09 11:02:20 -0600 | [diff] [blame] | 56 | MtpService \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 57 | MusicFX \ |
| 58 | NfcNci \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 59 | PacProcessor \ |
Anton Hansson | dca5c96 | 2019-01-25 11:14:47 +0000 | [diff] [blame] | 60 | PrintRecommendationService \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 61 | PrintSpooler \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 62 | ProxyHandler \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 63 | screenrecord \ |
| 64 | SecureElement \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 65 | SharedStorageBackup \ |
| 66 | SimAppDialog \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 67 | Telecom \ |
| 68 | TelephonyProvider \ |
| 69 | TeleService \ |
| 70 | Traceur \ |
| 71 | UserDictionaryProvider \ |
| 72 | VpnDialogs \ |
| 73 | vr \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 74 | |
| 75 | |
| 76 | PRODUCT_SYSTEM_SERVER_APPS += \ |
| 77 | FusedLocation \ |
| 78 | InputDevices \ |
| 79 | KeyChain \ |
| 80 | Telecom \ |
| 81 | |
| 82 | PRODUCT_COPY_FILES += \ |
ryanlwlin | fe635da | 2022-08-30 20:13:15 +0800 | [diff] [blame] | 83 | frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ |
| 84 | frameworks/native/data/etc/android.software.window_magnification.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.software.window_magnification.xml \ |
Anton Hansson | d8062b2 | 2018-07-10 17:25:52 +0100 | [diff] [blame] | 85 | |
Jiyong Park | ad810b6 | 2020-05-29 17:50:03 +0900 | [diff] [blame] | 86 | PRODUCT_VENDOR_PROPERTIES += \ |
Jiyong Park | dfb3937 | 2020-06-22 20:15:55 +0900 | [diff] [blame] | 87 | ro.carrier?=unknown \ |
| 88 | ro.config.notification_sound?=OnTheHunt.ogg \ |
| 89 | ro.config.alarm_alert?=Alarm_Classic.ogg |