ipsservices/ipssosplugin/inc/ipsplgsosbaseplugin.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:37:30 +0200
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
child 22 d620048b4810
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Constant definitions
*
*/

#ifndef IPSSOSPLUGIN_HRH_
#define IPSSOSPLUGIN_HRH_

#define IPSSOSPLUGIN_DLL_UID                 0x2000E53D
#define IPSSOSIMAP4PLUGIN_IMPLEMENTATION_UID 0x2000E53F
#define IPSSOSPOP3PLUGIN_IMPLEMENTATION_UID  0x2000E53E

#define IPS_SET_PLUGIN_UID                   0x2000B4E4
#define IPS_SET_ECOM_IMPLEMENTATION_UID      0x2000B4E5
#define IPS_SET_GS_PARENT_UID                0x2000B4E6

// <cmail> Check whether this should be defined in Cmail.
#undef RD_IPS_AO_PLUGIN
// </cmail>

// <cmail> S60 UID update
#define IPS_PROPERTY_CAT_UID                 0x2001E277
// </cmail> S60 UID update

#define IPS_EXTENDED_SETTINGS_UID            0x102071F1
// <cmail> S60 UID update
#define FREESTYLE_FSSERVER_SID               0x2001F40A
// </cmail> S60 UID update

enum TIpsPropertyKeys
    {
    KIPSSosEventPropertyKey = 0x1
    };

enum TIpsPropertyEvents
    {
    KIpsSosEmailSyncStarted,
    KIpsSosEmailSyncCompleted,
    KIpsSosEmailSyncOnHold,
    EIPSSosPswErr,
    EIPSSosCredientialsSet,
    EIPSSosCredientialsCancelled,
    EIPSSosSettingsChanged,
    KIPSSosSmtpSendStartedSignal,
    KIPSSosSmtpSendEndedSignal,
    KIPSSosSmtpEmptyOutboxNow,
    EIPSSosSmtpPswErr
    };

enum TIpsOpType
    {
    EIpsOpTypeUnknown,
    EIpsOpTypeImap4SyncOp,
    EIpsOpTypePop3SyncOp,
    EIpsOpTypeOnlineOp,
    EIpsOpTypeImap4PopulateOp
    };
#endif /*IPSSOSPLUGIN_HRH_*/