From: giwoong.kim Date: Thu, 15 Mar 2012 02:00:08 +0000 (+0900) Subject: [Title] added emul_state file X-Git-Tag: TizenStudio_2.0_p2.3~1711^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a79dd33aae7043b63ec7820d8342f9d5b1307ee;p=sdk%2Femulator%2Fqemu.git [Title] added emul_state file [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/tizen/src/Makefile.tizen b/tizen/src/Makefile.tizen index d205156..c330c7e 100644 --- a/tizen/src/Makefile.tizen +++ b/tizen/src/Makefile.tizen @@ -16,7 +16,7 @@ LIBS += -lavformat -lavcodec -lavutil -lm -lGL endif # maru loader -obj-y += emulator.o process.o option.o maru_signal.o maru_sdl.o +obj-y += emulator.o emul_state.o process.o option.o maru_signal.o maru_sdl.o # sdb obj-y += sdb.o diff --git a/tizen/src/emul_state.c b/tizen/src/emul_state.c new file mode 100755 index 0000000..89d1905 --- /dev/null +++ b/tizen/src/emul_state.c @@ -0,0 +1,44 @@ +/* + * Emulator + * + * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * SeokYeon Hwang + * HyunJun Son + * MunKyu Im + * GiWoong Kim + * YeongKyoon Lee + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Contributors: + * - S-Core Co., Ltd + * + */ + +/** + * @file emulator.h + * @brief - header of file these are config structures and defines in emulator + */ + +#ifndef __MARU_COMMON_H__ +#define __MARU_COMMON_H__ + +#include +#include +#include + +#endif /* __MARU_COMMON_H__ */ diff --git a/tizen/src/emul_state.h b/tizen/src/emul_state.h new file mode 100755 index 0000000..89d1905 --- /dev/null +++ b/tizen/src/emul_state.h @@ -0,0 +1,44 @@ +/* + * Emulator + * + * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * SeokYeon Hwang + * HyunJun Son + * MunKyu Im + * GiWoong Kim + * YeongKyoon Lee + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Contributors: + * - S-Core Co., Ltd + * + */ + +/** + * @file emulator.h + * @brief - header of file these are config structures and defines in emulator + */ + +#ifndef __MARU_COMMON_H__ +#define __MARU_COMMON_H__ + +#include +#include +#include + +#endif /* __MARU_COMMON_H__ */