codeworkx | 222b794 | 2013-02-11 17:29:55 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2013 The CyanogenMod Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | COMMON_PATH := device/samsung/omap4-common |
| 18 | |
| 19 | DEVICE_PACKAGE_OVERLAYS += $(COMMON_PATH)/overlay |
| 20 | |
| 21 | # Omap4 Packages |
| 22 | PRODUCT_PACKAGES += \ |
| 23 | libedid \ |
| 24 | libion_ti \ |
| 25 | libstagefrighthw \ |
| 26 | smc_pa_ctrl \ |
| 27 | tf_daemon |
| 28 | |
| 29 | PRODUCT_PACKAGES += \ |
| 30 | audio.a2dp.default \ |
| 31 | audio.usb.default \ |
| 32 | libtinyalsa \ |
| 33 | libaudioutils \ |
| 34 | libnetcmdiface \ |
| 35 | tinyplay \ |
| 36 | tinycap \ |
| 37 | tinymix |
| 38 | |
| 39 | # Filesystem management tools |
| 40 | PRODUCT_PACKAGES += \ |
| 41 | static_busybox \ |
| 42 | make_ext4fs \ |
| 43 | setup_fs |
| 44 | |
| 45 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 46 | com.ti.omap_enhancement=true \ |
| 47 | omap.enhancement=true \ |
Daniel Hillenbrand | 56b2e64 | 2013-07-06 13:37:03 +0200 | [diff] [blame] | 48 | ro.telephony.ril_class=SamsungExynos4RIL \ |
Daniel Hillenbrand | 08130d7 | 2013-06-05 13:39:32 +0200 | [diff] [blame] | 49 | ro.telephony.call_ring.multiple=false \ |
| 50 | ro.telephony.call_ring.delay=3000 |
codeworkx | 222b794 | 2013-02-11 17:29:55 +0000 | [diff] [blame] | 51 | |
| 52 | # Set default USB interface |
| 53 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
| 54 | persist.sys.usb.config=mtp |
| 55 | |
| 56 | $(call inherit-product, hardware/ti/omap4xxx/omap4.mk) |
| 57 | |
| 58 | # Include non-opensource parts if available |
| 59 | $(call inherit-product-if-exists, vendor/samsung/omap4-common/common-vendor.mk) |