Merge branch '0128_tizen20'
[apps/core/preloaded/video-player.git] / include / mp-external-ug.h
1 /*\r
2  * To apply the Flora License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.\r
3  * \r
4  *    Copyright [2012] [JongDong Lee <jongdong.lee@samsung.com>, ChangSun Lee <cs78.lee@samsung.com>]\r
5  * \r
6  *    Licensed under the Flora License, Version 1.0 (the "License");\r
7  *    you may not use this file except in compliance with the License.\r
8  *    You may obtain a copy of the License at\r
9  * \r
10  *        http://www.tizenopensource.org/license\r
11  * \r
12  *    Unless required by applicable law or agreed to in writing, software\r
13  *    distributed under the License is distributed on an "AS IS" BASIS,\r
14  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
15  *    See the License for the specific language governing permissions and\r
16  *    limitations under the License.\r
17  */\r
18 \r
19 \r
20 \r
21 #ifndef _MP_EXTERNAL_UG_\r
22 #define  _MP_EXTERNAL_UG_\r
23 \r
24 \r
25 #include <ui-gadget.h>\r
26 \r
27 \r
28 typedef enum\r
29 {\r
30         MP_EXTERNAL_UG_NONE                             = -1,\r
31         MP_EXTERNAL_UG_MESSAGE                  = 0,\r
32         MP_EXTERNAL_UG_EMAIL,\r
33         MP_EXTERNAL_UG_MYFILE_DETAIL,\r
34         MP_EXTERNAL_UG_YOUTUBE,\r
35         MP_EXTERNAL_UG_BLUETOOTH,\r
36         MP_EXTERNAL_UG_FTM,\r
37         MP_EXTERNAL_UG_FACEBOOK,\r
38         MP_EXTERNAL_UG_MAX,\r
39 }MpExternalUGType;\r
40 \r
41 \r
42 bool MpExternalUgLoad(MpExternalUGType nExternalUGType, void* pUserData);\r
43 void MpExternalUgUnload(void);\r
44 void MpExternalUgDestroyAll(void);\r
45 int     MpExternalUgGetCurUgState(void);\r
46 void MpExternalUgSetUgState(MpExternalUGType nExternalUGType);\r
47 bool MpExternalUgShow(void *pUserData, void *pParent);\r
48 void MpExternalUgHide();\r
49 \r
50 #endif // _MP_EXTERNAL_UG_\r