Change-Id: I24ce8cff1d52652bda3de592c6b3902440d115d5
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
+* 1.7.7
+- added execute permission spice_codegen.py for build
+== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-23
* 1.7.6
- added remote server/client packages spice-gtk, virt-viewer, celt, spice etc.
- modified spice input codes for tizen specific functions
-Version: 1.7.6
+Version: 1.7.7
Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
Source: emulator
* THE SOFTWARE.
*/
-#ifdef CONFIG_MARU
+#ifdef CONFIG_MARU && CONFIG_LINUX
#include <pthread.h>
#endif
#include "qapi-types.h"
#include "ui/keymaps.h"
-#ifdef CONFIG_MARU
+#ifdef CONFIG_MARU && CONFIG_LINUX
extern void maru_hwkey_event(int event_type, int keycode);
extern void do_rotation_event(int rotation_type);
extern void do_host_kbd_enable(bool on);
return 0;
}
-#ifdef CONFIG_MARU
+#ifdef CONFIG_MARU && CONFIG_LINUX
void hwkey_put_keycode(int type, int keycode)
{
if (!runstate_is_running() && !runstate_check(RUN_STATE_SUSPENDED)) {