diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-05-07 15:28:59 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-05-07 15:28:59 +0900 |
commit | 2010e593a13542356bc17055b8d190b2ac68cf85 (patch) | |
tree | 4dfa798e25a5d8fd83c941e5b1009f1a1ae499da /scripts | |
parent | 745acb33a97e422d246f306878b1673840127139 (diff) | |
download | meta-mobile-2010e593a13542356bc17055b8d190b2ac68cf85.tar.gz meta-mobile-2010e593a13542356bc17055b8d190b2ac68cf85.tar.bz2 meta-mobile-2010e593a13542356bc17055b8d190b2ac68cf85.zip |
[TINF-910] Add bluetooth packagessubmit/tizen_mobile/20150507.070712
Added packages:
- platform/adaptation/bluetooth-firmware-bcm
- platform/upstream/bluez
- apps/core/preloaded/bt-syspopup
- platform/core/connectivity/bluetooth-share
Change-Id: I0b527d6ca633692eb3877d9b1293cb4f698d2c4b
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mobile-bluetooth.post | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mobile-bluetooth.post b/scripts/mobile-bluetooth.post new file mode 100644 index 0000000..e61b77b --- /dev/null +++ b/scripts/mobile-bluetooth.post @@ -0,0 +1,3 @@ +#!/bin/sh +echo "#################### mobile-bluetooth.post ####################" + |