blob: 5ee22be175fe31a5ed1dd80b4e3ab15de7603f40 [file] [log] [blame]
keunyoungebb5c6b2013-06-26 09:57:13 -07001# 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
Stuart Scott1340d2d2013-08-01 14:31:13 -070015PRODUCT_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 InputDevices \
30 Keyguard \
31 LatinIME \
32 Phone \
33 PrintSpooler \
34 Provision \
35 Settings \
36 SystemUI \
Stuart Scott09233132013-11-04 13:44:56 -080037 TeleService \
Stuart Scott1340d2d2013-08-01 14:31:13 -070038 TestingCamera \
39 WAPPushManager \
Stuart Scott1340d2d2013-08-01 14:31:13 -070040 audio \
41 audio_policy.default \
42 audio.primary.default \
Stuart Scott1340d2d2013-08-01 14:31:13 -070043 com.android.future.usb.accessory \
Stuart Scott1340d2d2013-08-01 14:31:13 -070044 hostapd \
Ningyuan Wang9c983832016-08-09 11:46:49 -070045 wificond \
mukesh agrawalee919b52016-10-05 15:19:31 -070046 wifilogd \
Stuart Scott1340d2d2013-08-01 14:31:13 -070047 librs_jni \
Stuart Scott1340d2d2013-08-01 14:31:13 -070048 libvideoeditor_core \
49 libvideoeditor_jni \
50 libvideoeditor_osal \
51 libvideoeditorplayer \
52 libvideoeditor_videofilters \
Stuart Scott1340d2d2013-08-01 14:31:13 -070053 lint \
54 local_time.default \
55 network \
Stuart Scott1340d2d2013-08-01 14:31:13 -070056 pand \
57 power.default \
58 sdptool \
David Wagnercd14c0c2013-12-30 15:17:15 +010059 vibrator.default \
Stuart Scott1340d2d2013-08-01 14:31:13 -070060 wpa_supplicant.conf
61
62# This is not necessary for mini, but is for mini-emulator as it should
63# be included in platform.zip
64PRODUCT_PACKAGES += camera.goldfish.jpeg
65
66PRODUCT_COPY_FILES += \
67 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
68 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
69 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
70 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
71 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
72 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
Colin Crossa328fdd2017-02-18 20:05:37 +000073 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
Stuart Scott1340d2d2013-08-01 14:31:13 -070074
75PRODUCT_PROPERTY_OVERRIDES += \
76 ro.carrier=unknown \
Stuart Scott1340d2d2013-08-01 14:31:13 -070077 ro.config.ringtone=Ring_Synth_04.ogg \
78 ro.config.notification_sound=pixiedust.ogg
79
80$(call inherit-product, build/target/product/core_base.mk)
keunyoungebb5c6b2013-06-26 09:57:13 -070081$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
Stuart Scott1340d2d2013-08-01 14:31:13 -070082$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
83$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
Roozbeh Pournader1ef65912015-02-25 16:41:44 -080084$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
Stuart Scott1340d2d2013-08-01 14:31:13 -070085$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk)