harvester/harvesterplugins/AudioPlaylistPlugin/data/200211F5.rss
branchRCL_3
changeset 21 85f623e1ef41
parent 20 f23c07ec56e2
child 22 29d87345eaeb
equal deleted inserted replaced
20:f23c07ec56e2 21:85f623e1ef41
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // 1F2F3F4F.RSS
       
    20 
       
    21 #include "registryinfov2.rh"
       
    22 
       
    23 // Declares info for one test implementation
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25 	{
       
    26 	
       
    27   // resource_format_version must always be set as follows
       
    28   resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    29 
       
    30 	// UID for the DLL
       
    31 	dll_uid = 0x200211F5;
       
    32 	// Declare array of interface info
       
    33 	interfaces = 
       
    34 		{
       
    35 		INTERFACE_INFO
       
    36 			{
       
    37 			// UID of interface that is implemented
       
    38 			interface_uid = 0x200009F8;
       
    39 			implementations = 
       
    40 				{
       
    41 				// Info for CHarvesterVideoPlugin
       
    42 				IMPLEMENTATION_INFO
       
    43 					{
       
    44 					implementation_uid = 0x200211F6; 
       
    45 					version_no = 1;
       
    46 					display_name = "Harvester audio playlist plugin";
       
    47 					default_data = "Album";
       
    48 					opaque_data = "m3u";
       
    49           rom_only = 0;
       
    50 					}
       
    51 				};
       
    52 			}
       
    53 		};
       
    54 	}
       
    55