tizen 2.0beta
[apps/native/ug-wifi-direct.git] / ugapp-wifidirect / include / wfd-ugapp.h
1 /*
2 *  WiFi-Direct UG
3 *
4 * Copyright 2012  Samsung Electronics Co., Ltd
5
6 * Licensed under the Flora License, Version 1.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9
10 * http://www.tizenopensource.org/license
11
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 *
18 */
19
20 /**
21  * This file declares wifi direct application functions.
22  *
23  * @file    wfd-app.h
24  * @author  Sungsik Jang (sungsik.jang@samsung.com)
25  * @version 0.1
26  */
27
28
29 #ifndef __WFD_UG_APP_MAIN_H__
30 #define __WFD_UG_APP_MAIN_H__
31
32 #include <appcore-efl.h>
33 #include <Ecore_X.h>
34 #include <Elementary.h>
35 #include <appsvc.h>
36 #include <aul.h>
37
38
39 #define PACKAGE "org.tizen.wifi-direct-ugapp"
40 #define LOCALEDIR "/opt/apps/org.tizen.wifi-direct-ugapp"
41
42 typedef struct
43 {
44     Evas_Object *win;
45     struct ui_gadget *wifi_direct_ug;
46 } wfd_appdata_t;
47
48 #endif  /* __WFD_UG_APP_MAIN_H__ */