uifw/AvKon/initsrc/100056C8.rss
author srilekhas <srilekhas@symbian.org>
Mon, 23 Aug 2010 15:39:03 +0100
branchRCL_3
changeset 52 99c8e3015c1d
parent 0 2f259fa3e83a
permissions -rw-r--r--
Merge RCL_3 fixes with latest delivery.

/*
* Copyright (c) 2004 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:
*
*/


#include <../ecom/registryinfo.rh>
#include <uikon.hrh>
#include "AKNINIT.HRH"

RESOURCE REGISTRY_INFO theInfo
{
	dll_uid = 0x100056C8;
	interfaces =
	{
	INTERFACE_INFO
		{
		interface_uid = KUidUikonLibraryValue;
		implementations =
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = KAknInitImplUid;
					version_no = 1;
					display_name = "AknInit";
					default_data = "";
					opaque_data  = "";
					}
				};
		}
	};
}