Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2011 The Android Open-Source 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 | # |
Brian Swetland | f18371f | 2011-02-02 15:31:45 -0800 | [diff] [blame] | 16 | |
Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 17 | ifeq ($(TARGET_PREBUILT_KERNEL),) |
| 18 | LOCAL_KERNEL := device/ti/panda/kernel |
| 19 | else |
| 20 | LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) |
| 21 | endif |
Brian Swetland | f18371f | 2011-02-02 15:31:45 -0800 | [diff] [blame] | 22 | |
| 23 | PRODUCT_COPY_FILES := \ |
Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 24 | $(LOCAL_KERNEL):kernel \ |
Erik Gilling | 2f2240c | 2011-03-28 16:06:35 -0700 | [diff] [blame] | 25 | device/ti/panda/init.omap4pandaboard.rc:root/init.omap4pandaboard.rc \ |
Mike Lockwood | 1020b89 | 2011-07-12 09:35:38 -0400 | [diff] [blame] | 26 | device/ti/panda/init.omap4pandaboard.usb.rc:root/init.omap4pandaboard.usb.rc \ |
Ken Sumrall | f39713c | 2012-04-12 14:41:19 -0700 | [diff] [blame] | 27 | device/ti/panda/fstab.omap4pandaboard:root/fstab.omap4pandaboard \ |
Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 28 | device/ti/panda/ueventd.omap4pandaboard.rc:root/ueventd.omap4pandaboard.rc \ |
| 29 | device/ti/panda/media_profiles.xml:system/etc/media_profiles.xml \ |
Dan Murphy | d842aec | 2012-01-31 07:20:02 -0600 | [diff] [blame] | 30 | device/ti/panda/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \ |
Dan Murphy | 993ee5c | 2012-03-27 08:06:41 -0500 | [diff] [blame] | 31 | device/ti/panda/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \ |
Colin Cross | cbe92e6 | 2012-03-26 16:25:50 -0700 | [diff] [blame] | 32 | frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ |
| 33 | frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ |
| 34 | frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml |
Brian Swetland | f18371f | 2011-02-02 15:31:45 -0800 | [diff] [blame] | 35 | |
Erik Gilling | 2f2240c | 2011-03-28 16:06:35 -0700 | [diff] [blame] | 36 | PRODUCT_PACKAGES := \ |
Ken Sumrall | a51d5ea | 2011-05-18 16:43:35 -0700 | [diff] [blame] | 37 | make_ext4fs \ |
Erik Gilling | 2f2240c | 2011-03-28 16:06:35 -0700 | [diff] [blame] | 38 | com.android.future.usb.accessory |
Brian Swetland | f18371f | 2011-02-02 15:31:45 -0800 | [diff] [blame] | 39 | |
Erik Gilling | 8e2358f | 2011-03-14 18:19:32 -0700 | [diff] [blame] | 40 | PRODUCT_PROPERTY_OVERRIDES := \ |
Keith Deacon | ba3238e | 2011-08-26 11:40:45 -0500 | [diff] [blame] | 41 | wifi.interface=wlan0 \ |
Erik Gilling | 4e0f975 | 2011-03-24 17:35:31 -0700 | [diff] [blame] | 42 | hwui.render_dirty_regions=false |
Brian Swetland | f18371f | 2011-02-02 15:31:45 -0800 | [diff] [blame] | 43 | |
Erik Gilling | 8e2358f | 2011-03-14 18:19:32 -0700 | [diff] [blame] | 44 | PRODUCT_CHARACTERISTICS := tablet,nosdcard |
Brian Swetland | f18371f | 2011-02-02 15:31:45 -0800 | [diff] [blame] | 45 | |
Jean-Baptiste Queru | 9ee12d9 | 2011-07-12 14:48:24 -0700 | [diff] [blame] | 46 | DEVICE_PACKAGE_OVERLAYS := \ |
| 47 | device/ti/panda/overlay |
| 48 | |
Dan Murphy | 929fb99 | 2011-09-19 12:29:55 -0500 | [diff] [blame] | 49 | #HWC Hal |
| 50 | PRODUCT_PACKAGES += \ |
| 51 | hwcomposer.omap4 |
| 52 | |
Brian Swetland | f18371f | 2011-02-02 15:31:45 -0800 | [diff] [blame] | 53 | PRODUCT_TAGS += dalvik.gc.type-precise |
| 54 | |
Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 55 | PRODUCT_PACKAGES += \ |
| 56 | librs_jni \ |
| 57 | com.android.future.usb.accessory |
| 58 | |
Eric Laurent | 0e75057 | 2012-03-20 18:14:43 -0700 | [diff] [blame] | 59 | # Audio |
Dan Murphy | 1b4349e | 2011-09-29 07:18:27 -0500 | [diff] [blame] | 60 | PRODUCT_PACKAGES += \ |
| 61 | audio.primary.panda \ |
Glenn Kasten | 5c8fc62 | 2011-12-16 16:10:50 -0800 | [diff] [blame] | 62 | audio.a2dp.default |
Dan Murphy | 1b4349e | 2011-09-29 07:18:27 -0500 | [diff] [blame] | 63 | |
Eric Laurent | 0e75057 | 2012-03-20 18:14:43 -0700 | [diff] [blame] | 64 | PRODUCT_COPY_FILES += \ |
| 65 | device/ti/panda/audio/audio_policy.conf:system/etc/audio_policy.conf |
Dan Murphy | d842aec | 2012-01-31 07:20:02 -0600 | [diff] [blame] | 66 | |
Keith Deacon | ba3238e | 2011-08-26 11:40:45 -0500 | [diff] [blame] | 67 | PRODUCT_PACKAGES += \ |
| 68 | dhcpcd.conf \ |
| 69 | TQS_D_1.7.ini \ |
| 70 | calibrator |
| 71 | |
Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 72 | # Filesystem management tools |
| 73 | PRODUCT_PACKAGES += \ |
Dan Murphy | 5b0dfbf | 2012-04-20 09:36:07 -0500 | [diff] [blame] | 74 | make_ext4fs \ |
| 75 | setup_fs |
Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 76 | |
Dan Murphy | d842aec | 2012-01-31 07:20:02 -0600 | [diff] [blame] | 77 | # BlueZ test tools |
| 78 | PRODUCT_PACKAGES += \ |
| 79 | hciconfig \ |
| 80 | hcitool |
| 81 | |
Dan Murphy | 737bb52 | 2012-03-27 08:07:44 -0500 | [diff] [blame] | 82 | PRODUCT_PACKAGES += send_bug |
| 83 | PRODUCT_COPY_FILES += \ |
| 84 | system/extras/bugmailer/bugmailer.sh:system/bin/bugmailer.sh \ |
| 85 | system/extras/bugmailer/send_bug:system/bin/send_bug |
| 86 | |
Dan Murphy | f1703b2 | 2012-08-02 12:06:46 -0500 | [diff] [blame] | 87 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 88 | ro.sf.lcd_density=160 |
| 89 | |
Jean-Baptiste Queru | 2e66503 | 2011-07-19 15:28:50 -0700 | [diff] [blame] | 90 | $(call inherit-product-if-exists, vendor/ti/panda/device-vendor.mk) |
Dima Zavin | a7e22f9 | 2012-03-23 12:52:42 -0700 | [diff] [blame] | 91 | $(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk) |
Iliyan Malchev | ffcc6be | 2011-08-08 12:40:35 -0700 | [diff] [blame] | 92 | $(call inherit-product, hardware/ti/omap4xxx/omap4.mk) |
Vikram Pandita | 80c6935 | 2011-05-09 20:39:09 -0700 | [diff] [blame] | 93 | $(call inherit-product-if-exists, vendor/ti/proprietary/omap4/ti-omap4-vendor.mk) |
Jean-Baptiste Queru | 3caf3cb | 2011-12-09 08:38:38 -0800 | [diff] [blame] | 94 | $(call inherit-product, device/ti/panda/wl12xx/ti-wl12xx-vendor.mk) |
James W. Mills | e532a40 | 2012-02-02 13:22:54 -0600 | [diff] [blame] | 95 | $(call inherit-product, device/ti/panda/wl12xx/ti-wpan-products.mk) |