natplugins/natpnatfwsdpprovider/data/1028311A.rss
author hgs
Thu, 24 Jun 2010 14:41:11 +0300
changeset 30 4c9e1ec7a69e
parent 0 1bce908db942
permissions -rw-r--r--
201025

/*
* Copyright (c) 2007-2007 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:  resource definition file
*
*/

#include <ecom/registryinfo.rh>
#include "../../../inc/ipappsrvversionnumbers.h"

// ---------------------------------------------------------------------------
// 
// 
// ---------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO theInfo
	{
	// UID for the DLL
	dll_uid = 0x1028311A;
	// Declare array of interface info
	interfaces = 
		{
		INTERFACE_INFO
			{
			// UID of interface that is implemented
			interface_uid = 0x102832F0;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x102832EF;
					version_no = KIpappsrvEcomVersionNumber;
					display_name = "";
					default_data = "";
					opaque_data = "";
					}
				};
			}
		};
	}