ipsservices/ipssosplugin/inc/ipsplgsosbaseplugin.hrh
changeset 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Constant definitions
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef IPSSOSPLUGIN_HRH_
       
    19 #define IPSSOSPLUGIN_HRH_
       
    20 
       
    21 #define IPSSOSPLUGIN_DLL_UID                 0x2000E53D
       
    22 #define IPSSOSIMAP4PLUGIN_IMPLEMENTATION_UID 0x2000E53F
       
    23 #define IPSSOSPOP3PLUGIN_IMPLEMENTATION_UID  0x2000E53E
       
    24 
       
    25 #define IPS_SET_PLUGIN_UID                   0x2000B4E4
       
    26 #define IPS_SET_ECOM_IMPLEMENTATION_UID      0x2000B4E5
       
    27 #define IPS_SET_GS_PARENT_UID                0x2000B4E6
       
    28 
       
    29 // <cmail> Check whether this should be defined in Cmail.
       
    30 #undef RD_IPS_AO_PLUGIN
       
    31 // </cmail>
       
    32 
       
    33 // <cmail> S60 UID update
       
    34 #define IPS_PROPERTY_CAT_UID                 0x2001E277
       
    35 // </cmail> S60 UID update
       
    36 
       
    37 #define IPS_EXTENDED_SETTINGS_UID            0x102071F1
       
    38 // <cmail> S60 UID update
       
    39 #define FREESTYLE_FSSERVER_SID               0x2001F40A
       
    40 // </cmail> S60 UID update
       
    41 
       
    42 enum TIpsPropertyKeys
       
    43     {
       
    44     KIPSSosEventPropertyKey = 0x1
       
    45     };
       
    46 
       
    47 enum TIpsPropertyEvents
       
    48     {
       
    49     KIpsSosEmailSyncStarted,
       
    50     KIpsSosEmailSyncCompleted,
       
    51     KIpsSosEmailSyncOnHold,
       
    52     EIPSSosPswErr,
       
    53     EIPSSosCredientialsSet,
       
    54     EIPSSosCredientialsCancelled,
       
    55     EIPSSosSettingsChanged,
       
    56     KIPSSosSmtpSendStartedSignal,
       
    57     KIPSSosSmtpSendEndedSignal,
       
    58     KIPSSosSmtpEmptyOutboxNow
       
    59     };
       
    60 
       
    61 enum TIpsOpType
       
    62     {
       
    63     EIpsOpTypeUnknown,
       
    64     EIpsOpTypeImap4SyncOp,
       
    65     EIpsOpTypePop3SyncOp,
       
    66     EIpsOpTypeOnlineOp,
       
    67     EIpsOpTypeImap4PopulateOp
       
    68     };
       
    69 #endif /*IPSSOSPLUGIN_HRH_*/