# HG changeset patch # User vnuitven <> # Date 1286454753 -19800 # Node ID eceb2b9c54aceade3df059295adc2556a7b13262 # Parent a13dcee59a625a26493de9c51bd2d0455df36ed7 adding the msrp plugin rss files diff -r a13dcee59a62 -r eceb2b9c54ac multimediacommscontroller/mmccMsrppayloadformat/data/10299988.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/multimediacommscontroller/mmccMsrppayloadformat/data/10299988.rss Thu Oct 07 18:02:33 2010 +0530 @@ -0,0 +1,66 @@ +/* +* ============================================================================== +* Name : 10299988.rss +* Part of : +* Description : +* Version : 0.01 +* +* Copyright © 2002-2004 Nokia. All rights reserved. +* This material, including documentation and any related +* computer programs, is protected by copyright controlled by +* Nokia. All rights are reserved. Copying, including +* reproducing, storing, adapting or translating, any +* or all of this material requires the prior written consent of +* Nokia. This material also contains confidential +* information which may not be disclosed to others without the +* prior written consent of Nokia. +* ============================================================================== +*/ + +// INCLUDES +#include +#include +#include "mccuids.hrh" + +// RESOURCE DEFINITIONS + +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = KDllUidMsrpPayloadFormat; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KMmfUidPluginInterfaceFormatDecode; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KImplUidMsrpPayloadFormatDecode; + version_no = KIpappsrvEcomVersionNumber; + display_name = "MSRP Payload Format Decode"; + default_data = ""; + opaque_data = ""; + } + }; + }, + INTERFACE_INFO + { + interface_uid = KMmfUidPluginInterfaceFormatEncode; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KImplUidMsrpPayloadFormatEncode; + version_no = KIpappsrvEcomVersionNumber; + display_name = "MSRP Payload Format Encode"; + default_data = ""; + opaque_data = ""; + } + }; + } + }; + } + +// End of File + diff -r a13dcee59a62 -r eceb2b9c54ac multimediacommscontroller/mmccmsrpsourcesink/data/A000EBE2.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/multimediacommscontroller/mmccmsrpsourcesink/data/A000EBE2.rss Thu Oct 07 18:02:33 2010 +0530 @@ -0,0 +1,80 @@ +/* +* ============================================================================== +* Name : A000EBE2.rss +* Part of : MCC (Multimedia Comms Controller) / RTPSourceSink +* Description : +* Version : 0.01 +* +* Copyright © 2007 Nokia. All rights reserved. +* This material, including documentation and any related +* computer programs, is protected by copyright controlled by +* Nokia. All rights are reserved. Copying, including +* reproducing, storing, adapting or translating, any +* or all of this material requires the prior written consent of +* Nokia. This material also contains confidential +* information which may not be disclosed to others without the +* prior written consent of Nokia. +* ============================================================================== +*/ + +// RESOURCE IDENTIFIER + +// INCLUDES +#include +#include "registryinfo.rh" +#include "mccuids.hrh" + +// CONSTANTS +// MACROS + +// RESOURCE DEFINITIONS +// ----------------------------------------------------------------------------- +// +// AnySourceSink +// +// +// ----------------------------------------------------------------------------- +// +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = KDllUidMccMsrpSourceSink; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KMmfUidPluginInterfaceDataSource; // MdataSource + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KImplUidMccMsrpSource; + version_no = KIpappsrvEcomVersionNumber; + display_name = "Msrp Data Source"; + default_data = ""; + opaque_data = ""; + } + }; + } + , + INTERFACE_INFO + { + interface_uid = KMmfUidPluginInterfaceDataSink; // MdataSink + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KImplUidMccMsrpSink; + version_no = KIpappsrvEcomVersionNumber; + display_name = "Msrp Data Sink"; + default_data = ""; + opaque_data = ""; + } + }; + } + + }; + } + +// End of File + +