4c4950378f677e08b0ee9976e6e57cdbe1b4de7f
[platform/framework/native/appfw.git] / inc / FAppPkg.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                FAppPkg.h
19  * @brief               This is the header file for the %Package namespace.
20  *
21  * This header file contains the declarations and descriptions of the %Package namespace.
22  *
23  */
24
25 #ifndef _FAPP_PKG_H_
26 #define _FAPP_PKG_H_
27
28 #include <FAppPkgIPackageInstallationEventListener.h>
29 #include <FAppPkgIPackageInstallationResponseListener.h>
30 #include <FAppPkgIPackageUninstallationResponseListener.h>
31 #include <FAppPkgPackageInfo.h>
32 #include <FAppPkgPackageAppInfo.h>
33 #include <FAppPkgPackageManager.h>
34
35 /**
36  * @namespace   Tizen::App::Package
37  * @brief               This namespace contains classes and interfaces for a package.
38  * @since       2.0
39  *
40  * @remarks     @b Header @b %file: @b \#include @b <FApp.h> @n
41  *                              @b Library : @b osp-appfw
42  *
43  * The %Package namespace contains classes and interfaces for information of packages and management of its installation or uninstallation.
44  *
45  * The following diagram illustrates the relationships between the classes belonging to the %Package namespace.
46  * @image html app_package_namespace_classdiagram.png
47  */
48
49 namespace Tizen { namespace App { namespace Package
50 {
51
52 }}} // Tizen::App::Package
53
54 #endif // _FAPP_PKG_H_