giwoong.kim [Wed, 26 Dec 2012 12:26:11 +0000 (21:26 +0900)]
args: call GetModuleFileName on Windows
Retrieves the fully qualified path for the file
that contains the module.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Fri, 21 Dec 2012 01:21:43 +0000 (10:21 +0900)]
package: version up
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
Igor Mitsyanko [Wed, 5 Dec 2012 19:17:58 +0000 (23:17 +0400)]
YaGL thread: do not sync with inkernel HAX cpu state
In case of HAX cpu state sync is performed every time HAX leaves kernel
before emulating MMIO instructions, no need to do this again in YaGl
device.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Igor Mitsyanko [Wed, 5 Dec 2012 19:03:55 +0000 (23:03 +0400)]
cpu-exec: do not handle interrupts if HAX is working
When emulator works with HAX accelerator, all hardirq events should
be processed by HAX, not in cpu_exec loop. It is exactly how it works
most of the time even without this fix, but in some cases, for example,
if we're using YaGL openGL passthrough device, interrupt could be
handled incide cpu_exec loop, which will cause errors in emulation.
Use explicit check for HAX enabled to decide if we want to handle
interrupts. Note that it doesn't change behaviour for usual emulator
workflow because usually interrupt_request is always 0 at this point.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Evgeny Voevodin [Thu, 20 Dec 2012 05:18:14 +0000 (09:18 +0400)]
Fix faults reported by Sonar tool.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Kitae Kim [Thu, 20 Dec 2012 07:09:20 +0000 (16:09 +0900)]
Revert "Fix faults reported by Sonar tool."
This reverts commit
8d7918d3a0e01b94d7d1585baabe35518574c4eb.
Yeongkyoon Lee [Thu, 20 Dec 2012 06:32:05 +0000 (15:32 +0900)]
Merge "marucodec: Fixed N_SE-16839 issue." into develop
Yeongkyoon Lee [Thu, 20 Dec 2012 06:31:30 +0000 (15:31 +0900)]
Merge "virtio-keyboard: Applied to coding style of qemu." into develop
Kitae Kim [Thu, 20 Dec 2012 05:49:34 +0000 (14:49 +0900)]
marucodec: Fixed N_SE-16839 issue.
Some video files are played abnormally because a way to calculate
size of decoded frame was incorrect on the qemu.
After modifying calculation of frame size, the issue is fixed.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Thu, 20 Dec 2012 05:47:20 +0000 (14:47 +0900)]
virtio-keyboard: Applied to coding style of qemu.
According to coding convention of qemu, modified this device.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Thu, 20 Dec 2012 06:04:34 +0000 (15:04 +0900)]
Fix faults reported by Sonar tool.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Conflicts:
tizen/src/hw/maru_arm_pmu.c
munkyu.im [Thu, 20 Dec 2012 02:36:12 +0000 (11:36 +0900)]
extra: modify variable name
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
munkyu.im [Thu, 20 Dec 2012 01:55:58 +0000 (10:55 +0900)]
extra: avoid violations of static analyzer
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
Kitae Kim [Tue, 18 Dec 2012 09:21:59 +0000 (18:21 +0900)]
etc. : Removed sonar violations.
Some modules are modified to remove sonar violations such as goto and if-else statement.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Tue, 18 Dec 2012 09:00:58 +0000 (18:00 +0900)]
virtio : Added virtio-keyboard init and exit function declaration.
Added virtio-keyboard init and exit function declaration into virtio header file
because it might cause errors on 64bit OS if function declaration is missing.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Tue, 18 Dec 2012 08:44:04 +0000 (17:44 +0900)]
maru_codec : fixed build break on windows.
The member field of struct QemuThread on windows is not the same as on linux.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
giwoong.kim [Tue, 18 Dec 2012 06:40:37 +0000 (15:40 +0900)]
touch: modified variable name
Identifiers in an inner scope shall not hide outer
scope ones by reusing the same name
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Tue, 18 Dec 2012 06:19:44 +0000 (15:19 +0900)]
menu: copy sdbscript to bin
copy sdbscript file to bin folder on mac
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Tue, 18 Dec 2012 03:08:30 +0000 (12:08 +0900)]
touch: indent the code
There should not be more than 5 nested if statements.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Mon, 17 Dec 2012 17:16:58 +0000 (02:16 +0900)]
package : Version up.
Update package version to upload the lastest source.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Mon, 17 Dec 2012 17:14:11 +0000 (02:14 +0900)]
maru_codec : Fixed multi-decoding audio codecs.
Source clean-up and codec device can decode a number of audio codecs concurrently.
As codec device memory region is divided into each 256K size, emulator can decode
64 audio codecs simultaneously.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
jinhyung.jo [Mon, 17 Dec 2012 12:21:21 +0000 (21:21 +0900)]
maru_camera : fixed a capture failure
Fixed a bug that cannot capture a image when the resolution differs between preview and capture in Linux system.
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
giwoong.kim [Mon, 17 Dec 2012 12:05:51 +0000 (21:05 +0900)]
package: version up
1.4.30
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 17 Dec 2012 12:01:58 +0000 (21:01 +0900)]
skin: hide a emulator shell
hide a shell while emulator rotation/scaling
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Mon, 17 Dec 2012 08:52:28 +0000 (17:52 +0900)]
package : modified build dibs script.
Modified the build script for arm emulator.
The previous script was wrong. The reason why x86 emulator package was empty before
is that arm emulator build was failed.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Mon, 17 Dec 2012 06:23:14 +0000 (15:23 +0900)]
virtio-keyboard : Fixed a bug that some key events send wrong values.
There is a bug that right ctrl, alt and enter of keypad in the keyboard
send wrong value because a routine for those keys was missing. In addition,
removed sonar violations in C.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Sooyoung Ha [Fri, 14 Dec 2012 12:09:11 +0000 (21:09 +0900)]
package: version up
version up to 1.4.29
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Yeongkyoon Lee [Fri, 14 Dec 2012 11:37:19 +0000 (20:37 +0900)]
Merge "virtio-esm: Add function prototypt to virtio.h" into develop
syeon.hwang [Fri, 14 Dec 2012 11:33:25 +0000 (20:33 +0900)]
virtio-esm: Add function prototypt to virtio.h
Avoid truncate 64bit pointer to 32bit on 64bit host machine.
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
jinhyung.jo [Fri, 14 Dec 2012 08:03:55 +0000 (17:03 +0900)]
maru_camera : remove Sonar violations & fixed a bug
remove Sonar violations
fixed a bug that unexpected temination when play camera on Windows7
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Sooyoung Ha [Fri, 14 Dec 2012 06:26:33 +0000 (15:26 +0900)]
[Title] comment out arm build
[Desc.] comment out arm build on build script
[Issue] x86 package zipped empty after add arm build.
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 14 Dec 2012 05:28:24 +0000 (14:28 +0900)]
[Title] version up to 1.4.27
[Desc.]
[Issue]
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Jun Tian [Fri, 14 Dec 2012 00:43:15 +0000 (08:43 +0800)]
Fix the emulator exit hang up issue
munkyu.im [Thu, 13 Dec 2012 11:05:33 +0000 (20:05 +0900)]
package: version up
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
giwoong.kim [Thu, 13 Dec 2012 08:37:37 +0000 (17:37 +0900)]
skin: replace the resource image for nine-patch
modified some pixels
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 13 Dec 2012 08:01:27 +0000 (17:01 +0900)]
skin: hide a progress bar
default state is hidden
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Thu, 13 Dec 2012 06:48:36 +0000 (15:48 +0900)]
package: version up
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
munkyu.im [Thu, 13 Dec 2012 06:39:27 +0000 (15:39 +0900)]
build: add arm build
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
munkyu.im [Thu, 13 Dec 2012 04:15:23 +0000 (13:15 +0900)]
sdb: add some information to launcher script
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
giwoong.kim [Thu, 13 Dec 2012 03:00:14 +0000 (12:00 +0900)]
pacakge: modified SDK version
2.0.0 RC3
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 13 Dec 2012 02:54:34 +0000 (11:54 +0900)]
skin: indent the code
indent the code
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Thu, 13 Dec 2012 02:55:45 +0000 (11:55 +0900)]
sdb: modify sdb launcher
change uxterm to Terminal app.
Because It is more general and basic app on Mac.
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
giwoong.kim [Wed, 12 Dec 2012 13:13:48 +0000 (22:13 +0900)]
skin: modified docking area
Expand main window's docking area.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Wed, 12 Dec 2012 12:59:28 +0000 (21:59 +0900)]
skin: consider close event of key window
handle the key window state when key window is
closed by OS close button.
And add a key window icon & key window title.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
syeon.hwang [Wed, 12 Dec 2012 08:24:53 +0000 (17:24 +0900)]
virtio-esm: First introduce of virtio-esm
Introduce "Maru VirtIO EmulatorStatusMedium" for represent boot up progress.
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
giwoong.kim [Wed, 12 Dec 2012 06:50:44 +0000 (15:50 +0900)]
skin: dispose the ProgressBar when progress is completed
Dispose the ProgressBar when booting is completed.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Wed, 12 Dec 2012 05:58:21 +0000 (14:58 +0900)]
skin: added protocol of booting progress
Emulator can notify the booting progress to skin.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Tue, 11 Dec 2012 10:35:17 +0000 (19:35 +0900)]
package: version up
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Yeongkyoon Lee [Tue, 11 Dec 2012 08:20:50 +0000 (17:20 +0900)]
Merge "configure: add x86 option" into develop
munkyu.im [Tue, 11 Dec 2012 08:14:37 +0000 (17:14 +0900)]
configure: add x86 option
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
giwoong.kim [Tue, 11 Dec 2012 07:55:51 +0000 (16:55 +0900)]
skin: added CustomProgressbar file
Add CustomProgressBar for booting status.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 10 Dec 2012 12:49:16 +0000 (21:49 +0900)]
skin: indent the code
indent the some lines & delete goto statement
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 10 Dec 2012 08:01:58 +0000 (17:01 +0900)]
package: version up
1.4.23
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 10 Dec 2012 07:58:18 +0000 (16:58 +0900)]
skin: open the key window as default
Open the key window.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Sat, 8 Dec 2012 08:13:38 +0000 (17:13 +0900)]
package: version up
1.4.21
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Sat, 8 Dec 2012 07:50:33 +0000 (16:50 +0900)]
touch: Added multi-touch control scenario
Add a finger before start the multi-touch processing
if already exist the pressed touch in display.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Fri, 7 Dec 2012 07:40:51 +0000 (16:40 +0900)]
package: package version up.
wrong argument was passed into emulator configure on ubuntu-32
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
giwoong.kim [Fri, 7 Dec 2012 06:15:09 +0000 (15:15 +0900)]
menu: ramdump function call is delegated to mloop
The heavy job like ramdump should not run on
the communication thread.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Fri, 7 Dec 2012 06:06:05 +0000 (15:06 +0900)]
package: package version up.
Wrong size of qemu package has been uploaded in the previous package.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Kitae Kim [Fri, 7 Dec 2012 01:32:14 +0000 (10:32 +0900)]
package: Modified build script files.
When qemu is built, the build script execute distclean before compiling.
There is an issue about yagl device failure on x86 emulator.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
giwoong.kim [Thu, 6 Dec 2012 12:38:16 +0000 (21:38 +0900)]
skin: modified color key value
Windows and Ubuntu has a different color format.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Thu, 6 Dec 2012 08:12:27 +0000 (17:12 +0900)]
package: version up
giwoong.kim [Thu, 6 Dec 2012 07:22:11 +0000 (16:22 +0900)]
touch: added boilerplate
Added boilerplate to EmulatorFingers file.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 6 Dec 2012 07:15:01 +0000 (16:15 +0900)]
menu: temporarily disable key window menu
In phone shape skin, disable the key window menu.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 6 Dec 2012 06:55:02 +0000 (15:55 +0900)]
Merge branch 'nine-patch' into develop
Change-ID: I87b76ee41cdcc7d3fb373d57b3a979f0852e7c5d
giwoong.kim [Thu, 6 Dec 2012 06:31:49 +0000 (15:31 +0900)]
skin: add window docking area
right-top, right-bottom docking area is added
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 6 Dec 2012 01:32:47 +0000 (10:32 +0900)]
skin: close the key window
Close the key window instead of making a
invisible shell.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 6 Dec 2012 01:44:41 +0000 (10:44 +0900)]
package: version up
1.4.16
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Yeongkyoon Lee [Wed, 5 Dec 2012 10:58:15 +0000 (19:58 +0900)]
Merge "extra: change file name starts with capital" into develop
munkyu.im [Wed, 5 Dec 2012 10:49:55 +0000 (19:49 +0900)]
extra: change file name starts with capital
change file name as well as its related module
remove unused comment
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Wed, 5 Dec 2012 10:05:42 +0000 (19:05 +0900)]
skin: added double quotation mark for path
Added double quotation mark for path of
startup parameter.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Wed, 5 Dec 2012 09:32:36 +0000 (18:32 +0900)]
Revert "sdb: display arch name"
This reverts commit
eafc7331be620eec85569e31906d23da52ef3f45.
giwoong.kim [Wed, 5 Dec 2012 08:21:22 +0000 (17:21 +0900)]
skin: key window docking
The key window is converted to dockable windows.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Tue, 4 Dec 2012 07:51:18 +0000 (16:51 +0900)]
input: add lock to mouse wheel packet
to guarantee safe serialization of input event
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Tue, 4 Dec 2012 06:27:10 +0000 (15:27 +0900)]
menu: correction of key window position
The key window does not get out of resolution range
at generated time.
And attach the key window to main window when two
windows have short distance.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Tue, 4 Dec 2012 05:35:57 +0000 (14:35 +0900)]
skin: enable the tooltip on HW key button
enable the tooltip on HW key button through
default.dbi xml file.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 3 Dec 2012 07:14:57 +0000 (16:14 +0900)]
menu: modified SDK name
2.0.0 RC2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 3 Dec 2012 10:43:54 +0000 (19:43 +0900)]
skin: sync up the 'Always On Top'
Sync up the 'Always On Top' between emulator window
and key window.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 3 Dec 2012 09:48:48 +0000 (18:48 +0900)]
menu: move TopMost function to SkinUtil
function refactoring
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 3 Dec 2012 07:00:48 +0000 (16:00 +0900)]
skin: added Pair Tag to key window & emul window
This tag represents a pair of windows.
The color of tag is random for each VM.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Mon, 3 Dec 2012 02:51:48 +0000 (11:51 +0900)]
skin: cut off the blank pixels of nine-patch image
removed unnecessary pixels
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Fri, 30 Nov 2012 12:37:40 +0000 (21:37 +0900)]
remove memeory leak and wrong statement
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Fri, 30 Nov 2012 12:21:08 +0000 (21:21 +0900)]
skin: modified inital position of key window
right-top -> right-middle
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Fri, 30 Nov 2012 11:55:26 +0000 (20:55 +0900)]
skin: added toggle button in general skin
The key window can be turned on/off by toggle button
in general skin.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Fri, 30 Nov 2012 06:59:48 +0000 (15:59 +0900)]
skin: set the text on HW key button
Since this commit, ImageButton can draw the text
on its surface.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Fri, 30 Nov 2012 05:13:06 +0000 (14:13 +0900)]
skin: modified nine-patch image resource
Changed image color & reomved shadow affect
And trim a key window.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Thu, 29 Nov 2012 12:59:48 +0000 (21:59 +0900)]
skin: trim a nine-patch skin
trim a nine-patch image in general skin
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Kitae Kim [Thu, 29 Nov 2012 12:32:16 +0000 (21:32 +0900)]
ARM: Use usb keyboard instead of virtio keyboard.
As ARM emulator cannot support pci hotplug feature at the moment,
modified skin server source to eanble usb keyboard instead of virtio keyboard.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
munkyu.im [Thu, 29 Nov 2012 05:49:10 +0000 (14:49 +0900)]
multitouch: rearrange finger image when rotate
fix finger image position when rotate emulator
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Thu, 29 Nov 2012 04:35:23 +0000 (13:35 +0900)]
skin:remove unnecessary double quotation mark
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Thu, 29 Nov 2012 02:09:05 +0000 (11:09 +0900)]
menu: added try-catch to AboutDialog
I wrapped the Program.launch in a Try-Catch.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
munkyu.im [Thu, 29 Nov 2012 01:44:45 +0000 (10:44 +0900)]
package:fix typo
remove blank
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Thu, 29 Nov 2012 01:17:05 +0000 (10:17 +0900)]
package: version up
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
munkyu.im [Thu, 29 Nov 2012 01:13:32 +0000 (10:13 +0900)]
skin:fix calculating string length
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
giwoong.kim [Wed, 28 Nov 2012 13:10:38 +0000 (22:10 +0900)]
skin: added ImageButtons to key window
added ImageButtons to key window.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Sangjin Kim [Wed, 28 Nov 2012 11:03:19 +0000 (20:03 +0900)]
package: version up.
Version upgrade to 1.4.12.
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
giwoong.kim [Wed, 28 Nov 2012 08:47:04 +0000 (17:47 +0900)]
skin: apply nine-patch frame
apply nine-patch frame to key window
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Wed, 28 Nov 2012 08:17:54 +0000 (17:17 +0900)]
skin: renamed image files
renamed image files
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Yeongkyoon Lee [Wed, 28 Nov 2012 08:03:34 +0000 (17:03 +0900)]
Merge "build: Disable yagl on MacOS to build correctly" into develop
syeon.hwang [Wed, 28 Nov 2012 07:59:05 +0000 (16:59 +0900)]
build: Disable yagl on MacOS to build correctly
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>