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