Change the manifest and remove rule files
[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.1 (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://floralicense.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 "/usr/apps/org.tizen.wifi-direct-ugapp"
41 #define DESKTOP_ICON "/usr/apps/org.tizen.setting/res/icons/A01-1_icon_Wi-Fi_direct.png"
42
43 typedef struct {
44         Evas_Object *win;
45         Evas_Object *bg;
46         Evas_Object *conform;
47         Evas_Object *top_layout;
48         Evas_Object *icon;
49         ui_gadget_h wifi_direct_ug;
50 } wfd_appdata_t;
51
52 #endif  /* __WFD_UG_APP_MAIN_H__ */