use pkgconfig to improve pkg dependency mgmt.
[platform/framework/native/appwidget-service.git] / inc / FShell_AppWidgetContextHelper.h
1 //
2 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Flora License, Version 1.1 (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://floralicense.org/license/
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        FShell_AppWidgetContextHelper.h
19  * @brief       This is the header file for the _AppWidgetContextHelper class.
20  *
21  * This header file contains the declarations of the _AppWidgetContextHelper class.
22  */
23
24 #ifndef _FSHELL_APPWIDGET_CONTEXT_HELPER_H_
25 #define _FSHELL_APPWIDGET_CONTEXT_HELPER_H_
26
27 namespace Tizen { namespace Shell  { namespace App
28 {
29
30 class _AppWidgetRequestHelper
31 {
32 public:
33         static result SendAppControlRequest(const Tizen::App::AppId& appId, const Tizen::Base::String& operation, Tizen::Base::Collection::HashMap* pArgs);
34         static result SendIpcRequest(const int clientId, const Tizen::Base::String& operation, Tizen::Base::Collection::HashMap* pArgs);
35
36 };      // class _AppWidgetRequestHelper
37
38 }}} // Tizen::Shell::App
39
40 #endif // _FSHELL_APPWIDGET_CONTEXT_HELPER_H_