generic_no_telephony.mk revision d1601029b49904a00f74c24ea91326d85aaca3a5
1#
2# Copyright (C) 2007 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_POLICY := android.policy_phone
21
22PRODUCT_PACKAGES := \
23    DeskClock \
24    Bluetooth \
25    Calculator \
26    Calendar \
27    Camera2 \
28    CertInstaller \
29    FusedLocation \
30    Gallery2 \
31    InputDevices \
32    Keyguard \
33    LatinIME \
34    Launcher2 \
35    Music \
36    MusicFX \
37    OneTimeInitializer \
38    PrintSpooler \
39    Provision \
40    QuickSearchBox \
41    Settings \
42    SystemUI \
43    TeleService \
44    CalendarProvider \
45    bluetooth-health \
46    hostapd \
47    wpa_supplicant.conf \
48    WallpaperCropper
49
50PRODUCT_PACKAGES += \
51    audio \
52    clatd \
53    clatd.conf \
54    dhcpcd.conf \
55    network \
56    pand \
57    pppd \
58    sdptool \
59    wpa_supplicant
60
61PRODUCT_PACKAGES += \
62    librs_jni \
63    libvideoeditor_jni \
64    libvideoeditor_core \
65    libvideoeditor_osal \
66    libvideoeditor_videofilters \
67    libvideoeditorplayer \
68
69PRODUCT_PACKAGES += \
70    audio.primary.default \
71    audio_policy.default \
72    local_time.default \
73    power.default
74
75PRODUCT_PACKAGES += \
76    local_time.default
77
78PRODUCT_COPY_FILES := \
79        frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
80
81PRODUCT_PROPERTY_OVERRIDES += \
82    ro.carrier=unknown
83
84$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
85$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
86$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
87$(call inherit-product-if-exists, external/sil-fonts/fonts.mk)
88$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
89$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
90$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
91
92# Overrides
93PRODUCT_BRAND := generic
94PRODUCT_DEVICE := generic
95PRODUCT_NAME := generic_no_telephony
96