2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
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
9 // http://www.apache.org/licenses/LICENSE-2.0
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.
20 * @brief This is the header file for the %App namespace.
22 * This header file contains the declarations of the %App namespace.
28 #include <FAppTypes.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>
59 * @namespace Tizen::App
60 * @brief This namespace contains classes for application development.
63 * @remarks @b Header @b %file: @b \#include @b <FApp.h> @n
64 * @b Library : @b osp-appfw
66 * The %App namespace contains 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.
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>.
72 * The following diagram illustrates the relationships between the classes belonging to the %App namespace.
74 * @image html app_namespace_classdiagram.png
77 namespace Tizen { namespace App