summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEyal Reizer2013-10-25 13:41:17 -0500
committerGerrit Code Review2013-10-28 12:11:32 -0500
commit2889790a8ffbd85fbf7d03c7faf1ce9a3f369af1 (patch)
tree2c061920053f1b74436b48ab5fe2eb79554c559f
parent60df0fe706ce659afdd366785fe8a15e77e1fae6 (diff)
downloaddevice-ti-jacinto6evm-2889790a8ffbd85fbf7d03c7faf1ce9a3f369af1.tar.gz
device-ti-jacinto6evm-2889790a8ffbd85fbf7d03c7faf1ce9a3f369af1.tar.xz
device-ti-jacinto6evm-2889790a8ffbd85fbf7d03c7faf1ce9a3f369af1.zip
jacinto6evm: enable Bluetooth on board
- Include building Bluetooth components - Enable uim service Change-Id: I6ffe005fb825c7640c3e32f461d11caac49a4dcf Signed-off-by: Eyal Reizer <eyalr@ti.com> Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--device.mk4
-rw-r--r--init.jacinto6evmboard.rc8
2 files changed, 6 insertions, 6 deletions
diff --git a/device.mk b/device.mk
index 66258e4..e98d8d4 100644
--- a/device.mk
+++ b/device.mk
@@ -111,10 +111,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
111 111
112$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk) 112$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk)
113$(call inherit-product-if-exists, hardware/ti/omap4xxx/jacinto6.mk) 113$(call inherit-product-if-exists, hardware/ti/omap4xxx/jacinto6.mk)
114#$(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk) 114$(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk)
115$(call inherit-product-if-exists, vendor/ti/omap5sevm/device-vendor.mk) 115$(call inherit-product-if-exists, vendor/ti/omap5sevm/device-vendor.mk)
116$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ti-jacinto6-vendor.mk) 116$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ti-jacinto6-vendor.mk)
117#$(call inherit-product-if-exists, device/ti/common-open/s3d/s3d-products.mk) 117#$(call inherit-product-if-exists, device/ti/common-open/s3d/s3d-products.mk)
118$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ducati-full_jacinto6evm.mk) 118$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ducati-full_jacinto6evm.mk)
119$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wlan/wl12xx-wlan-fw-products.mk) 119$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wlan/wl12xx-wlan-fw-products.mk)
120#$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wpan/wl12xx-wpan-fw-products.mk) 120$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wpan/wl12xx-wpan-fw-products.mk)
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc
index d41bd65..88bd16f 100644
--- a/init.jacinto6evmboard.rc
+++ b/init.jacinto6evmboard.rc
@@ -83,10 +83,10 @@ service pvrsrvinit /vendor/bin/pvrsrvinit
83 oneshot 83 oneshot
84 84
85#shared transport user space mgr service for Bluetooth, FM and GPS 85#shared transport user space mgr service for Bluetooth, FM and GPS
86#service uim /system/bin/uim-sysfs 86service uim /system/bin/uim-sysfs
87# class core 87 class core
88# user root 88 user root
89# group bluetooth net_bt_admin 89 group bluetooth net_bt_admin
90 90
91# create virtual SD card at /mnt/sdcard, based on the /data/media directory 91# create virtual SD card at /mnt/sdcard, based on the /data/media directory
92# daemon will drop to user/group system/media_rw after initializing 92# daemon will drop to user/group system/media_rw after initializing