diff -r 2b7283837edb -r 3104fc151679 imstutils/imconversationview/imcmslauncherplugin/group/imcmslauncherplugin.rss --- a/imstutils/imconversationview/imcmslauncherplugin/group/imcmslauncherplugin.rss Thu Aug 19 09:41:53 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ -/* -* Copyright (c) 2008 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 plugin is loaded by the Communication Launcher -* -*/ - - -#include -#include "imcmslauncherplugin.hrh" - - -// --------------------------------------------------------------------------- -// ECOM registery info for CMS contactor Plugin -// --------------------------------------------------------------------------- -// -RESOURCE REGISTRY_INFO theInfo - { - resource_format_version = RESOURCE_FORMAT_VERSION_2; - dll_uid = 0x200255D1; - - interfaces = - { - INTERFACE_INFO - { - // implemented interface - interface_uid = CMS_CONTACTOR_IM_PLUGIN_INTERFACE_UID; - - implementations = - { - IMPLEMENTATION_INFO - { - implementation_uid = 0x200255D0; - version_no = 1; - display_name = "imcmslauncherplugin"; - default_data = "Launch"; - opaque_data = ""; - } - }; - } - }; - } - -