diff -r 000000000000 -r 09774dfdd46b internetradio2.0/resources/2001a930.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/internetradio2.0/resources/2001a930.rss Mon Apr 19 14:01:53 2010 +0300 @@ -0,0 +1,58 @@ +/* +* Copyright (c) 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: +* +*/ +#include +#include "irgeneralsettings.hrh" + +/** +* How to use the resource definition: +* +* IMPLEMENTATION_INFO +* { +* implementation_uid = ; +* version_no = 1; +* display_name = ""; +* default_data = ""; +* opaque_data = ""; +* } +* +* Plugin position must follow the postition defined in UI specification. +* Position starts from 0. Use -1 if position is not to be used in sorting. +* +*/ +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = IRGENERAL_SETTINGS_PLUGIN_DLL_UID; // Plugin dll UID + interfaces = + { + INTERFACE_INFO + { + interface_uid = 0x10207236; // UID for CGSPluginInterface - do not change. 0x10207236 + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = IRGENERAL_SETTINGS_PLUGIN_DLL_UID; // Plugin UID + version_no = 1; + display_name = "Internet Radio"; // Plugin debug name + default_data = "0x10207239"; // Parent UID ie App Settings + opaque_data = "-1"; // Order number + } + }; + } + }; + } +