From: Amlan Chowdhury Date: Mon, 14 Nov 2016 10:21:08 +0000 (+0600) Subject: [TBT][tizen_3.0_mobile][TBT 64 bit .tpk first commit] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bd78a79f85d1347635d0ce8b7e881fcc711bc68;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][tizen_3.0_mobile][TBT 64 bit .tpk first commit] Signed-off-by: Amlan Chowdhury Change-Id: I0ac8097674496c7c93cdb7f6f2a634e23bff3cb8 --- diff --git a/release/binary-aarch64/SampleMP3.mp3 b/release/binary-aarch64/SampleMP3.mp3 new file mode 100644 index 0000000..c608a70 Binary files /dev/null and b/release/binary-aarch64/SampleMP3.mp3 differ diff --git a/release/binary-aarch64/dog_1024_960.gif b/release/binary-aarch64/dog_1024_960.gif new file mode 100644 index 0000000..1a2e0ba Binary files /dev/null and b/release/binary-aarch64/dog_1024_960.gif differ diff --git a/release/binary-aarch64/install.sh b/release/binary-aarch64/install.sh new file mode 100755 index 0000000..a263a7a --- /dev/null +++ b/release/binary-aarch64/install.sh @@ -0,0 +1,52 @@ +############################################################################### + # Copyright (c) 2014 Samsung Electronics Co., Ltd. + # + # 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. + # + ###############################################################################/ + ## + # @file install.sh + # @brief install script for TBT + # + # + # @author A. B. M. Nazibullah(nazib.ullah@samsung.com) + # @date November, 2016 + + # + + +sdb push org.tizen.coretbt_dataprovider-1.0.0-aarch64.tpk /tmp +sdb push org.tizen.coretbt_serviceapp-1.0.0-aarch64.tpk /tmp +sdb push org.tizen.coretbt_uiapp-1.0.0-aarch64.tpk /tmp +sdb push org.tizen.operationpickviewapp-1.0.0-aarch64.tpk /tmp +sdb push org.tizen.coretbtwidgetapp-1.0.0-aarch64.tpk /tmp +sdb push org.tizen.tbt-ime-1.0.0-aarch64.tpk /tmp +sdb push org.tizen.tbtcoreapp-dali-1.0.0-aarch64.tpk /tmp +sdb push org.tizen.tbtcoreapp-1.0.0-aarch64.tpk /tmp + + +sdb push dog_1024_960.gif /opt/home/owner/media/Images +sdb push SampleMP3.mp3 /opt/home/owner/media/Sounds +sdb push sampleH263.3gp /opt/home/owner/media/Videos +sdb push tbt_push_auth.xml /home/owner/media/Others +sdb push iotcon-test-svr-db-client.dat /home/owner/media/Others +sdb push iotcon-test-svr-db-server.dat /home/owner/media/Others + +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_dataprovider-1.0.0-aarch64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_serviceapp-1.0.0-aarch64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_uiapp-1.0.0-aarch64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.operationpickviewapp-1.0.0-aarch64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbtwidgetapp-1.0.0-aarch64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.tbtcoreapp-1.0.0-aarch64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.tbt-ime-1.0.0-aarch64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.tbtcoreapp-dali-1.0.0-aarch64.tpk diff --git a/release/binary-aarch64/iotcon-test-svr-db-client.dat b/release/binary-aarch64/iotcon-test-svr-db-client.dat new file mode 100644 index 0000000..0abd136 Binary files /dev/null and b/release/binary-aarch64/iotcon-test-svr-db-client.dat differ diff --git a/release/binary-aarch64/iotcon-test-svr-db-server.dat b/release/binary-aarch64/iotcon-test-svr-db-server.dat new file mode 100644 index 0000000..2f5922b Binary files /dev/null and b/release/binary-aarch64/iotcon-test-svr-db-server.dat differ diff --git a/release/binary-aarch64/org.tizen.coretbt_dataprovider-0.0.1-1.aarch64.tpk b/release/binary-aarch64/org.tizen.coretbt_dataprovider-0.0.1-1.aarch64.tpk deleted file mode 100644 index 023adce..0000000 Binary files a/release/binary-aarch64/org.tizen.coretbt_dataprovider-0.0.1-1.aarch64.tpk and /dev/null differ diff --git a/release/binary-aarch64/org.tizen.coretbt_dataprovider-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.coretbt_dataprovider-1.0.0-aarch64.tpk new file mode 100644 index 0000000..77cfe06 Binary files /dev/null and b/release/binary-aarch64/org.tizen.coretbt_dataprovider-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/org.tizen.coretbt_serviceapp-0.0.1-1.aarch64.tpk b/release/binary-aarch64/org.tizen.coretbt_serviceapp-0.0.1-1.aarch64.tpk deleted file mode 100644 index 0e487ac..0000000 Binary files a/release/binary-aarch64/org.tizen.coretbt_serviceapp-0.0.1-1.aarch64.tpk and /dev/null differ diff --git a/release/binary-aarch64/org.tizen.coretbt_serviceapp-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.coretbt_serviceapp-1.0.0-aarch64.tpk new file mode 100644 index 0000000..e33f387 Binary files /dev/null and b/release/binary-aarch64/org.tizen.coretbt_serviceapp-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/org.tizen.coretbt_uiapp-0.0.1-1.aarch64.tpk b/release/binary-aarch64/org.tizen.coretbt_uiapp-0.0.1-1.aarch64.tpk deleted file mode 100644 index fea5ccd..0000000 Binary files a/release/binary-aarch64/org.tizen.coretbt_uiapp-0.0.1-1.aarch64.tpk and /dev/null differ diff --git a/release/binary-aarch64/org.tizen.coretbt_uiapp-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.coretbt_uiapp-1.0.0-aarch64.tpk new file mode 100644 index 0000000..2a75088 Binary files /dev/null and b/release/binary-aarch64/org.tizen.coretbt_uiapp-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/org.tizen.coretbtwidgetapp-0.0.1-1.aarch64.tpk b/release/binary-aarch64/org.tizen.coretbtwidgetapp-0.0.1-1.aarch64.tpk deleted file mode 100644 index 49bb4c8..0000000 Binary files a/release/binary-aarch64/org.tizen.coretbtwidgetapp-0.0.1-1.aarch64.tpk and /dev/null differ diff --git a/release/binary-aarch64/org.tizen.coretbtwidgetapp-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.coretbtwidgetapp-1.0.0-aarch64.tpk new file mode 100644 index 0000000..9e9a5c5 Binary files /dev/null and b/release/binary-aarch64/org.tizen.coretbtwidgetapp-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/org.tizen.operationpickviewapp-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.operationpickviewapp-1.0.0-aarch64.tpk new file mode 100644 index 0000000..193f397 Binary files /dev/null and b/release/binary-aarch64/org.tizen.operationpickviewapp-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/org.tizen.tbt-ime-0.0.1-1.aarch64.tpk b/release/binary-aarch64/org.tizen.tbt-ime-0.0.1-1.aarch64.tpk deleted file mode 100644 index 12f8c23..0000000 Binary files a/release/binary-aarch64/org.tizen.tbt-ime-0.0.1-1.aarch64.tpk and /dev/null differ diff --git a/release/binary-aarch64/org.tizen.tbt-ime-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.tbt-ime-1.0.0-aarch64.tpk new file mode 100644 index 0000000..d0c3e15 Binary files /dev/null and b/release/binary-aarch64/org.tizen.tbt-ime-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/org.tizen.tbtcoreapp-0.0.1-1.aarch64.tpk b/release/binary-aarch64/org.tizen.tbtcoreapp-0.0.1-1.aarch64.tpk deleted file mode 100644 index 4f43385..0000000 Binary files a/release/binary-aarch64/org.tizen.tbtcoreapp-0.0.1-1.aarch64.tpk and /dev/null differ diff --git a/release/binary-aarch64/org.tizen.tbtcoreapp-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.tbtcoreapp-1.0.0-aarch64.tpk new file mode 100644 index 0000000..d910a19 Binary files /dev/null and b/release/binary-aarch64/org.tizen.tbtcoreapp-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/org.tizen.tbtcoreapp-dali-1.0.0-aarch64.tpk b/release/binary-aarch64/org.tizen.tbtcoreapp-dali-1.0.0-aarch64.tpk new file mode 100644 index 0000000..13fc2e9 Binary files /dev/null and b/release/binary-aarch64/org.tizen.tbtcoreapp-dali-1.0.0-aarch64.tpk differ diff --git a/release/binary-aarch64/sampleH263.3gp b/release/binary-aarch64/sampleH263.3gp new file mode 100644 index 0000000..c0a0b39 Binary files /dev/null and b/release/binary-aarch64/sampleH263.3gp differ diff --git a/release/binary-aarch64/tbt_push_auth.xml b/release/binary-aarch64/tbt_push_auth.xml new file mode 100644 index 0000000..14317ad --- /dev/null +++ b/release/binary-aarch64/tbt_push_auth.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/release/binary-x86_64/SampleMP3.mp3 b/release/binary-x86_64/SampleMP3.mp3 new file mode 100644 index 0000000..c608a70 Binary files /dev/null and b/release/binary-x86_64/SampleMP3.mp3 differ diff --git a/release/binary-x86_64/dog_1024_960.gif b/release/binary-x86_64/dog_1024_960.gif new file mode 100644 index 0000000..1a2e0ba Binary files /dev/null and b/release/binary-x86_64/dog_1024_960.gif differ diff --git a/release/binary-x86_64/install.sh b/release/binary-x86_64/install.sh new file mode 100755 index 0000000..a3fe351 --- /dev/null +++ b/release/binary-x86_64/install.sh @@ -0,0 +1,49 @@ +############################################################################### + # Copyright (c) 2014 Samsung Electronics Co., Ltd. + # + # 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. + # + ###############################################################################/ + ## + # @file install.sh + # @brief install script for TBT + # + # + # @author A. B. M. Nazibullah(nazib.ullah@samsung.com) + # @date November, 2016 + + # + +sdb push org.tizen.coretbt_dataprovider-1.0.0-x86_64.tpk /tmp +sdb push org.tizen.coretbt_serviceapp-1.0.0-x86_64.tpk /tmp +sdb push org.tizen.coretbt_uiapp-1.0.0-x86_64.tpk /tmp +sdb push org.tizen.operationpickviewapp-1.0.0-x86_64.tpk /tmp +sdb push org.tizen.coretbtwidgetapp-1.0.0-x86_64.tpk /tmp +sdb push org.tizen.tbt-ime-1.0.0-x86_64.tpk /tmp +sdb push org.tizen.tbtcoreapp-dali-1.0.0-x86_64.tpk /tmp +sdb push org.tizen.tbtcoreapp-1.0.0-x86_64.tpk /tmp + + +sdb push dog_1024_960.gif /opt/home/owner/media/Images +sdb push SampleMP3.mp3 /opt/home/owner/media/Sounds +sdb push sampleH263.3gp /opt/home/owner/media/Videos +sdb push tbt_push_auth.xml /home/owner/media/Others + +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_dataprovider-1.0.0-x86_64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_serviceapp-1.0.0-x86_64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_uiapp-1.0.0-x86_64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.operationpickviewapp-1.0.0-x86_64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.coretbtwidgetapp-1.0.0-x86_64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.tbtcoreapp-1.0.0-x86_64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.tbt-ime-1.0.0-x86_64.tpk +sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.tbtcoreapp-dali-1.0.0-x86_64.tpk diff --git a/release/binary-x86_64/org.tizen.coretbt_dataprovider-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.coretbt_dataprovider-1.0.0-x86_64.tpk new file mode 100644 index 0000000..7cd5613 Binary files /dev/null and b/release/binary-x86_64/org.tizen.coretbt_dataprovider-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/org.tizen.coretbt_serviceapp-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.coretbt_serviceapp-1.0.0-x86_64.tpk new file mode 100644 index 0000000..5085374 Binary files /dev/null and b/release/binary-x86_64/org.tizen.coretbt_serviceapp-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/org.tizen.coretbt_uiapp-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.coretbt_uiapp-1.0.0-x86_64.tpk new file mode 100644 index 0000000..a0b962c Binary files /dev/null and b/release/binary-x86_64/org.tizen.coretbt_uiapp-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/org.tizen.coretbtwidgetapp-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.coretbtwidgetapp-1.0.0-x86_64.tpk new file mode 100644 index 0000000..c92d406 Binary files /dev/null and b/release/binary-x86_64/org.tizen.coretbtwidgetapp-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/org.tizen.operationpickviewapp-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.operationpickviewapp-1.0.0-x86_64.tpk new file mode 100644 index 0000000..3e10da4 Binary files /dev/null and b/release/binary-x86_64/org.tizen.operationpickviewapp-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/org.tizen.tbt-ime-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.tbt-ime-1.0.0-x86_64.tpk new file mode 100644 index 0000000..2d6c2d8 Binary files /dev/null and b/release/binary-x86_64/org.tizen.tbt-ime-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/org.tizen.tbtcoreapp-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.tbtcoreapp-1.0.0-x86_64.tpk new file mode 100644 index 0000000..339e415 Binary files /dev/null and b/release/binary-x86_64/org.tizen.tbtcoreapp-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/org.tizen.tbtcoreapp-dali-1.0.0-x86_64.tpk b/release/binary-x86_64/org.tizen.tbtcoreapp-dali-1.0.0-x86_64.tpk new file mode 100644 index 0000000..99e436f Binary files /dev/null and b/release/binary-x86_64/org.tizen.tbtcoreapp-dali-1.0.0-x86_64.tpk differ diff --git a/release/binary-x86_64/sampleH263.3gp b/release/binary-x86_64/sampleH263.3gp new file mode 100644 index 0000000..c0a0b39 Binary files /dev/null and b/release/binary-x86_64/sampleH263.3gp differ diff --git a/release/binary-x86_64/tbt_push_auth.xml b/release/binary-x86_64/tbt_push_auth.xml new file mode 100644 index 0000000..14317ad --- /dev/null +++ b/release/binary-x86_64/tbt_push_auth.xml @@ -0,0 +1,5 @@ + + + + +