emailcontacts/contactactionservice/inc/fscactionpluginactionuids.h
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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 // <cmail> S60 UID update
       
    24 const TUid KFscActionUidCallGsm        = { 0x2001E288 };
       
    25 const TUid KFscActionUidCallVoip       = { 0x2001E289 };
       
    26 const TUid KFscActionUidCallVideo      = { 0x2001E28A };
       
    27 const TUid KFscActionUidCallConfNum    = { 0x2001F3F5 };
       
    28 const TUid KFscActionUidConfWizard     = { 0x2001F3F6 };
       
    29 const TUid KFscActionUidCallPtt        = { 0x2001F3F7 };
       
    30 const TUid KFscActionUidCreateMsg      = { 0x2001F3F8 };
       
    31 const TUid KFscActionUidCreateAudMsg   = { 0x2001F3F9 };
       
    32 const TUid KFscActionUidSaveAsContact  = { 0x2001F3FA };
       
    33 const TUid KFscActionUidEmail          = { 0x2001F3FC };
       
    34 const TUid KFscActionUidPostcard       = { 0x2001F3FB };
       
    35 // </cmail> S60 UID update
       
    36 const TUid KFscActionUidMsg            = { 0x20002636 };
       
    37 // <cmail> S60 UID update
       
    38 const TUid KFscActionUidMeetingReq     = { 0x2001F3FD };     
       
    39 // </cmail> S60 UID update
       
    40 
       
    41 #endif      // FSCACTIONPLUGINACTIONUIDS_H
       
    42             
       
    43 // End of File