sdk/emulator/qemu.git
7 years agopackage: update version (2.1.34) 30/150530/1 Tizen_Studio_1.3_Release_p2.3
Munkyu Im [Sun, 17 Sep 2017 11:00:23 +0000 (20:00 +0900)]
package: update version (2.1.34)

Change-Id: Iecccf16f5f45504b864f5a1f7f94f9673b925add
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
7 years agonet: arrange base port management 29/150529/1
Munkyu Im [Sun, 17 Sep 2017 05:42:24 +0000 (14:42 +0900)]
net: arrange base port management

This commit apply the port management of latest version.
fix error that multiple emulators connect to the same port.
qemu_socket() turns on SOCK_CLOEXEC option.
Remove unused functions.

Change-Id: Id0a9c92a24f9e364bf56ca784a5d9fd847ec5f11
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
(cherry picked from commit 4a241901bc06ff35c2a60225f03856fd30398f1f)

7 years agopackage: update version (2.1.33) 58/150358/1
Munkyu Im [Fri, 15 Sep 2017 08:25:30 +0000 (17:25 +0900)]
package: update version (2.1.33)

Change-Id: Iae8cefe850606dde7d7f030a0372d8fdba13e877
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
7 years agonet: change address for finding base port 57/150357/1
Munkyu Im [Fri, 15 Sep 2017 07:27:40 +0000 (16:27 +0900)]
net: change address for finding base port

The latest version of emulator uses INADDR_ANY address
instead of INADDR_LOOPBACK to find base port.
Thereforei, if not correct this,
different emulators can set the same base port.
It causes sdb connection failure.
Also, remove unused function.

Change-Id: Ib799578e8c34ec13aa3d33f9b78756b729b84002
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
(cherry picked from commit ddfea1719b3f06559e2e653ba94062586a7118a5)

7 years agopackage: update version (2.1.32) 52/145352/1
jinh0.choi [Tue, 22 Aug 2017 06:15:52 +0000 (15:15 +0900)]
package: update version (2.1.32)

Change-Id: I8178e89ded7c33e295252bb94ae203bdb7fb69e4
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
7 years agoMerge branch 'tizen_p2.3' into opensrc_p2.3 40/145140/1
jinh0.choi [Mon, 21 Aug 2017 10:43:13 +0000 (19:43 +0900)]
Merge branch 'tizen_p2.3' into opensrc_p2.3

Change-Id: I83b88430a1631f3578efe0c3857237c5b74adc2b
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
7 years agodistrib: change protobuf-c header path 38/145138/1
jinh0.choi [Mon, 21 Aug 2017 10:36:12 +0000 (19:36 +0900)]
distrib: change protobuf-c header path

Change-Id: I3069edd6f05b09f434adb84830e668c7b1f6b908
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
7 years agoMerge branch 'tizen_p2.3' into opensrc_p2.3 61/144561/1
jinh0.choi [Thu, 17 Aug 2017 07:01:23 +0000 (16:01 +0900)]
Merge branch 'tizen_p2.3' into opensrc_p2.3

Change-Id: I82d8f4ef96a2191b5496340f1d81c794562f6b3c
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
7 years agodistrib: change newer protobuf-c that is BSD license 58/144558/1
jinh0.choi [Thu, 17 Aug 2017 05:06:30 +0000 (14:06 +0900)]
distrib: change newer protobuf-c that is BSD license

Change-Id: Idde2cfb2fd3fad68044ef75c9a2802ae41d067ab
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
7 years agovl.c: do not use deprecated glib API g_mem_set_vtable() 57/144557/1
SeokYeon Hwang [Thu, 5 Nov 2015 12:12:36 +0000 (21:12 +0900)]
vl.c: do not use deprecated glib API g_mem_set_vtable()

g_mem_set_vtable() has been deprecated since glib version 2.46. So,
compiler complain about it "-Wdeprecated-declarations".
We should not use g_mem_set_vtable() when glib is newer than 2.46.

Change-Id: I0fcf76fa1b18e544341c679307aa5418cf619367
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
(cherry picked from commit 9bab3cf527a73a1b8c7bcb2c1ce6a0d905b625be)

7 years agopackage: update version (2.1.31)
Jinhyung Jo [Wed, 7 Jun 2017 11:30:05 +0000 (20:30 +0900)]
package: update version (2.1.31)

Change-Id: Ie6f3a250ac53216c5b650b0dc17bf4da3453bc65
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
7 years agoconfigure: modify configure for recent macOS
Jinhyung Jo [Thu, 1 Jun 2017 11:50:28 +0000 (20:50 +0900)]
configure: modify configure for recent macOS

Change-Id: I8fb928f2de4f7168b27faedac02a0d2c37585666
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
7 years agovirtio-rng: fix check for period_ms validity
Jinhyung Jo [Thu, 1 Jun 2017 11:36:36 +0000 (20:36 +0900)]
virtio-rng: fix check for period_ms validity

This was reported for this warning:

hw/virtio/virtio-rng.c:150:31: warning: logical not is only applied to
the left hand side of comparison [-Wlogical-not-parentheses]

Change-Id: I7912c36bfd7520de2b9bfb14c92442fdea68d062
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
7 years agomaru-camera: change framework used in macOS.
Jinhyung Jo [Thu, 1 Jun 2017 07:50:53 +0000 (16:50 +0900)]
maru-camera: change framework used in macOS.

The QuikTime Kit(QTKit) framework has been deprecated in OS X v10.9.
So changed to the AVFoundation available in OS X v10.7 and later.

Change-Id: I6508d1bd3ab00cde34ab9b6afd460e88505f5488
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
7 years agoMerge branch 'develop_p2.3' into tizen_studio_1.1_p2.3 tizen_studio_1.2_p2.3
SeokYeon Hwang [Tue, 22 Nov 2016 02:29:21 +0000 (11:29 +0900)]
Merge branch 'develop_p2.3' into tizen_studio_1.1_p2.3

Change-Id: Ia04d2860e5937f8a56db16d6e2de7f72ec5fc858
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
7 years agopackage: update version (2.1.30)
SeokYeon Hwang [Mon, 21 Nov 2016 06:10:23 +0000 (15:10 +0900)]
package: update version (2.1.30)

Change-Id: I4aeba593b19f889b98153b209f406c558ff63cee
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agoMerge branch 'develop_2.3' into platform_2.3
jihye [Thu, 29 Sep 2016 07:14:35 +0000 (16:14 +0900)]
Merge branch 'develop_2.3' into platform_2.3

Change-Id: I6a2044a0057348245bc61e8f1269a283e0ad2814
Signed-off-by: jihye <jihye424.kim@samsung.com>
8 years agopackage: udpate version (2.1.29)
jihye [Thu, 29 Sep 2016 06:59:29 +0000 (15:59 +0900)]
package: udpate version (2.1.29)

Change-Id: Ie96c5611b5fb3b4c46ffd432ae453fead79e8d4d
Signed-off-by: jihye <jihye424.kim@samsung.com>
8 years agoskin: remove 'Always on top' menu from linux
jihye [Thu, 29 Sep 2016 05:59:11 +0000 (14:59 +0900)]
skin: remove 'Always on top' menu from linux

Change-Id: Idc64f4ac63c2a5780c55765ba3077734af02779f
Signed-off-by: jihye <jihye424.kim@samsung.com>
8 years agoosutil: modfiy vm lock module
jihye [Thu, 29 Sep 2016 03:08:50 +0000 (12:08 +0900)]
osutil: modfiy vm lock module

Change-Id: I33e811ee554fe86b0ee6997d2fdc017df867a26b
Signed-off-by: jihye <jihye424.kim@samsung.com>
8 years agoMerge branch 'develop_2.3' into platform_2.3
jihye424.kim [Mon, 19 Sep 2016 02:12:33 +0000 (11:12 +0900)]
Merge branch 'develop_2.3' into platform_2.3

Change-Id: I57341781129e3e4267c2a05065b23f2ad7d8955f
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agopackage: update version(2.1.28)
jihye424.kim [Mon, 19 Sep 2016 02:12:04 +0000 (11:12 +0900)]
package: update version(2.1.28)

Change-Id: I69cbcf2d65bf7f4c52903d41818f8b7bcbcfdaa1
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoosutil: change locking mechanism
jihye424.kim [Tue, 6 Sep 2016 07:21:51 +0000 (16:21 +0900)]
osutil: change locking mechanism

Change-Id: Ic78b188deff7d1a4809528c906a51e89fd7abfa9
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoMerge branch 'develop_2.3' into platform_2.3
SeokYeon Hwang [Mon, 22 Aug 2016 07:05:46 +0000 (16:05 +0900)]
Merge branch 'develop_2.3' into platform_2.3

Change-Id: Ib6e9a5205023692873a2e6890bc880057771b0ec
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agopackage: update version (2.1.27)
SeokYeon Hwang [Mon, 22 Aug 2016 07:03:13 +0000 (16:03 +0900)]
package: update version (2.1.27)

Change-Id: I2f8339cca4a9cc9f57e8a7364f218e600ff8b606
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agobuild: remove check-xxx and kvm module
Munkyu Im [Sat, 20 Aug 2016 07:27:18 +0000 (16:27 +0900)]
build: remove check-xxx and kvm module

These are moved to emulator-supplements package.

Change-Id: I29ea0d6bd15dbd6a887dca657243a650d19ace31
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agoMerge branch 'develop_2.3' into platform_2.3
jihye424.kim [Fri, 19 Aug 2016 03:08:25 +0000 (12:08 +0900)]
Merge branch 'develop_2.3' into platform_2.3

Change-Id: I75980d5ca48c5a632c21ef0a4487fa33211c5149
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agopackage: update version (2.1.26)
jihye424.kim [Fri, 19 Aug 2016 03:07:58 +0000 (12:07 +0900)]
package: update version (2.1.26)

Change-Id: I33a8a5ae850c6bdcc4d5ed9be634562c1fdddf66
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoicon: change emulator icon
jihye424.kim [Fri, 19 Aug 2016 02:03:29 +0000 (11:03 +0900)]
icon: change emulator icon

Change-Id: I510ea1341f1b9901f0ed6d45db56c57670b7e9ba
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoMerge branch 'develop_2.3' into platform_2.3
Munkyu Im [Wed, 6 Jul 2016 02:30:02 +0000 (11:30 +0900)]
Merge branch 'develop_2.3' into platform_2.3

Change-Id: I24ec9f18905b3745843735a3484d44fe3340f990
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agopackage: update version (2.1.25)
Munkyu Im [Tue, 5 Jul 2016 11:43:01 +0000 (20:43 +0900)]
package: update version (2.1.25)

Change-Id: If9c981ed452db5ca495d68657666769261046b9c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agobuild: remove duplicated configure command
Munkyu Im [Tue, 5 Jul 2016 10:52:37 +0000 (19:52 +0900)]
build: remove duplicated configure command

already done on clean function.

Change-Id: I16db89166ede473ab4fa96f913514eb5c2e0343c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agovirtfs: modify the AT_REMOVEDIR preprocessor macro
Sooyoung Ha [Mon, 29 Jun 2015 05:49:13 +0000 (14:49 +0900)]
virtfs: modify the AT_REMOVEDIR preprocessor macro

The latest macos has this macro. So I fix this preprocessor macro for
prevent the build failure.

Change-Id: I9f3c84c12dc667c856f55c8d7993ac7c1e829548
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
8 years agobuild: add -Wno-error=deprecated-declarations for recent glib
SeokYeon Hwang [Fri, 1 Jul 2016 05:28:35 +0000 (14:28 +0900)]
build: add -Wno-error=deprecated-declarations for recent glib

Change-Id: I509ac53971101779915fe5115b22d1959ba411b8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agobuild: add LIBPNG_CFLAGS
Minkee Lee [Thu, 30 Jun 2016 09:02:30 +0000 (18:02 +0900)]
build: add LIBPNG_CFLAGS

Change-Id: I9fa916bb5ae457697ed7c070e63b5b0e2539356a
Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agoconfigure: change minimum macosx version
Munkyu Im [Thu, 30 Jun 2016 11:18:43 +0000 (20:18 +0900)]
configure: change minimum macosx version

@rpath is available from macosx 10.5
10.5 version is too low to support tizen sdk.
10.7 version might be the reasonable minimum version.

Change-Id: Ic664b62543b154528a63cd53bb38b9e0b72d3b02
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agobuild: set library path
Munkyu Im [Thu, 30 Jun 2016 05:32:09 +0000 (14:32 +0900)]
build: set library path

set "TIZEN_SDK_DEV" variable.
remove "distrib" path.
use tab indent.

Change-Id: I4913ccae1234779be83ed10818a240bde0fd215f
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agobuild: change pkgconfig path
Minkee Lee [Wed, 29 Jun 2016 09:12:45 +0000 (18:12 +0900)]
build: change pkgconfig path

Change-Id: I09f76d276ecd7aed5d511af4743f9bfee9d6c81b
Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
8 years agobuild: change the swt file path
Minkee Lee [Wed, 29 Jun 2016 06:32:10 +0000 (15:32 +0900)]
build: change the swt file path

Library package structure is changed.
- dev package: swt_4.3/swt.jar -> swt-4.5.jar
- lib package: swt.jar -> swt-4.5.jar

Change-Id: Id62d01d651bb9c8a53813aa603ab113ff254c553
Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
8 years agoconfigure: add python path for mingw build
Munkyu Im [Thu, 30 Jun 2016 03:56:40 +0000 (12:56 +0900)]
configure: add python path for mingw build

Build system uses theirs own PYTHON environment variable.
It fails on windows because of file seperator when build on mingw.
So, override it.

Change-Id: I0c0ba891eb900161ebc55884cd7819a4e4febf91
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agopackage: use @rpath based library loading for MacOSX and Linux
SeokYeon Hwang [Wed, 1 Jun 2016 06:57:34 +0000 (15:57 +0900)]
package: use @rpath based library loading for MacOSX and Linux

Change-Id: I9b46d17b2e976c10009e8274f1fb5ffc918420a0
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
(cherry picked from commit 87923d15fa83ec56e9d748f7289acf4fd1b9a369)

8 years agoskin: use GTK2 for SWT 4.5
SeokYeon Hwang [Tue, 31 May 2016 04:10:19 +0000 (13:10 +0900)]
skin: use GTK2 for SWT 4.5

SWT-GTK3 causes skin crash. So we use GTK2 for SWT.

Change-Id: Ideed33f3394c28d54312847bb382531f4de91552
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agopackage: update version (2.1.24)
Jinhyung Jo [Thu, 28 Jan 2016 05:00:37 +0000 (14:00 +0900)]
package: update version (2.1.24)

Change-Id: I6f195e47e37bc5ccb1e021435f8fcf38e27e787b
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
8 years agooslib-win32: always get java path from registry
Jinhyung Jo [Wed, 27 Jan 2016 05:51:17 +0000 (14:51 +0900)]
oslib-win32: always get java path from registry

Regardless of the architecture of the emulator(32bit or 64bit),
always gets the java execution path from Windows registry.
This commit would be helpful to reduce the java execution failure.

Change-Id: I890bfa67ffdde36bbbd28678e196d7a50bce65a8
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 62425a158ab5382ad75674b7a5906da3fa75b0a6)

8 years agoecs: send err msg to ecp when port forwarding is failed.
Jinhyung Choi [Tue, 14 Apr 2015 05:40:28 +0000 (14:40 +0900)]
ecs: send err msg to ecp when port forwarding is failed.

Change-Id: I8ee9609bcf9da73e2504f48f84855d9c061596d0
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
(cherry picked from commit 01570c65a5c1db0dff37863d422ea667966f7c60)

8 years agoemulator_options: fix critical bug
SeokYeon Hwang [Tue, 29 Dec 2015 04:52:03 +0000 (13:52 +0900)]
emulator_options: fix critical bug

Variable value is contaminated during it is processed. We fix this
issue and prevent a recurrence of this issue by using "const" keyword.

Conflicts:

        tizen/src/emul_state.c

Change-Id: I7d50a82a10a6b43b203e78b5394bf3eb8e0231a2
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
(cherry picked from commit 4953ab7043e544828af2f8c4f0dd162158d8c661)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
8 years agopackage: update version (2.1.23)
Munkyu Im [Wed, 30 Dec 2015 04:51:46 +0000 (13:51 +0900)]
package: update version (2.1.23)

Change-Id: I9f7513a72c785a7310621ab785f2f94cc9796197
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agosdb: increase buffer size
Munkyu Im [Mon, 28 Dec 2015 11:07:15 +0000 (20:07 +0900)]
sdb: increase buffer size

If connect to remote emulator,
the format of serial name is not "emulator-261x1" but "${IP address}:26101"
And it requires more buffer size.

Change-Id: I31a9986f0afd6c17ff92a5c6e94b1d7624a707e1
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agopackage: update version (2.1.22)
GiWoong Kim [Thu, 3 Dec 2015 05:49:25 +0000 (14:49 +0900)]
package: update version (2.1.22)

Change-Id: Ie52cc887e25f073a962230a24608ac3471aacef4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agosdb: change sdb path
GiWoong Kim [Thu, 3 Dec 2015 05:14:17 +0000 (14:14 +0900)]
sdb: change sdb path

because of restructuring directories, relative path of sdb changed.

Change-Id: I6b6a5ebe7eb29a4f2f393a2587e799b7b8905abc
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agopackage: update version (2.1.21)
GiWoong Kim [Tue, 1 Dec 2015 07:56:59 +0000 (16:56 +0900)]
package: update version (2.1.21)

Change-Id: If573523f54352c7208d63b2102e3c76796f807e0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agogui: fix typo in Ant command
GiWoong Kim [Mon, 30 Nov 2015 10:24:38 +0000 (19:24 +0900)]
gui: fix typo in Ant command

Change-Id: I838fe3406639fbebf938b2c5e5c92be27c4069db
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agomenu: add XFlush to reflection of Always on Top feature
GiWoong Kim [Fri, 8 May 2015 05:26:12 +0000 (14:26 +0900)]
menu: add XFlush to reflection of Always on Top feature

Change-Id: I5c745a2db06e6f3aca6ba45e149eaf08503d789f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit 73f142fd93a3c43fcade8ea1d3658869ca8ba3dc)

8 years agomenu: delete some unnecessary lines in SWT GUI
GiWoong Kim [Mon, 9 Nov 2015 07:35:11 +0000 (16:35 +0900)]
menu: delete some unnecessary lines in SWT GUI

There is no need to consider CPU architecture on
Detailed Info Dialog.

Change-Id: I97ac80a5cee32d382ac93d60e01740a87a8de8d6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit 48c351e7d2c830bec8cf16d974d2626907aae139)

8 years agoabout: modified contents title of About dialog
GiWoong Kim [Thu, 29 Oct 2015 10:18:08 +0000 (19:18 +0900)]
about: modified contents title of About dialog

Tizen SDK -> Tizen Emulator for 2.3

Change-Id: Ieb893ae3c11c0550d76d9f4dfff60f10837b6f2b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version-up (2.1.20)
Jihye Won [Wed, 23 Sep 2015 08:43:07 +0000 (17:43 +0900)]
package: version-up (2.1.20)

Change-Id: Ic6e409b45ad2e993d5fbb075d716197206a7bcec
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoMakefile: fix the error about install_name_tool.
Jihye Won [Thu, 17 Sep 2015 02:52:21 +0000 (11:52 +0900)]
Makefile: fix the error about install_name_tool.

rewrite the correct name of the library

Change-Id: I8b7864eea35a301ab684d41ed86c3160d1689aec
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agopackage: version up(2.1.19)
jinhyung.jo [Fri, 11 Sep 2015 08:24:01 +0000 (17:24 +0900)]
package: version up(2.1.19)

up to 2.1.19

Change-Id: I294aa112b3be2bf7891efb1dfed07cc71d2afbc5
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoemulator: Fixed a bug Java path not found on Windows 64
jinhyung.jo [Wed, 2 Sep 2015 05:51:14 +0000 (14:51 +0900)]
emulator: Fixed a bug Java path not found on Windows 64

The get_java_path function aways returns the first item of the JRE(or JDK) registry.
The RegEnumKeyEx function's 4th argument type is [In, Out],
But previous implementations have used without resetting it.
So fix it and improved the 'while' statement.

Change-Id: Ief77879c1b6be8f02fbc36e5c7d118152984e371
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 812b3ccac697ae0d026bb7ea911b95aaa7f04921)

9 years agoemulator: Modified code about java path in WOW64
jinhyung.jo [Wed, 29 Jul 2015 08:30:43 +0000 (17:30 +0900)]
emulator: Modified code about java path in WOW64

Use more registry keys and the environment variable
in oder to find more precise 'Java Home'.
Removed redundant code.

Change-Id: I9ef2d3e87cd47cb31ee0c4389269cca2708fcc4d
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 6ba1131714016b47c49e79f361c66cd25d148bc0)

9 years agoscript: wrap path with double quotes
Munkyu Im [Tue, 8 Sep 2015 08:22:24 +0000 (17:22 +0900)]
script: wrap path with double quotes

emulator.cmd is for launching emulator on Windows.
If emulator path includes space charactor, it fails launching.
So surround it with double quotes.

Change-Id: I31c186bd4f3282a73c52168144220ff0d34d16bd
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoinstall: wrap path with double quotes
Munkyu Im [Tue, 8 Sep 2015 08:06:31 +0000 (17:06 +0900)]
install: wrap path with double quotes

Installation path could includes space character.

Change-Id: I60e5c870e4e04017695746e63d524de8948784e3
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agobuild: changed CONFIG_PATH according to emulator-lib-dev
Jihye Won [Tue, 8 Sep 2015 09:59:54 +0000 (18:59 +0900)]
build: changed CONFIG_PATH according to emulator-lib-dev

Change-Id: I8526a2c0d101d0d75df614f801431cfa6a657388
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agopackage: version up(2.1.18)
Munkyu Im [Tue, 8 Sep 2015 07:47:35 +0000 (16:47 +0900)]
package: version up(2.1.18)

Change-Id: Ia70fc79d98001a56a07ab3a3d522be9ed8cff6f6
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agosdb: wrap path with double quotes
Munkyu Im [Tue, 8 Sep 2015 07:43:20 +0000 (16:43 +0900)]
sdb: wrap path with double quotes

when push shell button on menu,
need wrapping sdb binary path with double quotes.
Otherwise it fails to launch if path has space character.

Change-Id: Ib58114b0f4885502d08a3a74c31a92751b61a752
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoscript: wrap path with double quotes
Munkyu Im [Mon, 7 Sep 2015 08:00:23 +0000 (17:00 +0900)]
script: wrap path with double quotes

Change-Id: I3d471589b5103f7976646630891347664b9c1eb0
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoinstall: wrap path with double quotes
Munkyu Im [Mon, 7 Sep 2015 06:52:39 +0000 (15:52 +0900)]
install: wrap path with double quotes

Change-Id: I1e461a48605737dafa6dc0d2a0f0b4decbbb2247
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agopackage: version up
GiWoong Kim [Fri, 21 Aug 2015 05:07:42 +0000 (14:07 +0900)]
package: version up

2.1.17

Change-Id: Idbefdad88c19e44881063617f0d53a5c315605ae
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomenu: modified About Dialog message
GiWoong Kim [Fri, 26 Jun 2015 08:02:16 +0000 (17:02 +0900)]
menu: modified About Dialog message

consider multi-SDK path

Change-Id: I401e51981417292be465a0fc5122e04ca9046afe
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version up
Sooyoung Ha [Wed, 24 Jun 2015 05:24:09 +0000 (14:24 +0900)]
package: version up

version update to 2.1.16

Change-Id: I6494d5af7c52b6aa9a1691c5b83f50b98cf5dd94
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoMerge branch 'tizen_2.3_develop' into tizen_2.3_multi
Sooyoung Ha [Wed, 24 Jun 2015 05:21:50 +0000 (14:21 +0900)]
Merge branch 'tizen_2.3_develop' into tizen_2.3_multi

Change-ID: I9d6985f34ad95782c13674e3bff24097c1b6e770
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: modify the way to set/get vm name
Sooyoung Ha [Tue, 23 Jun 2015 15:04:45 +0000 (00:04 +0900)]
emulator: modify the way to set/get vm name

Cherry-picked from 13782b9d574b8f4014dcbd93bcde61175420291b

Change-Id: Id14f835a521354ac4b53ec24b2909dceb0da8e9c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: some jobs prepared after device init
Sooyoung Ha [Tue, 23 Jun 2015 14:59:17 +0000 (23:59 +0900)]
emulator: some jobs prepared after device init

This commit is come from tizen_2.4,
copied from 925800b7607bc96a021078d2659ba7bd7c0d3ed7.

Change-Id: I3927b9f9c68cc298f4ee7f228a7c82ac4598bc12
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemul_state: enable the "image_file_path".
Sooyoung Ha [Tue, 23 Jun 2015 07:43:47 +0000 (16:43 +0900)]
emul_state: enable the "image_file_path".

The origin code which is come from tizen_2.4 uses the BlockBackend, but it's
not available no tizen_2.3. So modify the get_drive_image_file function to
use legacy bdrv_find function.

This commit is related with 26bc68416f6a1bd7e09cae2ae49bcb57d3d0b178
and is also related with 3767865d9ee2272473a5f98cd96ce69b441f3b9e.

Change-Id: Ia9674240836b52b61e56c93761643470ecaaf036
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agopackage: version up
Munkyu Im [Fri, 19 Jun 2015 09:03:17 +0000 (18:03 +0900)]
package: version up

Change-Id: I5f1849518479e7640bb182d23195da58791e1cd3
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoMerge "sdb: change sdb path and source address" into tizen_2.3_multi
Sangho Park [Fri, 19 Jun 2015 08:52:43 +0000 (17:52 +0900)]
Merge "sdb: change sdb path and source address" into tizen_2.3_multi

9 years agoMerge "sdb: change sdb path and source address" into tizen_2.3_develop
Sangho Park [Fri, 19 Jun 2015 08:52:36 +0000 (17:52 +0900)]
Merge "sdb: change sdb path and source address" into tizen_2.3_develop

9 years agopackage: version up
GiWoong Kim [Fri, 19 Jun 2015 08:26:29 +0000 (17:26 +0900)]
package: version up

2.1.14

Change-Id: I0f9df6a224cee8b5cb955ee87924e2842565d0b6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agotouch: set maximum count value of multitouch point at device
GiWoong Kim [Wed, 3 Jun 2015 06:15:34 +0000 (15:15 +0900)]
touch: set maximum count value of multitouch point at device

Change-Id: I0070cde93cc88093ba191a9ffcca415a1965ab28
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agotouch: set maximum count value of multitouch point at device
GiWoong Kim [Wed, 3 Jun 2015 06:15:34 +0000 (15:15 +0900)]
touch: set maximum count value of multitouch point at device

Change-Id: I0070cde93cc88093ba191a9ffcca415a1965ab28
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agosdb: change sdb path and source address
Munkyu Im [Fri, 19 Jun 2015 07:11:53 +0000 (16:11 +0900)]
sdb: change sdb path and source address

Change-Id: I5534077676a363531d5cbd7adf099b5a858f47d2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agosdb: change sdb path and source address
Munkyu Im [Fri, 19 Jun 2015 07:11:53 +0000 (16:11 +0900)]
sdb: change sdb path and source address

Change-Id: I5534077676a363531d5cbd7adf099b5a858f47d2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agopackage: version up (2.1.13)
jinhyung.jo [Fri, 19 Jun 2015 04:50:13 +0000 (13:50 +0900)]
package: version up (2.1.13)

Change-Id: I95c646122f0ec370e3b08e7195d2f253b1f518b7
Signed-off-by: jinhyung.jo <jinhyung.jo@samsung.com>
9 years agosdb: changed adding port index from sdb to ecs (+1 -> +3)
jinhyung.jo [Fri, 19 Jun 2015 04:44:06 +0000 (13:44 +0900)]
sdb: changed adding port index from sdb to ecs (+1 -> +3)

Change-Id: I3ab599c806eab5e477e813f36d9b5b5f1b2f2cb5
Signed-off-by: jinhyung.jo <jinhyung.jo@samsung.com>
(cherry picked from commit 475803716dc0390e2debb1cb76077055fb9134d7)

9 years agoMerge "sdb: changed adding port index from sdb to ecs (+1 -> +3)" into tizen_2.3_multi
Jinhyung Choi [Fri, 19 Jun 2015 04:47:35 +0000 (13:47 +0900)]
Merge "sdb: changed adding port index from sdb to ecs (+1 -> +3)" into tizen_2.3_multi

9 years agosdb: changed adding port index from sdb to ecs (+1 -> +3)
jinhyung.jo [Fri, 19 Jun 2015 04:44:06 +0000 (13:44 +0900)]
sdb: changed adding port index from sdb to ecs (+1 -> +3)

Change-Id: I3ab599c806eab5e477e813f36d9b5b5f1b2f2cb5
Signed-off-by: jinhyung.jo <jinhyung.jo@samsung.com>
9 years agopackage: version up (2.1.12)
sungmin ha [Thu, 18 Jun 2015 07:32:16 +0000 (16:32 +0900)]
package: version up (2.1.12)

Change-Id: Iacb125eabe3b988cb00ac764fff1523ca8a6deac
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoevdi: added "profile" option
Jinhyung Choi [Wed, 17 Jun 2015 10:43:58 +0000 (19:43 +0900)]
evdi: added "profile" option

Change-Id: I7f06a4143f28056288b57e91b69ecba9eeaac364
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoevdi: added "profile" option
Jinhyung Choi [Wed, 17 Jun 2015 10:43:58 +0000 (19:43 +0900)]
evdi: added "profile" option

Change-Id: I7f06a4143f28056288b57e91b69ecba9eeaac364
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoemulator: detecting some error cases
SeokYeon Hwang [Thu, 27 Nov 2014 06:25:18 +0000 (15:25 +0900)]
emulator: detecting some error cases

Detecting some error cases in profile conf file.
Quotes can be used in default value section from now.

Change-Id: Ib58676dcf1527b0e1d808aa079f25283b716b007
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator: detecting some error cases
SeokYeon Hwang [Thu, 27 Nov 2014 06:25:18 +0000 (15:25 +0900)]
emulator: detecting some error cases

Detecting some error cases in profile conf file.
Quotes can be used in default value section from now.

Change-Id: Ib58676dcf1527b0e1d808aa079f25283b716b007
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoPackage: version up. (2.4.11)
minkee.lee [Wed, 17 Jun 2015 06:52:09 +0000 (15:52 +0900)]
Package: version up. (2.4.11)

Change-Id: I258f82f5383cad55cbed1b782961d0d3cdfce9f8
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agobuild: add include path for jni_md.h
GiWoong Kim [Wed, 17 Jun 2015 02:31:42 +0000 (11:31 +0900)]
build: add include path for jni_md.h

Change-Id: I96bdb0da2a3561f95d8bf68d688b369c6300784d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agobuild: add include path for jni_md.h
GiWoong Kim [Wed, 17 Jun 2015 02:31:42 +0000 (11:31 +0900)]
build: add include path for jni_md.h

Change-Id: I96bdb0da2a3561f95d8bf68d688b369c6300784d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoemulator_options: introduced recursive variable substitution
SeokYeon Hwang [Wed, 17 Jun 2015 05:49:20 +0000 (14:49 +0900)]
emulator_options: introduced recursive variable substitution

Users can write variable position-independently.

Change-Id: I515843030f3d87bfea14a420133ffb1cdc4a1bac
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator_options: introduced recursive variable substitution
SeokYeon Hwang [Wed, 17 Jun 2015 05:49:20 +0000 (14:49 +0900)]
emulator_options: introduced recursive variable substitution

Users can write variable position-independently.

Change-Id: I515843030f3d87bfea14a420133ffb1cdc4a1bac
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoMerge branch 'tizen_2.3_develop' into tizen_2.3_multi
SeokYeon Hwang [Fri, 12 Jun 2015 11:56:19 +0000 (20:56 +0900)]
Merge branch 'tizen_2.3_develop' into tizen_2.3_multi

Change-Id: I7964fa8d9144e4d67a53f5277dfcb496cf61ba3b

9 years agoecs: change tizen-sdk-data path
Munkyu Im [Mon, 8 Jun 2015 05:37:52 +0000 (14:37 +0900)]
ecs: change tizen-sdk-data path

It was changed by restructuring directories job.

Change-Id: Idc8281dfdea892de214acad034d3146d9f53031b
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoboard: remove unused variables
GiWoong Kim [Tue, 28 Oct 2014 02:36:59 +0000 (11:36 +0900)]
board: remove unused variables

Change-Id: I65b217e2c3a54750d8bb25cf17af3df9869049a1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomaru_shm: consider unsigned short
GiWoong Kim [Mon, 27 Oct 2014 11:34:13 +0000 (20:34 +0900)]
maru_shm: consider unsigned short

Change-Id: Ic4d64833a9ca1c57a59136d23fd3de4e97f4f618
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>