2010-09-22 01:08:26 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
|
|
|
# This is a generic phone product that isn't specialized for a specific device.
|
|
|
|
# It includes the base Android platform.
|
|
|
|
|
|
|
|
PRODUCT_POLICY := android.policy_phone
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES := \
|
|
|
|
DeskClock \
|
|
|
|
Bluetooth \
|
|
|
|
Calculator \
|
|
|
|
Calendar \
|
2013-08-14 22:28:06 +02:00
|
|
|
Camera2 \
|
2010-09-22 01:08:26 +02:00
|
|
|
CertInstaller \
|
2013-01-08 14:20:32 +01:00
|
|
|
Email \
|
2012-05-05 01:34:27 +02:00
|
|
|
Exchange2 \
|
2012-08-11 03:50:36 +02:00
|
|
|
FusedLocation \
|
2011-09-01 08:21:22 +02:00
|
|
|
Gallery2 \
|
2012-05-08 04:08:32 +02:00
|
|
|
InputDevices \
|
2013-02-27 23:01:38 +01:00
|
|
|
Keyguard \
|
2010-09-22 01:08:26 +02:00
|
|
|
LatinIME \
|
|
|
|
Launcher2 \
|
2013-06-26 01:33:44 +02:00
|
|
|
Music \
|
2011-07-18 23:46:09 +02:00
|
|
|
MusicFX \
|
2012-08-29 03:53:00 +02:00
|
|
|
OneTimeInitializer \
|
2013-04-03 22:59:53 +02:00
|
|
|
PrintSpooler \
|
2010-09-22 01:08:26 +02:00
|
|
|
Provision \
|
|
|
|
QuickSearchBox \
|
|
|
|
Settings \
|
|
|
|
SystemUI \
|
2013-08-13 06:42:24 +02:00
|
|
|
TeleService \
|
2010-09-22 01:08:26 +02:00
|
|
|
CalendarProvider \
|
2013-09-16 13:07:50 +02:00
|
|
|
WallpaperCropper
|
2010-09-22 01:08:26 +02:00
|
|
|
|
2012-05-22 21:20:27 +02:00
|
|
|
PRODUCT_PACKAGES += \
|
2014-01-23 04:50:43 +01:00
|
|
|
bcc \
|
2013-03-16 01:41:49 +01:00
|
|
|
clatd \
|
2013-07-08 12:43:42 +02:00
|
|
|
clatd.conf \
|
2014-04-15 23:42:27 +02:00
|
|
|
pppd \
|
|
|
|
screenrecord
|
2012-05-22 21:20:27 +02:00
|
|
|
|
2011-01-17 00:15:34 +01:00
|
|
|
PRODUCT_PACKAGES += \
|
2011-01-19 19:28:05 +01:00
|
|
|
librs_jni \
|
|
|
|
libvideoeditor_jni \
|
2012-05-15 09:45:19 +02:00
|
|
|
libvideoeditor_core \
|
|
|
|
libvideoeditor_osal \
|
|
|
|
libvideoeditor_videofilters \
|
2011-01-19 19:28:05 +01:00
|
|
|
libvideoeditorplayer \
|
|
|
|
|
2011-04-21 01:40:28 +02:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
audio.primary.default \
|
2012-02-10 23:36:13 +01:00
|
|
|
audio_policy.default \
|
2012-02-11 03:33:58 +01:00
|
|
|
local_time.default \
|
2013-12-30 14:30:37 +01:00
|
|
|
vibrator.default \
|
2012-02-11 03:33:58 +01:00
|
|
|
power.default
|
2011-01-17 00:15:34 +01:00
|
|
|
|
2011-06-28 02:29:32 +02:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
local_time.default
|
|
|
|
|
2010-09-27 00:54:18 +02:00
|
|
|
PRODUCT_COPY_FILES := \
|
2012-04-14 03:58:20 +02:00
|
|
|
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
2010-09-27 00:54:18 +02:00
|
|
|
|
2012-04-13 17:53:44 +02:00
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
|
|
ro.carrier=unknown
|
|
|
|
|
2010-09-22 01:08:26 +02:00
|
|
|
$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
|
2014-03-01 00:30:57 +01:00
|
|
|
$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
|
|
|
|
$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
|
|
|
|
$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
|
2013-03-29 18:22:31 +01:00
|
|
|
$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
|
2012-09-24 09:11:00 +02:00
|
|
|
$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
|
2013-09-06 23:00:38 +02:00
|
|
|
$(call inherit-product-if-exists, external/sil-fonts/fonts.mk)
|
2010-11-18 09:08:24 +01:00
|
|
|
$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
|
2013-02-07 11:52:04 +01:00
|
|
|
$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
|
2010-09-22 01:08:26 +02:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
|
|
|
|
|
|
|
# Overrides
|
|
|
|
PRODUCT_BRAND := generic
|
|
|
|
PRODUCT_DEVICE := generic
|
|
|
|
PRODUCT_NAME := generic_no_telephony
|