charconvfw/charconvplugins/resource/1027508D.rss
author hgs
Thu, 23 Sep 2010 12:50:02 +0800
changeset 64 f66674566702
parent 0 1fb32624e06b
permissions -rw-r--r--
201033_08

/*
* Copyright (c) 1027 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 File For ISCII Ecom plug-in
*
*/




//  INCLUDES
#include <ecom/registryinfo.rh>
#include "iscii.rls"

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// theInfo resource
// The ECOM resource file for identifying the
// interface and iscii interface implementation.
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid = 0x1027508D;
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid = 0x101F7F1D;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x1027508E;
					version_no = 1;
					display_name = STRING_ISCII;
					default_data = STRING_ISCII;
					opaque_data = "";
					}
				};
			}
		};
	}
	
// End of File