diff -r 000000000000 -r c6b0df440bee dbgsrv/coredumpserver/plugins/writers/file/data/filewriter.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbgsrv/coredumpserver/plugins/writers/file/data/filewriter.rss Tue Mar 02 10:33:16 2010 +0530 @@ -0,0 +1,53 @@ +// Copyright (c) 2007-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: +// Registry file for the core dump writer +// ECOM RSS file for File Writer +// + + + +/** + @file +*/ + +#include "RegistryInfo.rh" + +// Declares info for one implementation +RESOURCE REGISTRY_INFO theInfo + { + // UID for the DLL + dll_uid = 0x102831e2; + // Declare array of interface info + interfaces = + { + INTERFACE_INFO + { + // UID of file writer interface + interface_uid = 0x102831e3; + implementations = + { + // Info for CFileWriter + IMPLEMENTATION_INFO + { + implementation_uid = 0x102831e4; + version_no = 1; + display_name = "Symbian File Writer plugin v1.0.0"; + default_data = "File Writer V1.0.0"; + opaque_data = "cds filewriter"; + } + }; + } + }; + } +