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