Tizen release 1.0
[pkgs/u/ui-gadget.git] / ug-efl-engine / ug-efl-engine.h
1 /*
2  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * This file is part of the UI Gadget
5  * Written by Jayoun Lee <airjany@samsung.com>, Jinwoo Nam <jwoo.nam@samsung.com>
6  *
7  * PROPRIETARY/CONFIDENTIAL
8  *
9  * This software is the confidential and proprietary information of
10  * SAMSUNG ELECTRONICS (Confidential Information).
11  * You shall not disclose such Confidential Information and shall
12  * use it only in accordance with the terms of the license agreement
13  * you entered into with SAMSUNG ELECTRONICS.  SAMSUNG make no
14  * representations or warranties about the suitability
15  * of the software, either express or implied, including but not
16  * limited to the implied warranties of merchantability, fitness for a particular purpose, or non-
17  * infringement. SAMSUNG shall not be liable for any damages suffered by licensee as
18  * a result of using, modifying or distributing this software or its derivatives.
19  *
20  */
21
22
23
24 #ifndef __UG_EFL_ENGINE_H__
25 #define __UG_EFL_ENGINE_H__
26
27 #include <Elementary.h>
28 #include <libintl.h>
29
30 #define _EDJ(o)                 elm_layout_edje_get(o)
31
32 #endif                          /* __UG_EFL_ENGINE_H__ */