diff -r 000000000000 -r f0cf47e981f9 mmsharing/mmshavailability/data/1028238E.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmsharing/mmshavailability/data/1028238E.rss Thu Dec 17 08:44:37 2009 +0200 @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2005-2006 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: Registry file for the Mus Availability Plug-in +* Implementation. +* +*/ + + +// 0x1028238E.RSS +// + +#include "musuid.hrh" +#include "musversionnumbers.h" + +#include + +RESOURCE REGISTRY_INFO theInfo + { + resource_format_version = RESOURCE_FORMAT_VERSION_2; + dll_uid = KMusAvaPluginUid; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KMusAvaPluginInterfaceUid; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KMusAvaPluginUid; + version_no = KMusEcomVersionNumber; + display_name = "AvailabilityPlugin 1"; + default_data = "AvailabilityPlugin"; + opaque_data = "0"; + } + }; + } + }; + } + +