Kitae Kim [Tue, 30 Oct 2012 08:28:33 +0000 (17:28 +0900)]
package: Modified build scripts for arm packages.
Since arm emulator has been supported, an emulator package
needs to divide into three packages which are x86, arm and common.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Tue, 30 Oct 2012 04:50:14 +0000 (13:50 +0900)]
FFmpeg: remove x86_64 FFmpeg binaries.
Compiled binaries should not be included in the git repository.
This is the reason why x86_64 FFmpeg binaries has to be removed.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
syeon.hwang [Tue, 30 Oct 2012 06:50:16 +0000 (15:50 +0900)]
build: Modify build script for Darwin
Add check routine to detect number of processor cores for darwin
Signed-off-by: syeon.hwang <syeon.hwang@samsung.com>
syeon.hwang [Tue, 30 Oct 2012 04:36:36 +0000 (13:36 +0900)]
build: Fix FFMPEG build failure on GCC 4.7.x
Apply patch from Andrew Benton <andy@benton.eu.com>
2012-06-15
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
syeon.hwang [Tue, 30 Oct 2012 04:35:00 +0000 (13:35 +0900)]
Merge branch 'tizen-arm' into develop
Conflicts:
hw/virtio-pci.c
tizen/emulator_configure.sh
tizen/src/Makefile.tizen
tizen/src/emulator.c
tizen/src/hw/maru_board.c
tizen/src/hw/maru_vga.c
tizen/src/skin/client/skins/emul-320x480/default.dbi
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java
vl.c
munkyu.im [Mon, 29 Oct 2012 13:05:31 +0000 (22:05 +0900)]
package: add install script for mac
It contains shared memory setting
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
syeon.hwang [Mon, 29 Oct 2012 10:39:12 +0000 (19:39 +0900)]
HAX: Apply HAX patch from intel
Yeongkyoon Lee [Mon, 29 Oct 2012 05:46:03 +0000 (14:46 +0900)]
Merge "RAM: Apply W/A to preserve larger continuous heap for RAM." into develop
syeon.hwang [Mon, 29 Oct 2012 05:46:14 +0000 (14:46 +0900)]
RAM: Apply W/A to preserve larger continuous heap for RAM.
giwoong.kim [Mon, 29 Oct 2012 05:22:17 +0000 (14:22 +0900)]
HW key: don't lose the release event of HW key
Event if user releases the mouse cursor at outside of HW key area,
it does not lose the event.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Fri, 26 Oct 2012 11:12:06 +0000 (20:12 +0900)]
sdb: add "sdb" parameter to command
it was skipped accidentally
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Kitae Kim [Fri, 26 Oct 2012 07:15:40 +0000 (16:15 +0900)]
Merge branch 'develop' of rsa-git:sdk/emulator/qemu into develop
Conflicts:
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java
Kitae Kim [Fri, 26 Oct 2012 07:01:03 +0000 (16:01 +0900)]
virtio-keyboard: add virtio-keyboard device.
Implement virtio-keyboard to replace usb-keyboard module,
because of performance issue on emulator.
However, virtio-keyboard menu has not enabled yet.
It needs to test a lot.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
giwoong.kim [Thu, 25 Oct 2012 08:59:15 +0000 (17:59 +0900)]
skin: set FormLayout
The FormLayout is applied to a Emulator window shell.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 25 Oct 2012 05:58:54 +0000 (14:58 +0900)]
dbi: deleted unnecessary items in general skin dbi file
In general skin mode, the Emulator treats key information only.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 25 Oct 2012 03:09:26 +0000 (12:09 +0900)]
skin: set default skin path in general skin mode
I added general skin dbi file.
And modified skin mode name. (default -> standard)
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Wed, 24 Oct 2012 10:25:51 +0000 (19:25 +0900)]
skin: do not load lcd size from dbi file on general skin mode
In general skin mode, emulator lcd size is base on the resolution value.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 22 Oct 2012 13:28:20 +0000 (22:28 +0900)]
skin: move getWindowHandleId() from base class to child class
The canvas(lcd) handle id is not necessary in EmulatorShmSkin class.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 22 Oct 2012 12:01:52 +0000 (21:01 +0900)]
skin: create Control Panel contents
I added HW key buttons through skin dbi file.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 22 Oct 2012 07:12:05 +0000 (16:12 +0900)]
skin: JAXB rebinding
JAXB v2.1.10 -> v2.2.5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 22 Oct 2012 02:07:28 +0000 (11:07 +0900)]
skin: modified skin mode name
none -> general
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Sun, 21 Oct 2012 06:41:01 +0000 (15:41 +0900)]
skin: added SkinWindow file
I've added a base class that is type of skin's child window.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Sun, 21 Oct 2012 05:59:12 +0000 (14:59 +0900)]
guest_server: indenting source code
src/guest_server.c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Fri, 19 Oct 2012 11:09:26 +0000 (20:09 +0900)]
menu: added "not supported" msg popup for mac
The Alaways on Top menu is not supported yet in Mac.
So, I added temporary message popup for user.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Fri, 19 Oct 2012 08:16:20 +0000 (17:16 +0900)]
package: modify version name
a2 -> a3:
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Fri, 19 Oct 2012 02:03:39 +0000 (11:03 +0900)]
package: version up
1.3.64
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 18 Oct 2012 13:02:10 +0000 (22:02 +0900)]
skin: stop the PollFBThread in skin process
The lcd framebuffers are drawn by PollFBThread.
This thread must be stopped when shell is closed.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 18 Oct 2012 12:36:32 +0000 (21:36 +0900)]
ScreenShot: get framebuffer from shared memory
Get a framebuffer from shared memory through JNI.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Wed, 17 Oct 2012 14:04:51 +0000 (23:04 +0900)]
ScreenShot: make an inheritance of screen shot window
The screen shot's framebuffer is received from qemu on Linux/Windows.
But on Mac, it is received from shared memory.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Wed, 17 Oct 2012 11:45:22 +0000 (20:45 +0900)]
package: version up
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Evgeny Voevodin [Wed, 17 Oct 2012 09:14:14 +0000 (13:14 +0400)]
Merge branch 'tizen-arm' of 121.133.176.49/review/p/sdk/emulator/qemu into tizen-arm
Conflicts:
tizen/emulator_configure.sh
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
munkyu.im [Wed, 17 Oct 2012 09:06:25 +0000 (18:06 +0900)]
shell: apply sdb shell
add uxterm commend for Mac
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Evgeny Voevodin [Wed, 17 Oct 2012 08:06:49 +0000 (12:06 +0400)]
configure: Clean-up commented code
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Wed, 17 Oct 2012 04:11:35 +0000 (08:11 +0400)]
vl.c: Move webcam parsing after kernel_cmdline initialization
Before this commit the code in webcam parsing:
gchar *tmp_cam_kcmd = kernel_cmdline;
kernel_cmdline = g_strdup_printf("%s enable_cam=%d", tmp_cam_kcmd, is_webcam_enabled);
could cause a segmentation fault because kernel_cmdline was not initialized yet.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Yeongkyoon Lee [Tue, 16 Oct 2012 13:31:11 +0000 (22:31 +0900)]
Merge "build: add copying check-hax" into develop
munkyu.im [Tue, 16 Oct 2012 13:28:16 +0000 (22:28 +0900)]
build: add copying check-hax
It's was skipped
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Tue, 16 Oct 2012 12:39:09 +0000 (21:39 +0900)]
package: remove unused install/remove script
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Tue, 16 Oct 2012 11:12:39 +0000 (20:12 +0900)]
package: version up
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Evgeny Voevodin [Tue, 16 Oct 2012 08:48:49 +0000 (12:48 +0400)]
configure: Change CONFIG_VIRTIO_GL to CONFIG_GL_BACKEND
CONFIG_GL_BACKEND is for host
CONFIG_GL is for target
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Tue, 16 Oct 2012 05:28:56 +0000 (09:28 +0400)]
tizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets.
It contains code for Windows host OS.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Tue, 16 Oct 2012 05:11:43 +0000 (09:11 +0400)]
Makefile.target: Compile hax-stub.c for targets without HAX support.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
munkyu.im [Mon, 15 Oct 2012 06:54:49 +0000 (15:54 +0900)]
build: add gcc option for Mac
It's for build compatibility on Mac.
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Mon, 15 Oct 2012 06:54:49 +0000 (15:54 +0900)]
build: add gcc option for Mac
It's for build compatibility on Mac.
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Evgeny Voevodin [Fri, 12 Oct 2012 08:45:43 +0000 (12:45 +0400)]
tizen/emulator_configure.sh: Disable YaGL for Windows by default
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
munkyu.im [Fri, 12 Oct 2012 07:12:43 +0000 (16:12 +0900)]
display: add checking dispose routine
can happen exceptional error
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Evgeny Voevodin [Fri, 12 Oct 2012 06:37:20 +0000 (10:37 +0400)]
tizen/emulator_configure.sh: Move parameters configuration from build.sh
As considered we move parameters configuration from build.sh to emulator_configure.sh
to let developers run emulator_configure.sh and then make.
Default configuration appended for all target OSes:
--target-list=i386-softmmu,arm-softmmu
--enable-gl
--disable-opengles
--enable-yagl
--disable-yagl-stats
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Fri, 12 Oct 2012 04:40:29 +0000 (08:40 +0400)]
Revert "build: remove auto-configuration part in build.sh and add i386 target to emulator_configure.sh"
This reverts commit
7965cff25b5944b69a218ff245f56b62436d838d.
giwoong.kim [Wed, 10 Oct 2012 04:49:42 +0000 (13:49 +0900)]
skin: non-skin type of emulator window
I added non-skin type for window style.
This simple type of emulator window is filled with lcd region only.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 8 Oct 2012 12:45:42 +0000 (21:45 +0900)]
skin: added skin mode arg
added skin.mode argument to startup option of skin
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
syeon.hwang [Fri, 12 Oct 2012 02:37:34 +0000 (11:37 +0900)]
build: remove auto-configuration part in build.sh and add i386 target to emulator_configure.sh
syeon.hwang [Fri, 12 Oct 2012 02:15:13 +0000 (11:15 +0900)]
build: fix maru_vga build on mac
munkyu.im [Thu, 11 Oct 2012 07:21:42 +0000 (16:21 +0900)]
package: version up
to 1.3.59
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Thu, 11 Oct 2012 06:45:19 +0000 (15:45 +0900)]
display: fix shared memory problems
divided into many shared memory keys (originally only one)
So, many emulator instances can be launached at the same time.
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
syeon.hwang [Thu, 11 Oct 2012 06:01:44 +0000 (15:01 +0900)]
build: fix build break on macos
Evgeny Voevodin [Thu, 11 Oct 2012 04:11:12 +0000 (08:11 +0400)]
tizen/emulator_configure.sh: Fix a bug introduced by
147ccdb569136af280c92595f4947256105e256b
The string "--target-list=i386-softmmu" shouldn't be there because appropriate target list is
generated inside build.sh script in $CONFIGURE_APPEND.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
syeon.hwang [Thu, 11 Oct 2012 02:14:00 +0000 (11:14 +0900)]
build: fix build break on Windows
syeon.hwang [Wed, 10 Oct 2012 11:33:49 +0000 (20:33 +0900)]
build: fix build break on win32, macos
munkyu.im [Wed, 10 Oct 2012 08:17:16 +0000 (17:17 +0900)]
Revert "screenshot: merge codes from tizen-mac"
This reverts commit
631384da4211a4a47a5ac8eeb38daf41d98e4db1.
Conflicts:
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java
syeon.hwang [Tue, 9 Oct 2012 03:01:00 +0000 (12:01 +0900)]
package: version up
increase to 1.3.58
Yeongkyoon Lee [Mon, 8 Oct 2012 10:52:58 +0000 (19:52 +0900)]
Merge "keyboard: match up the pair of key events" into develop
munkyu.im [Mon, 8 Oct 2012 10:06:27 +0000 (19:06 +0900)]
package: version up
increase to 1.3.57
Evgeny Voevodin [Mon, 8 Oct 2012 08:59:35 +0000 (12:59 +0400)]
Merge tag 'v1.2.0' into tizen-arm
Tag for 1.2.0
Evgeny Voevodin [Mon, 8 Oct 2012 08:51:19 +0000 (12:51 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm
Stanislav Vorobiov [Wed, 3 Oct 2012 09:38:08 +0000 (13:38 +0400)]
YaGL: 'mlockall' removed, we only fault in target memory when needed
Stanislav Vorobiov [Mon, 24 Sep 2012 15:00:44 +0000 (19:00 +0400)]
YaGL: Fixed a SEGV in eglChooseConfig
YaGL: Fixed a bug in glFramebufferTexture2D which didn't allow to attach cubemap textures
YaGL: Implemented remaining (rarely used) GL functions
YaGL: eglQueryAPI - moved to target
YaGL: Implemented GL_OES_EGL_image extension
YaGL: Implemented eglCreatePbufferSurface and eglCopyBuffers
Stanislav Vorobiov [Mon, 24 Sep 2012 06:53:32 +0000 (10:53 +0400)]
YaGL: Added extension string
YaGL: Fixed invisible points bug
Stanislav Vorobiov [Fri, 21 Sep 2012 13:36:02 +0000 (17:36 +0400)]
YaGL: We don't recreate the PBO on each context switch anymore
Stanislav Vorobiov [Fri, 21 Sep 2012 08:40:20 +0000 (12:40 +0400)]
YaGL: Fixed a memory bug in glGetBooleanv and glGetFloatv
YaGL: Fixed for Tizen 2.0
giwoong.kim [Mon, 8 Oct 2012 02:10:21 +0000 (11:10 +0900)]
keyboard: match up the pair of key events
Emulator makes compensation by itself for released key event
when it lose window focus.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Fri, 5 Oct 2012 07:35:36 +0000 (16:35 +0900)]
skin: added focus listener
Regist a focus listener for emulator window
And restore some code line
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Fri, 5 Oct 2012 03:05:56 +0000 (12:05 +0900)]
keymap: support the Insert ~ PgDn keys & KP_Enter
Insert, Home, PgUp, Delete, End, PgDn, KP_Enter is supported
on USB keyboard
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Fri, 28 Sep 2012 07:51:45 +0000 (16:51 +0900)]
screenshot: merge codes from tizen-mac
screenshot was not working because of some codes were missing.
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Wed, 26 Sep 2012 08:35:54 +0000 (17:35 +0900)]
touchscreen: virtio touchscreen enhancement
reduce kick count
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
jinhyung.jo [Fri, 28 Sep 2012 06:01:35 +0000 (15:01 +0900)]
maru_camera : fixed some bugs
fixed a bug : to stop worker thread, lock-up occurs when the thread is already stopped
fixed a bug : device does not notify to guest when error occurs in the worker thread.
giwoong.kim [Tue, 25 Sep 2012 09:52:14 +0000 (18:52 +0900)]
menu: using ansicon when sdb is launched
Execute a ansicon.exe intead of run-sdb.bat on windows
for console window is closed when exit the emulator
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Tue, 25 Sep 2012 07:29:21 +0000 (16:29 +0900)]
touchscreen: synchoronize a virtqueue in virtio-touchscreen
call virtqueue_pop when guest kick
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Fri, 21 Sep 2012 05:31:00 +0000 (14:31 +0900)]
touchscreen: modified the token in virtio-touchscreen
convert EmulTouchEvent to index
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Fri, 21 Sep 2012 07:47:26 +0000 (16:47 +0900)]
device: fix hanging devices when boot emulator
The problem was that display initialzing routine was wrong due to
using wrong definitions
Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Fri, 21 Sep 2012 06:23:21 +0000 (15:23 +0900)]
hax: add hax files for darwin, modify library name
shard library name change to libshared.
Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
Igor Mitsyanko [Wed, 1 Aug 2012 08:56:56 +0000 (12:56 +0400)]
src/hw/maru_touchscreen.c: fix wrong buffer size to memset
To clear buffer usb_touchscreen_handle_data() function called a memset function
with length longer then actual length of buffer, it resulted in USB packet corruption.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Evgeny Voevodin [Tue, 18 Sep 2012 06:09:01 +0000 (10:09 +0400)]
tizen/src/maru_sdl.c: Fix rotation bug for ARM again
This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
munkyu.im [Thu, 20 Sep 2012 08:24:31 +0000 (17:24 +0900)]
audio/winwave: remove defines
Because qemu mainstream apply and accept the patch I sent before
(title: audio/winwave: previous audio buffer should be flushed git: 13ef7),
Do not need defines any more. So removes it.
munkyu.im [Thu, 20 Sep 2012 03:25:42 +0000 (12:25 +0900)]
misc: fix some definition errors
modified makefile and option file.
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Thu, 20 Sep 2012 02:25:27 +0000 (11:25 +0900)]
virtio-touchscreen: operate a multiple buffer
using number of sg which are writable in virtio touchscreen
giwoong.kim [Mon, 17 Sep 2012 09:04:10 +0000 (18:04 +0900)]
log: converted %lf to %f
using %f when print a double type value
munkyu.im [Wed, 19 Sep 2012 13:26:49 +0000 (22:26 +0900)]
hax: apply hax for Mac
add checking hax protocol and hax driver sources
munkyu.im [Wed, 19 Sep 2012 13:22:04 +0000 (22:22 +0900)]
network: apply using host proxy on Mac
Igor Mitsyanko [Wed, 1 Aug 2012 08:56:56 +0000 (12:56 +0400)]
src/hw/maru_touchscreen.c: fix wrong buffer size to memset
To clear buffer usb_touchscreen_handle_data() function called a memset function
with length longer then actual length of buffer, it resulted in USB packet corruption.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Evgeny Voevodin [Tue, 18 Sep 2012 06:09:01 +0000 (10:09 +0400)]
tizen/src/maru_sdl.c: Fix rotation bug for ARM again
This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Stanislav Vorobiov [Mon, 17 Sep 2012 10:30:31 +0000 (14:30 +0400)]
YaGL: Replaced g_malloc/g_free with preallocated buffer
Stanislav Vorobiov [Mon, 17 Sep 2012 09:22:56 +0000 (13:22 +0400)]
YaGL: Marshalling buffer changed to 32K
Stanislav Vorobiov [Mon, 17 Sep 2012 09:22:24 +0000 (13:22 +0400)]
YaGL: Added batch statistics to YaGL stats
Stanislav Vorobiov [Mon, 17 Sep 2012 09:21:05 +0000 (13:21 +0400)]
YaGL: Added YaGL stats support to build script
Evgeny Voevodin [Mon, 17 Sep 2012 05:26:04 +0000 (09:26 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-develop
Conflicts:
vl.c
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Mon, 17 Sep 2012 05:14:37 +0000 (09:14 +0400)]
tizen/src/hw/maru_arm_board.c: Remove ram dump for ARM.
We need to return list of ram regions for ARM, so switch
dump of ram off until we implement it (if needed).
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Mon, 17 Sep 2012 04:47:48 +0000 (08:47 +0400)]
Fixes after merge.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
munkyu.im [Mon, 17 Sep 2012 10:23:16 +0000 (19:23 +0900)]
[Title]modify build.xml to make shared library
[Type]Enhancement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Mon, 17 Sep 2012 08:26:56 +0000 (17:26 +0900)]
[Title] modified swt library path in jni so script
[Type] bugfix
[Module] Emulator / mac
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] policy
[Solution]
[TestCase]
giwoong.kim [Mon, 17 Sep 2012 08:11:39 +0000 (17:11 +0900)]
[Title] added guestmemory dump skeleton menu item
[Type] feature
[Module] Emulator / menu
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Mon, 17 Sep 2012 07:49:17 +0000 (16:49 +0900)]
[Title] notify the touch driver to accept events in mloop
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]