diff --git a/common.mk b/common.mk new file mode 100644 index 0000000..6e49d0b --- /dev/null +++ b/common.mk @@ -0,0 +1,130 @@ +# Copyright (C) 2010 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 file is the device-specific product definition file for +# crespo. It lists all the overlays, files, modules and properties +# that are specific to this hardware: i.e. those are device-specific +# drivers, configuration files, settings, etc... + +# Note that crespo is not a fully open device. Some of the drivers +# aren't publicly available in all circumstances, which means that some +# of the hardware capabilities aren't present in builds where those +# drivers aren't available. Such cases are handled by having this file +# separated into two halves: this half here contains the parts that +# are available to everyone, while another half in the vendor/ hierarchy +# augments that set with the parts that are only relevant when all the +# associated drivers are available. Aspects that are irrelevant but +# harmless in no-driver builds should be kept here for simplicity and +# transparency. There are two variants of the half that deals with +# the unavailable drivers: one is directly checked into the unreleased +# vendor tree and is used by engineers who have access to it. The other +# is generated by setup-makefile.sh in the same directory as this files, +# and is used by people who have access to binary versions of the drivers +# but not to the original vendor tree. Be sure to update both. + +# These is the hardware-specific overlay, which points to the location +# of hardware-specific resource overrides, typically the frameworks and +# application settings that are stored in resourced. +DEVICE_PACKAGE_OVERLAYS := device/samsung/c1-common/overlay + +# These are the hardware-specific configuration files +PRODUCT_COPY_FILES := \ + device/samsung/c1-common/etc/asound.conf:system/etc/asound.conf \ + device/samsung/c1-common/etc/gps.conf:system/etc/gps.conf \ + device/samsung/c1-common/etc/nvram_net.txt:system/etc/nvram_net.txt \ + device/samsung/c1-common/etc/sirfgps.conf:system/etc/sirfgps.conf \ + device/samsung/c1-common/etc/vold.fstab:system/etc/vold.fstab \ + device/samsung/c1-common/egl.cfg:system/lib/egl/egl.cfg + +# Init files +PRODUCT_COPY_FILES += \ + device/samsung/c1-common/init.rc:root/init.rc \ + device/samsung/c1-common/init.smdkc210.rc:root/init.smdkc210.rc \ + device/samsung/c1-common/ueventd.smdkc210.rc:root/ueventd.smdkc210.rc + +# Configuration files for audio +PRODUCT_COPY_FILES += \ + device/samsung/c1-common/etc/audio/LVVEFS_Rx_Configuration.txt:system/etc/audio/LVVEFS_Rx_Configuration.txt \ + device/samsung/c1-common/etc/audio/LVVEFS_Tx_Configuration.txt:system/etc/audio/LVVEFS_Tx_Configuration.txt \ + device/samsung/c1-common/etc/audio/Rx_ControlParams_EARPIECE_WIDEBAND.txt:system/etc/audio/Rx_ControlParams_EARPIECE_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/Rx_ControlParams_SPEAKER_WIDEBAND.txt:system/etc/audio/Rx_ControlParams_SPEAKER_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/Rx_ControlParams_WIRED_HEADPHONE_WIDEBAND.txt:system/etc/audio/Rx_ControlParams_WIRED_HEADPHONE_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/Rx_ControlParams_WIRED_HEADSET_WIDEBAND.txt:system/etc/audio/Rx_ControlParams_WIRED_HEADSET_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/Tx_ControlParams_EARPIECE_WIDEBAND.txt:system/etc/audio/Tx_ControlParams_EARPIECE_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/Tx_ControlParams_SPEAKER_WIDEBAND.txt:system/etc/audio/Tx_ControlParams_SPEAKER_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/Tx_ControlParams_WIRED_HEADPHONE_WIDEBAND.txt:system/etc/audio/Tx_ControlParams_WIRED_HEADPHONE_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/Tx_ControlParams_WIRED_HEADSET_WIDEBAND.txt:system/etc/audio/Tx_ControlParams_WIRED_HEADSET_WIDEBAND.txt \ + device/samsung/c1-common/etc/audio/codec/FMRadioEar.ini:system/etc/audio/codec/FMRadioEar.ini \ + device/samsung/c1-common/etc/audio/codec/FMRadioSpk.ini:system/etc/audio/codec/FMRadioSpk.ini \ + device/samsung/c1-common/etc/audio/codec/MusicEar.ini:system/etc/audio/codec/MusicEar.ini \ + device/samsung/c1-common/etc/audio/codec/MusicSpk.ini:system/etc/audio/codec/MusicSpk.ini \ + device/samsung/c1-common/etc/audio/codec/RecHeadSetMic.ini:system/etc/audio/codec/RecHeadSetMic.ini \ + device/samsung/c1-common/etc/audio/codec/RecMainMic.ini:system/etc/audio/codec/RecMainMic.ini \ + device/samsung/c1-common/etc/audio/codec/RecSubMic.ini:system/etc/audio/codec/RecSubMic.ini \ + device/samsung/c1-common/etc/audio/codec/RingtoneEar.ini:system/etc/audio/codec/RingtoneEar.ini \ + device/samsung/c1-common/etc/audio/codec/RingtoneSpk.ini:system/etc/audio/codec/RingtoneSpk.ini \ + device/samsung/c1-common/etc/audio/codec/VoiceCall3pEar.ini:system/etc/audio/codec/VoiceCall3pEar.ini \ + device/samsung/c1-common/etc/audio/codec/VoiceCall4pEar.ini:system/etc/audio/codec/VoiceCall4pEar.ini \ + device/samsung/c1-common/etc/audio/codec/VoiceCallBT.ini:system/etc/audio/codec/VoiceCallBT.ini \ + device/samsung/c1-common/etc/audio/codec/VoiceCallRcv.ini:system/etc/audio/codec/VoiceCallRcv.ini \ + device/samsung/c1-common/etc/audio/codec/VoiceCallSpk.ini:system/etc/audio/codec/VoiceCallSpk.ini \ + device/samsung/c1-common/etc/audio/codec/VoiceRecHeadSetMic.ini:system/etc/audio/codec/VoiceRecHeadSetMic.ini \ + device/samsung/c1-common/etc/audio/codec/VoiceRecMainMic.ini:system/etc/audio/codec/VoiceRecMainMic.ini \ + device/samsung/c1-common/etc/audio/codec/VoipCall3pEar.ini:system/etc/audio/codec/VoipCall3pEar.ini \ + device/samsung/c1-common/etc/audio/codec/VoipCall4pEar.ini:system/etc/audio/codec/VoipCall4pEar.ini \ + device/samsung/c1-common/etc/audio/codec/VoipCallRcv.ini:system/etc/audio/codec/VoipCallRcv.ini \ + device/samsung/c1-common/etc/audio/codec/VoipCallSpk.ini:system/etc/audio/codec/VoipCallSpk.ini \ + device/samsung/c1-common/etc/audio/codec/VtCall3pEar.ini:system/etc/audio/codec/VtCall3pEar.ini \ + device/samsung/c1-common/etc/audio/codec/VtCall4pEar.ini:system/etc/audio/codec/VtCall4pEar.ini \ + device/samsung/c1-common/etc/audio/codec/VtCallBT.ini:system/etc/audio/codec/VtCallBT.ini \ + device/samsung/c1-common/etc/audio/codec/VtCallRcv.ini:system/etc/audio/codec/VtCallRcv.ini \ + device/samsung/c1-common/etc/audio/codec/VtCallSpk.ini:system/etc/audio/codec/VtCallSpk.ini + +# Alsa configuration files +PRODUCT_COPY_FILES += \ + device/samsung/c1-common/usr/share/alsa/alsa.conf:system/usr/share/alsa/alsa.conf \ + device/samsung/c1-common/usr/share/alsa/cards/aliases.conf:system/usr/share/alsa/cards/aliases.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/center_lfe.conf:system/usr/share/alsa/pcm/center_lfe.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/default.conf:system/usr/share/alsa/pcm/default.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/dmix.conf:system/usr/share/alsa/pcm/dmix.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/dpl.conf:system/usr/share/alsa/pcm/dpl.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/dsnoop.conf:system/usr/share/alsa/pcm/dsnoop.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/front.conf:system/usr/share/alsa/pcm/front.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/iec958.conf:system/usr/share/alsa/pcm/iec958.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/modem.conf:system/usr/share/alsa/pcm/modem.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/rear.conf:system/usr/share/alsa/pcm/rear.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/side.conf:system/usr/share/alsa/pcm/side.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/surround40.conf:system/usr/share/alsa/pcm/surround40.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/surround41.conf:system/usr/share/alsa/pcm/surround41.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/surround50.conf:system/usr/share/alsa/pcm/surround50.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/surround51.conf:system/usr/share/alsa/pcm/surround51.conf \ + device/samsung/c1-common/usr/share/alsa/pcm/surround71.conf:system/usr/share/alsa/pcm/surround71.conf + +# Prebuilt kl keymaps +PRODUCT_COPY_FILES += \ + device/samsung/c1-common/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl \ + device/samsung/c1-common/keylayout/Broadcom_Bluetooth_HID.kl:system/usr/keylayout/Broadcom_Bluetooth_HID.kl \ + device/samsung/c1-common/keylayout/qwerty.kl:system/usr/keylayout/qwerty.kl \ + device/samsung/c1-common/keylayout/sec_jack.kl:system/usr/keylayout/sec_jack.kl \ + device/samsung/c1-common/keylayout/sec_key.kl:system/usr/keylayout/sec_key.kl \ + device/samsung/c1-common/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.kl + +# configuration files +PRODUCT_COPY_FILES += \ + device/samsung/c1-common/media_profiles.xml:system/etc/media_profiles.xml + + + +