ipsservices/ipssosaoplugin/data/200100BA.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 27 Apr 2010 16:20:14 +0300
branchRCL_3
changeset 14 b13141f05c3d
parent 0 8466d47a6819
child 24 d189ee25cf9d
permissions -rw-r--r--
Revision: 201015 Kit: 201017

/*
* Copyright (c) 2000 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: ECOM plugin resource definition.
*
*/


#include <ecom/registryinfo.rh>
#include "../../../inc/emailversionnumbers.hrh" // KEmailEcomVersionNumber

// ---------------------------------------------------------------------------
// theInfo
// Defines the ecom plugin for IPSSosSmtpPlugin
// ---------------------------------------------------------------------------
//

RESOURCE REGISTRY_INFO theInfo
	{
	// IpsSosAOPlugin.dll UID
	dll_uid = 0x200100BA;
	interfaces =
		{
		INTERFACE_INFO
			{
			// CEComInterface interface UID
			interface_uid = 0x101F85EC;
			implementations =
				{
				IMPLEMENTATION_INFO
					{
					// AlwaysOnlineManager implementation UID
					implementation_uid = 0x200100BA;
					version_no = KEmailEcomVersionNumber;
					display_name = "Smtp ECom Plugin for always online manager";
					default_data = "smtp";
					// Note : opaque_data MUST have @ least a single byte of data
					// in this instance it is an empty string.
					opaque_data = " ";
					}
				// Place additional interface implementations here
				};
			}
		// Place additional interfaces here
		};
	}