equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: Resource file for GS framework. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME GSFW // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 #include <gsfwicon.mbg> |
|
24 |
|
25 #include <appinfo.rh> |
|
26 #include <avkon.loc> |
|
27 #include <avkon.mbg> |
|
28 #include <avkon.rh> |
|
29 #include <avkon.rsg> |
|
30 #include <AvkonIcons.hrh> |
|
31 #include <bldvariant.hrh> |
|
32 #include <data_caging_paths_strings.hrh> |
|
33 #include <eikcore.rsg> |
|
34 #include <eikon.rh> |
|
35 #include <eikon.rsg> |
|
36 |
|
37 |
|
38 |
|
39 // CONSTANTS |
|
40 |
|
41 RESOURCE RSS_SIGNATURE |
|
42 { |
|
43 } |
|
44 |
|
45 //---------------------------------------------------- |
|
46 // |
|
47 // r_gs_plugin_default_icon_array |
|
48 // Default icons used by the CGSPluginInterface. |
|
49 // |
|
50 //---------------------------------------------------- |
|
51 // |
|
52 RESOURCE AKN_ICON_ARRAY r_gs_plugin_default_icon_array |
|
53 { |
|
54 bmpfile = KGsBitmap; |
|
55 |
|
56 icons = |
|
57 { |
|
58 AKN_ICON |
|
59 { |
|
60 iconId = EMbmGsfwiconQgn_prop_set_default_sub; |
|
61 maskId = EMbmGsfwiconQgn_prop_set_default_sub_mask; |
|
62 } |
|
63 }; |
|
64 } |
|
65 |
|
66 |
|
67 //End of File |
|
68 |
|
69 |
|
70 |