ipsservices/ipssosplugin/inc/ipsplgsosbaseplugin.hrh
author Simon Howkins <simonh@symbian.org>
Thu, 25 Nov 2010 12:13:04 +0000
branchRCL_3
changeset 83 31a5fbf5db1d
parent 64 3533d4323edc
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

/*
* 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,
    EIpsOpTypePop3PopulateOp
    };
#endif /*IPSSOSPLUGIN_HRH_*/