1#
2# Copyright (C) 2016 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 is a generic phone product that isn't specialized for a specific device.
18# It includes the base Android platform.
19
20PRODUCT_PACKAGES := \
21    Bluetooth \
22    MusicFX \
23    OneTimeInitializer \
24    Provision \
25    SystemUI \
26    WallpaperCropper
27
28PRODUCT_PACKAGES += \
29    clatd \
30    clatd.conf \
31    pppd \
32    screenrecord
33
34PRODUCT_PACKAGES += \
35    librs_jni \
36    libvideoeditor_jni \
37    libvideoeditor_core \
38    libvideoeditor_osal \
39    libvideoeditor_videofilters \
40    libvideoeditorplayer \
41
42PRODUCT_PACKAGES += \
43    audio.primary.default \
44    audio_policy.default \
45    local_time.default \
46    vibrator.default \
47    power.default
48
49PRODUCT_COPY_FILES := \
50        frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
51
52PRODUCT_PROPERTY_OVERRIDES += \
53    ro.carrier=unknown
54
55$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
56$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
57$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
58$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
59$(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
60$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
61$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
62$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
63$(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
64$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
65$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
66$(call inherit-product, device/generic/car/common/product/core.mk)
67
68# Overrides
69PRODUCT_BRAND := generic
70PRODUCT_DEVICE := generic
71PRODUCT_NAME := generic_no_telephony
72