2 * Copyright 2012 Samsung Electronics Co., Ltd
4 * Licensed under the Flora License, Version 1.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.tizenopensource.org/license
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
19 #ifndef __openlock_setting_H__
20 #define __openlock_setting_H__
22 #include <Elementary.h>
24 #include <ui-gadget.h>
26 #define PKGNAME "ug-openlock-setting"
28 #define _EDJ(o) elm_layout_edje_get(o)
29 #define dgettext_noop(s) (s)
31 typedef struct _openlock_ug_data {
32 Evas_Object *win_main;
36 Evas_Object *navi_bar;
40 #endif /* __openlock_setting_H__ */