imageeditor/IEPB/data/imageeditorpluginbase.rss
changeset 1 edfc90759b9f
equal deleted inserted replaced
0:57d4cdd99204 1:edfc90759b9f
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description: 
       
    16 * Resource definition file for ImageEditorPluginBase.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //=============================================================================
       
    22 //  RESOURCE INDENTIFIER
       
    23 //=============================================================================
       
    24 NAME    PGN0
       
    25 
       
    26 
       
    27 //=============================================================================
       
    28 //  INCLUDES
       
    29 //=============================================================================
       
    30 #include <eikon.rh>
       
    31 
       
    32 #include "imageeditorpluginbase.hrh"
       
    33 #include "imageeditorpluginbase.rh"
       
    34 
       
    35 
       
    36 //=============================================================================
       
    37 //  CONSTANTS  
       
    38 //=============================================================================
       
    39 
       
    40 
       
    41 //=============================================================================
       
    42 //  MACROS
       
    43 //=============================================================================
       
    44 
       
    45 
       
    46 //=============================================================================
       
    47 //  RESOURCE DEFINITIONS 
       
    48 //=============================================================================
       
    49 
       
    50 RESOURCE RSS_SIGNATURE { }
       
    51 
       
    52 RESOURCE PGNINFO r_plugin_info
       
    53 {
       
    54 	pluginuid=0x00000000;
       
    55 	uitype=EPluginUiTypeMin;
       
    56 	plugintype=EPluginFilterTypeMin;
       
    57 	plugindisplayorder=0;
       
    58 	pluginname="NA";
       
    59 	iconfile="NA";    
       
    60 	filterfile="NA";    
       
    61 }
       
    62 
       
    63 RESOURCE PARAMNAMES r_plugin_pars
       
    64 {
       
    65 	parameters=
       
    66 	{
       
    67 
       
    68 	};
       
    69 }
       
    70 
       
    71 RESOURCE PGNUIITEMS r_sk1_items
       
    72 {
       
    73 	items=
       
    74 	{
       
    75 		PGNUIITEM 
       
    76 		{	
       
    77 			id=EPgnSoftkeyIdOk;
       
    78 			text=qtn_sie_pgn_sk1;
       
    79 		}
       
    80 	};
       
    81 }
       
    82 
       
    83 RESOURCE PGNUIITEMS r_sk2_items
       
    84 {
       
    85 	items=
       
    86 	{
       
    87 		PGNUIITEM 
       
    88 		{	
       
    89 			id=EPgnSoftkeyIdCancel;
       
    90 			text=qtn_sie_pgn_sk2;
       
    91 		}
       
    92 	};
       
    93 }
       
    94 
       
    95 RESOURCE PGNUIITEMS r_msk_items
       
    96 {
       
    97 	items=
       
    98 	{
       
    99 		PGNUIITEM 
       
   100 		{	
       
   101 			id=EPgnSoftkeyIdOk;
       
   102 			text=qtn_sie_pgn_msk;
       
   103 		}
       
   104 	};
       
   105 }
       
   106 RESOURCE PGNUIITEMS r_menu_items
       
   107 {
       
   108 	items=
       
   109 	{
       
   110 
       
   111 	};
       
   112 }