diff -r d189ee25cf9d -r 3533d4323edc emailuis/uicomponents/fsscrollbarplugin/data/2001E281.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailuis/uicomponents/fsscrollbarplugin/data/2001E281.rss Wed Sep 01 12:28:57 2010 +0100 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2009 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: ECOM plugin resource definition. +* +*/ +#include +#include +#include "../../../../inc/emailversionnumbers.hrh" // KEmailEcomVersionNumber + +RESOURCE REGISTRY_INFO theInfo +{ + dll_uid = 0x2001E281; + interfaces = + { + INTERFACE_INFO + { + interface_uid = K_ALF_FACTORY_INTERFACE; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2001E282; + version_no = KEmailEcomVersionNumber; + display_name = "fsscrollbar"; + default_data = ""; + opaque_data = "0"; + } + }; + } + }; +}