7222d14428a13f6eb701a78ea81ffa1d11a376e9
[platform/framework/native/appfw.git] / src / security / inc / FSec_PrivilegeManagerMessage.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        FSec_PrivilegeManagerMessage.h
19  * @brief       This is the message type of the IPC communication of _AccessControl and _PrivilegeManager.
20  */
21
22 #include <ipc/ipc_message_macros.h>
23 #include <FIo_IpcCommonParamTraits.h>
24 #include <FIo_IpcMessageStart.h>
25
26 #define IPC_MESSAGE_START PrivilegeManagerMsgStart
27
28 IPC_SYNC_MESSAGE_CONTROL0_4(PrivilegeManagerMsg_retrieve, Tizen::Base::String, Tizen::Base::String, Tizen::Base::Collection::ArrayList, result)
29 IPC_SYNC_MESSAGE_CONTROL0_3(PrivilegeManagerMsg_retrieveEx, Tizen::Base::String, Tizen::Base::String, result)