messagingfw/msgtestproduct/testutils/upssupport/refdialogcreator/source/10283693.rss
author hgs
Tue, 19 Oct 2010 11:59:06 +0530
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
permissions -rw-r--r--
201041

// Copyright (c) 2007-2009 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:
// UIDs quick-ref
// ECOM DLL UID:			0x10283693
// ECOM interface UID:		KUidUpsDialogCreatorInterface
// ECOM Implementation:		0x10283694
// 
//


#include <ups/ups.hrh>
#include <ecom/registryinfo.rh>

RESOURCE REGISTRY_INFO r_registry
	{
	dll_uid = 0x10283693;
	interfaces =
		{
		INTERFACE_INFO
			{							
			interface_uid = KUidUpsDialogCreatorInterface;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10283694;
					version_no = 1;
					display_name = "UPS Reference dialog creator";
					default_data = "";
					opaque_data = "";
					}
				};
			}
		};
	}