imageeditor/plugins/FramePlugin/data/frame.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 definitions for Frame plugin.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 //=============================================================================
       
    23 //  RESOURCE INDENTIFIER
       
    24 //=============================================================================
       
    25 NAME    PGN0
       
    26 
       
    27 
       
    28 //=============================================================================
       
    29 //  INCLUDES
       
    30 //=============================================================================
       
    31 #include <eikon.rh>
       
    32 #include <PathConfiguration.hrh>
       
    33 #include <data_caging_paths_strings.hrh>
       
    34 
       
    35 #include "definitions.def"
       
    36 #include "ImageEditorPluginBase.hrh"
       
    37 #include "frame.hrh"
       
    38 #include "ImageEditorPluginBase.rh"
       
    39 #include "ImageEditorUids.hrh"
       
    40 #include "frame_gen.loc"
       
    41 #include <ImageEditor.loc>
       
    42 
       
    43 
       
    44 //=============================================================================
       
    45 //  CONSTANTS  
       
    46 //=============================================================================
       
    47 
       
    48 
       
    49 //=============================================================================
       
    50 //  MACROS
       
    51 //=============================================================================
       
    52 
       
    53 
       
    54 //=============================================================================
       
    55 //  RESOURCE DEFINITIONS 
       
    56 //=============================================================================
       
    57 
       
    58 RESOURCE RSS_SIGNATURE { }
       
    59 
       
    60 RESOURCE PGNINFO r_plugin_info
       
    61 {
       
    62     pluginuid           = UID_FRAME_PLUGIN;
       
    63     uitype              = EPluginUiTypeCustomized;
       
    64     plugintype          = EPluginFilterTypeABITO;
       
    65     pluginscope         = EPluginScopeAdjustmentEngine;
       
    66     plugindisplayorder  = 11;
       
    67     pluginname          = qtn_sie_plugin_name_frame;
       
    68     iconfile            = "frame.mif";
       
    69     filterfile          = "FilterFrame.dll";    
       
    70 }
       
    71 
       
    72 RESOURCE PARAMNAMES r_plugin_pars
       
    73 {
       
    74 	parameters=
       
    75 	{
       
    76 		// Plugin name
       
    77 		qtn_sie_plugin_name_frame,
       
    78 		// navi pane label
       
    79 		qtn_sie_navi_current_frame
       
    80 	};
       
    81 }
       
    82  
       
    83 RESOURCE PGNUIITEMS r_sk1_items
       
    84 {
       
    85 	items=
       
    86 	{
       
    87 		PGNUIITEM 
       
    88 		{	
       
    89 			id=EPgnSoftkeyIdOk;
       
    90 			text=qtn_sie_pgn_sk1_ok;
       
    91 		}
       
    92 	};
       
    93 }
       
    94 
       
    95 RESOURCE PGNUIITEMS r_sk2_items
       
    96 {
       
    97 	items=
       
    98 	{
       
    99 		PGNUIITEM 
       
   100 		{	
       
   101 			id=EPgnSoftkeyIdCancel;
       
   102 			text=qtn_sie_pgn_sk2_cancel;
       
   103 		}
       
   104 	};
       
   105 }
       
   106 
       
   107 RESOURCE PGNUIITEMS r_msk_items
       
   108     {
       
   109     items=
       
   110         {
       
   111         PGNUIITEM 
       
   112             {
       
   113             id=EPgnSoftkeyIdOk;
       
   114             text=qtn_sie_pgn_msk_ok;
       
   115             }
       
   116         };
       
   117     }
       
   118 
       
   119 RESOURCE PGNUIITEMS r_menu_items
       
   120 {
       
   121 	items=
       
   122 	{
       
   123 
       
   124 	};
       
   125 }
       
   126 
       
   127 RESOURCE ARRAY r_frame_dirs
       
   128 {
       
   129     items=
       
   130     {
       
   131         LBUF { txt = "c:\\private\101ffa91\\frames\\"; },
       
   132         LBUF { txt = ""text_memory_card_root_path"private\101ffa91\\frames\\"; },
       
   133         LBUF { txt = "z:\\private\101ffa91\\frames\\"; },
       
   134         LBUF { txt = "c:\\data\\images\\frames\\"; },
       
   135         LBUF { txt = ""text_memory_card_root_path"images\\frames\\"; }
       
   136     };
       
   137 }
       
   138 
       
   139 // End of File