sync with tizen_2.0
[platform/framework/native/appfw.git] / inc / FApp.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                        FApp.h
20  * @brief                       This is the header file for the %App namespace.
21  *
22  * This header file contains the declarations of the %App namespace.
23  */
24
25 #ifndef _FAPP_H_
26 #define _FAPP_H_
27
28 #include <FAppTypes.h>
29 #include <FAppApp.h>
30 #include <FAppAppControl.h>
31 #include <FAppAppManager.h>
32 #include <FAppAppRegistry.h>
33 #include <FAppAppResource.h>
34 #include <FAppDataControlProviderManager.h>
35 #include <FAppIAppCheckPointEventListener.h>
36 #include <FAppIAppControlEventListener.h>
37 #include <FAppIAppControlListener.h>
38 #include <FAppIAppFrame.h>
39 #include <FAppIMapDataControlProviderEventListener.h>
40 #include <FAppIMapDataControlResponseListener.h>
41 #include <FAppISqlDataControlProviderEventListener.h>
42 #include <FAppISqlDataControlResponseListener.h>
43 #include <FAppMapDataControl.h>
44 #include <FAppNotificationManager.h>
45 #include <FAppServiceApp.h>
46 #include <FAppSqlDataControl.h>
47 #include <FAppUiApp.h>
48 #include <FAppAppControlProviderManager.h>
49 #include <FAppIAppControlProviderEventListener.h>
50 #include <FAppIAppLaunchConditionEventListener.h>
51 #include <FAppAppSetting.h>
52 #include <FAppIAppSettingEventListener.h>
53 #include <FAppIActiveAppEventListener.h>
54 #include <FAppIAppControlResponseListener.h>
55
56 #include <FAppPkg.h>
57
58 /**
59  * @namespace   Tizen::App
60  * @brief               This namespace contains classes for application development.
61  * @since       2.0
62  *
63  * @remarks             @b Header @b %file: @b \#include @b <FApp.h> @n
64  *                              @b Library : @b osp-appfw
65  *
66  * The %App namespace contains the classes for application development, including application life-cycle management, usage of
67  * functionality exported by other applications through AppControl, and access to application registry and resources. Tizen
68  * also provides various macros for debugging purposes.
69  * @n
70  * For more information on the %App namespace features and the macros, see <a href="../org.tizen.native.appprogramming/html/guide/app/app_namespace.htm">App Guide</a> and <a href="../org.tizen.native.appprogramming/html/basics_tizen_programming/debugging_macros.htm">Debugging Macros</a>.
71  *
72  * The following diagram illustrates the relationships between the classes belonging to the %App namespace.
73  *
74  * @image html app_namespace_classdiagram.png
75  */
76
77 namespace Tizen { namespace App
78 {
79
80 } } // Tizen::App
81
82 #endif // _FAPP_H_