1db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng#
2db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# Copyright (C) 2013 The Android Open Source Project
3db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng#
4db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# Licensed under the Apache License, Version 2.0 (the "License");
5db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# you may not use this file except in compliance with the License.
6db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# You may obtain a copy of the License at
7db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng#
8db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng#      http://www.apache.org/licenses/LICENSE-2.0
9db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng#
10db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# Unless required by applicable law or agreed to in writing, software
11db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# distributed under the License is distributed on an "AS IS" BASIS,
12db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# See the License for the specific language governing permissions and
14db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# limitations under the License.
15db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng#
16db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng
17db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# This is a build configuration for the product aspects that
18db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng# are specific to the emulator.
19db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng
20db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben ChengPRODUCT_PROPERTY_OVERRIDES := \
21db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng    ro.ril.hsxpa=1 \
22db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng    ro.ril.gprsclass=10 \
23db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng    ro.adb.qemud=1
24db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng
25db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben ChengPRODUCT_COPY_FILES := \
26db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng    device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
27db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng    device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
28f40956fbbfc2947a8b781b88e90fe592bf073bacLajos Molnar    frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
29f40956fbbfc2947a8b781b88e90fe592bf073bacLajos Molnar    frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
30f40956fbbfc2947a8b781b88e90fe592bf073bacLajos Molnar    frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
31db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng    device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml
32db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben Cheng
33db4fc200c47d37b73d21c71c8923e4a844f9fde0Ben ChengPRODUCT_PACKAGES := \
3448b494647491e5f976f79e76cc6466c77c88c2beDavid Wagner    audio.primary.goldfish \
3548b494647491e5f976f79e76cc6466c77c88c2beDavid Wagner    vibrator.goldfish
36