phonebookui/Phonebook2/remotecontactlookup/contactactionservice/inc/fscactionpluginactionuids.h
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Action uid definitions. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef FSCACTIONPLUGINACTIONUIDS_H |
|
21 #define FSCACTIONPLUGINACTIONUIDS_H |
|
22 |
|
23 const TUid KFscActionUidCallGsm = { 0x20029F37 }; |
|
24 const TUid KFscActionUidCallVoip = { 0x20029F38 }; |
|
25 const TUid KFscActionUidCallVideo = { 0x20029F39 }; |
|
26 const TUid KFscActionUidCallConfNum = { 0x20029F3A }; |
|
27 const TUid KFscActionUidConfWizard = { 0x20029F3B }; |
|
28 const TUid KFscActionUidCallPtt = { 0x20029F3C }; |
|
29 const TUid KFscActionUidCreateMsg = { 0x20029F3D }; |
|
30 const TUid KFscActionUidCreateAudMsg = { 0x20029F3E }; |
|
31 const TUid KFscActionUidSaveAsContact = { 0x20029F3F }; |
|
32 const TUid KFscActionUidEmail = { 0x20029F40 }; |
|
33 const TUid KFscActionUidPostcard = { 0x20029F41 }; |
|
34 const TUid KFscActionUidMsg = { 0x20029F42 }; |
|
35 const TUid KFscActionUidMeetingReq = { 0x20029F43 }; |
|
36 const TUid KFscSendBusinessCard = { 0x20028717 }; |
|
37 |
|
38 #endif // FSCACTIONPLUGINACTIONUIDS_H |
|
39 |
|
40 // End of File |