voicerecorder/gsplugin/data/1020729D.rss
changeset 0 845549f293a7
equal deleted inserted replaced
-1:000000000000 0:845549f293a7
       
     1 /*
       
     2 * Copyright (c) 2006 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 *        ECOM plugin resource file for GS VoiceRecorder plugin.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 /**
       
    23 * How to use the resource definition:
       
    24 *
       
    25 * IMPLEMENTATION_INFO
       
    26 *	{
       
    27 *	implementation_uid  = <Your implementation UID here>;
       
    28 *	version_no          = 1;
       
    29 *	display_name        = "<Your plugin name here (just for debugging)>";
       
    30 *	default_data        = "<One of the below UIDs your plugin will be part of>";
       
    31 *	opaque_data         = "<Position of your plugin in the parent listbox>";
       
    32 *	}
       
    33 *
       
    34 * For example plugins wishing to use Apps Plugin as a parent use 
       
    35 * KGSAppsPluginUid (defined in GSFWViewUIDs.h):
       
    36 *
       
    37 *    default_data = "0x10207239";
       
    38 *
       
    39 * Note that position of the plugin is supported only for internally provided
       
    40 * plugins. Others, such as 3rd party plugins, are sorted according to their
       
    41 * name and plugin provider category.
       
    42 *
       
    43 * Plugin position must follow the postition defined in UI specification.
       
    44 * Position starts from 0. Use -1 if position is not to be used in sorting.
       
    45 *
       
    46 */
       
    47 RESOURCE REGISTRY_INFO theInfo
       
    48 	{
       
    49 	dll_uid     = 0x1020729D; // Plugin dll UID 
       
    50 	interfaces  = 
       
    51 		{
       
    52 		INTERFACE_INFO
       
    53 			{
       
    54 			interface_uid   = 0x10207236; // UID for CGSPluginInterface - do not change.
       
    55 			implementations = 
       
    56 				{
       
    57 				IMPLEMENTATION_INFO
       
    58 					{
       
    59 					implementation_uid  = 0x1020729D; // Plugin UID 
       
    60 					version_no          = 1;
       
    61 					display_name        = "Voice Recorder settings"; // Plugin debug name
       
    62 					default_data        = "0x10207239"; // Parent UID
       
    63 					opaque_data         = "90"; // Order number 
       
    64 					}
       
    65 				};
       
    66 			}
       
    67 		};
       
    68 	}
       
    69