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