Merge "Added new method to the NotificationManager Interface" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FApp.h
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Apache License, Version 2.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
7 //
8 //     http://www.apache.org/licenses/LICENSE-2.0
9 //
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.
15 //
16
17 /**
18  * @file                        FApp.h
19  * @brief                       This is the header file for the %App namespace.
20  *
21  * This header file contains the declarations of the %App namespace.
22  */
23
24 #ifndef _FAPP_H_
25 #define _FAPP_H_
26
27 #include <FAppTypes.h>
28 #include <FAppApp.h>
29 #include <FAppAppControl.h>
30 #include <FAppAppManager.h>
31 #include <FAppAppRegistry.h>
32 #include <FAppAppResource.h>
33 #include <FAppDataControlProviderManager.h>
34 #include <FAppIAppCheckPointEventListener.h>
35 #include <FAppIAppControlEventListener.h>
36 #include <FAppIAppControlListener.h>
37 #include <FAppIAppFrame.h>
38 #include <FAppIMapDataControlProviderEventListener.h>
39 #include <FAppIMapDataControlResponseListener.h>
40 #include <FAppISqlDataControlProviderEventListener.h>
41 #include <FAppISqlDataControlResponseListener.h>
42 #include <FAppMapDataControl.h>
43 #include <FAppNotificationManager.h>
44 #include <FAppServiceApp.h>
45 #include <FAppSqlDataControl.h>
46 #include <FAppUiApp.h>
47 #include <FAppAppControlProviderManager.h>
48 #include <FAppIAppControlProviderEventListener.h>
49 #include <FAppIAppLaunchConditionEventListener.h>
50 #include <FAppAppSetting.h>
51 #include <FAppIAppSettingEventListener.h>
52 #include <FAppIActiveAppEventListener.h>
53 #include <FAppIAppControlResponseListener.h>
54
55 #include <FAppPkg.h>
56
57 /**
58  * @namespace   Tizen::App
59  * @brief               This namespace contains classes for application development.
60  * @since       2.0
61  *
62  * @remarks             @b Header @b %file: @b \#include @b <FApp.h> @n
63  *                              @b Library: @b osp-appfw
64  *
65  * The %App namespace contains classes for application development, including application life-cycle management, usage of
66  * the functionality exported by other applications through AppControl, and access to the application registry and resources. %Tizen
67  * also provides various macros for debugging purposes.
68  *
69  * 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>.
70  *
71  * The following diagram illustrates the relationships between the classes belonging to the %App namespace.
72  *
73  * @image html app_namespace_classdiagram.png
74  */
75
76 namespace Tizen { namespace App
77 {
78
79 } } // Tizen::App
80
81 #endif // _FAPP_H_