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 %Package namespace.
22 * This header file contains the declarations and descriptions of the %Package namespace.
29 #include <FAppPkgIPackageInstallationEventListener.h>
30 #include <FAppPkgIPackageInstallationResponseListener.h>
31 #include <FAppPkgIPackageUninstallationResponseListener.h>
32 #include <FAppPkgPackageInfo.h>
33 #include <FAppPkgPackageAppInfo.h>
34 #include <FAppPkgPackageManager.h>
37 * @namespace Tizen::App::Package
38 * @brief This namespace contains classes and interfaces for a package.
41 * @remarks @b Header @b %file: @b \#include @b <FApp.h> @n
42 * @b Library : @b osp-appfw
44 * The %Package namespace contains classes and interfaces for information of packages and management of its installation or uninstallation.
45 * @image html app_package_namespace_classdiagram.png
48 namespace Tizen { namespace App { namespace Package
51 }}} // Tizen::App::Package
53 #endif // _FAPP_PKG_H_