imageeditor/plugins/SepiaPlugin/data/sepia.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 Sepia 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 <data_caging_paths_strings.hrh>
       
    33 
       
    34 #include "definitions.def"
       
    35 #include "ImageEditorPluginBase.hrh"
       
    36 #include "ImageEditorPluginBase.rh"
       
    37 #include "ImageEditorUids.hrh"
       
    38 #include "sepia_gen.loc"
       
    39 #include <ImageEditor.loc>
       
    40 
       
    41 
       
    42 //=============================================================================
       
    43 //  CONSTANTS  
       
    44 //=============================================================================
       
    45 
       
    46 
       
    47 //=============================================================================
       
    48 //  MACROS
       
    49 //=============================================================================
       
    50 
       
    51 
       
    52 //=============================================================================
       
    53 //  RESOURCE DEFINITIONS 
       
    54 //=============================================================================
       
    55 
       
    56 RESOURCE RSS_SIGNATURE { }
       
    57 
       
    58 RESOURCE PGNINFO r_plugin_info
       
    59 {
       
    60     pluginuid           = UID_SEPIA_PLUGIN;
       
    61     uitype              = EPluginUiTypeNone;
       
    62     plugintype          = EPluginFilterTypeABITO;
       
    63     pluginscope         = EPluginScopeMainEngine;
       
    64     plugindisplayorder  = 14;
       
    65     pluginname          = qtn_sie_plugin_name_sepia;
       
    66     iconfile            = "sepia.mif";
       
    67     filterfile          = "FilterSepia.dll";
       
    68 }
       
    69 
       
    70 RESOURCE PARAMNAMES r_plugin_pars
       
    71 {
       
    72 	parameters=
       
    73 	{
       
    74 		// NO PARAMETERS
       
    75 	};
       
    76 }
       
    77 
       
    78 RESOURCE PGNUIITEMS r_sk1_items
       
    79 {
       
    80 	items=
       
    81 	{
       
    82 
       
    83 	};
       
    84 }
       
    85 
       
    86 RESOURCE PGNUIITEMS r_sk2_items
       
    87 {
       
    88 	items=
       
    89 	{
       
    90 
       
    91 	};
       
    92 }
       
    93 
       
    94 RESOURCE PGNUIITEMS r_msk_items
       
    95     {
       
    96     items=
       
    97         {
       
    98         };
       
    99     }
       
   100 
       
   101 RESOURCE PGNUIITEMS r_menu_items
       
   102 {
       
   103 	items=
       
   104 	{
       
   105 
       
   106 	};
       
   107 }
       
   108  
       
   109 // End of File