generic_no_telephony.mk revision 3445f8fd1e6be5bba7bdcca5c63e7d29a1fc8db7
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    CertInstaller \
28    DrmProvider \
29    Email2 \
30    Exchange2 \
31    FusedLocation \
32    Gallery2 \
33    Imap2 \
34    InputDevices \
35    LatinIME \
36    Launcher2 \
37    Music \
38    MusicFX \
39    Provision \
40    Phone \
41    QuickSearchBox \
42    Settings \
43    SystemUI \
44    CalendarProvider \
45    bluetooth-health \
46    hostapd \
47    wpa_supplicant.conf
48
49PRODUCT_PACKAGES += \
50    audio \
51    bluetoothd \
52    brcm_patchram_plus \
53    dhcpcd.conf \
54    hciattach \
55    libbluedroid \
56    libbluetooth \
57    libbluetoothd \
58    libglib \
59    network \
60    pand \
61    pppd \
62    sdptool \
63    wpa_supplicant
64
65PRODUCT_PACKAGES += \
66    icu.dat
67
68PRODUCT_PACKAGES += \
69    librs_jni \
70    libvideoeditor_jni \
71    libvideoeditor_core \
72    libvideoeditor_osal \
73    libvideoeditor_videofilters \
74    libvideoeditorplayer \
75
76PRODUCT_PACKAGES += \
77    audio.primary.default \
78    audio_policy.default \
79    local_time.default \
80    power.default
81
82PRODUCT_PACKAGES += \
83    local_time.default
84
85PRODUCT_COPY_FILES := \
86        system/bluetooth/data/audio.conf:system/etc/bluetooth/audio.conf \
87        system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \
88        system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
89        system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \
90        system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \
91        frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
92
93PRODUCT_PROPERTY_OVERRIDES += \
94    ro.carrier=unknown
95
96$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
97$(call inherit-product-if-exists, external/cibu-fonts/fonts.mk)
98$(call inherit-product-if-exists, external/lohit-fonts/fonts.mk)
99$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
100$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
101
102# Overrides
103PRODUCT_BRAND := generic
104PRODUCT_DEVICE := generic
105PRODUCT_NAME := generic_no_telephony
106