1# Copyright (C) 2013 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15PRODUCT_BRAND := mini 16PRODUCT_DEVICE := mini 17PRODUCT_NAME := mini 18 19# add all configurations 20PRODUCT_AAPT_CONFIG := normal ldpi mdpi hdpi xhdpi xxhdpi 21PRODUCT_AAPT_PREF_CONFIG := hdpi 22 23# en_US only 24PRODUCT_LOCALES := en_US 25 26PRODUCT_PACKAGES += \ 27 Bluetooth \ 28 FusedLocation \ 29 Home \ 30 InputDevices \ 31 Keyguard \ 32 LatinIME \ 33 Phone \ 34 PrintSpooler \ 35 Provision \ 36 Settings \ 37 SystemUI \ 38 TelephonyProvider \ 39 TeleService \ 40 TestingCamera \ 41 UserDictionaryProvider \ 42 WAPPushManager \ 43 audio \ 44 audio.primary.default \ 45 cameraserver \ 46 com.android.future.usb.accessory \ 47 hostapd \ 48 wificond \ 49 librs_jni \ 50 libvideoeditor_core \ 51 libvideoeditor_jni \ 52 libvideoeditor_osal \ 53 libvideoeditorplayer \ 54 libvideoeditor_videofilters \ 55 lint \ 56 local_time.default \ 57 network \ 58 pand \ 59 power.default \ 60 sdptool \ 61 vibrator.default \ 62 wpa_supplicant.conf \ 63 64# This is not necessary for mini, but is for mini-emulator as it should 65# be included in platform.zip 66PRODUCT_PACKAGES += camera.goldfish.jpeg 67 68PRODUCT_COPY_FILES += \ 69 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ 70 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 71 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ 72 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ 73 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ 74 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ 75 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 76 77PRODUCT_PROPERTY_OVERRIDES += \ 78 ro.carrier=unknown \ 79 ro.config.alarm_alert=Alarm_Classic.ogg \ 80 ro.config.ringtone=Ring_Synth_04.ogg \ 81 ro.config.notification_sound=pixiedust.ogg \ 82 83$(call inherit-product, build/target/product/core_minimal.mk) 84$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) 85$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 86$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 87$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) 88$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk) 89