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 %Package namespace.
21 * This header file contains the declarations and descriptions of the %Package namespace.
28 #include <FAppPkgIPackageInstallationEventListener.h>
29 #include <FAppPkgIPackageInstallationResponseListener.h>
30 #include <FAppPkgIPackageUninstallationResponseListener.h>
31 #include <FAppPkgPackageInfo.h>
32 #include <FAppPkgPackageAppInfo.h>
33 #include <FAppPkgPackageManager.h>
36 * @namespace Tizen::App::Package
37 * @brief This namespace contains classes and interfaces for a package.
40 * @remarks @b Header @b %file: @b \#include @b <FApp.h> @n
41 * @b Library : @b osp-appfw
43 * The %Package namespace contains classes and interfaces for information of packages and management of its installation or uninstallation.
45 * The following diagram illustrates the relationships between the classes belonging to the %Package namespace.
46 * @image html app_package_namespace_classdiagram.png
49 namespace Tizen { namespace App { namespace Package
52 }}} // Tizen::App::Package
54 #endif // _FAPP_PKG_H_