2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
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
8 // http://www.apache.org/licenses/LICENSE-2.0
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.
19 * @brief This is the header file for the %App namespace.
21 * This header file contains the declarations of the %App namespace.
27 #include <FAppTypes.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>
58 * @namespace Tizen::App
59 * @brief This namespace contains classes for application development.
62 * @remarks @b Header @b %file: @b \#include @b <FApp.h> @n
63 * @b Library : @b osp-appfw
65 * The %App namespace contains classes for application development, including application life-cycle management, usage of
66 * functionality exported by other applications through AppControl, and access to application registry and resources. %Tizen
67 * also provides various macros for debugging purposes.
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>.
71 * The following diagram illustrates the relationships between the classes belonging to the %App namespace.
73 * @image html app_namespace_classdiagram.png
76 namespace Tizen { namespace App