natplugins/natpnatfwsdpprovider/data/1028311A.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 15 Jul 2010 19:04:32 +0300
branchRCL_3
changeset 41 b9d283c5c7b5
parent 0 1bce908db942
permissions -rw-r--r--
Revision: 201024 Kit: 2010127

/*
* 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 = "";
					}
				};
			}
		};
	}