diff -r 000000000000 -r a2952bb97e68 mmappcomponents/playlistengine/data/101FFC24.RSS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmappcomponents/playlistengine/data/101FFC24.RSS Thu Dec 17 08:55:47 2009 +0200 @@ -0,0 +1,48 @@ +/* +* 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: Resource file. +* +*/ + + +#include +#include + +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = KMPXPlaylistRecognizerDllUid; // mpxplaylistrecognizer.dll + + interfaces = + { + INTERFACE_INFO + { + interface_uid = 0x101F7D87; //Const for all Data Recognizers + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KMPXPlaylistRecognizerImplUid; // CMPXPlaylistRecognizer + version_no = 1; + display_name = "playlist recognizer"; + default_data = ""; + opaque_data = ""; + } + }; + } + }; + } + + + +