clock2/clockui/plugins/datetimeviewplugin/data/102818E9.rss
author Simon Howkins <simonh@symbian.org>
Thu, 28 Oct 2010 13:23:18 +0100
branchRCL_3
changeset 88 9dfcaf1038dd
parent 0 f979ecb2b13e
permissions -rw-r--r--
Re-removed inclusion for Korean Lunar calendar, unintentionally restored along with CalDav support.

/*
* Copyright (c) 1028 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:   This is the ecom registration resource file for clkdatetimeviewplugin.
*
*/

// System includes
#include <ecom/registryinfo.rh>

// The ECOM registry info for the clkdatetimeviewplugin.
RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid = 0x102818E9;								// clkdatetimeviewplugin.dll UID3( security UID ).
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid               = 0x10207236;	// CGSPluginInterface UID.
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid  = 0x102818EA;	// clkdatetimeviewplugin implementation UID for CGSPluginInterface.
					version_no          = 1;
					display_name        = "DateTime settings plugin";
					default_data        = "0x10207237"; // Parent UID ( clkdatetimeview is under "Gen UI" ).
					opaque_data         = "10";         // Order number. 
					}
				};
			}
		};
	}
	
// End of file