|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @internalComponent - Internal Symbian test code |
|
19 */ |
|
20 |
|
21 NAME GUBA |
|
22 |
|
23 #include <techview/eikon.rh> |
|
24 #include <appinfo.rh> |
|
25 #include <techview/eikon.rsg> |
|
26 #include <uiklafgt/eikcore.rsg> |
|
27 #include <fontids.h> |
|
28 #include <gulfont.hrh> |
|
29 |
|
30 #include "tRuleBasedApp.hrh" |
|
31 |
|
32 RESOURCE RSS_SIGNATURE { } |
|
33 |
|
34 RESOURCE TBUF { buf=""; } |
|
35 |
|
36 RESOURCE EIK_APP_INFO |
|
37 { |
|
38 hotkeys=r_rulebased_hotkeys; |
|
39 menubar=r_rulebased_menubar; |
|
40 } |
|
41 |
|
42 |
|
43 |
|
44 RESOURCE HOTKEYS r_rulebased_hotkeys |
|
45 { |
|
46 control= |
|
47 { |
|
48 HOTKEY { command=EEikCmdExit; key='e'; } |
|
49 }; |
|
50 } |
|
51 |
|
52 RESOURCE MENU_BAR r_rulebased_menubar |
|
53 { |
|
54 titles= |
|
55 { |
|
56 MENU_TITLE { menu_pane=r_rulebased_first_menu; txt="RuleBasedApp2"; } |
|
57 }; |
|
58 } |
|
59 |
|
60 RESOURCE MENU_PANE r_rulebased_first_menu |
|
61 { |
|
62 items= |
|
63 { |
|
64 MENU_ITEM { command=EEikCmdExit; txt="Close"; } |
|
65 }; |
|
66 } |
|
67 |
|
68 //TKAS |
|
69 RESOURCE TBUF r_appname_default_file |
|
70 { |
|
71 buf="tRuleBasedApp2"; |
|
72 } |
|
73 |
|
74 RESOURCE LOCALISABLE_APP_INFO r_lai |
|
75 { |
|
76 short_caption="tRuleBasedApp2"; |
|
77 |
|
78 caption_and_icon= |
|
79 { |
|
80 CAPTION_AND_ICON_INFO |
|
81 { |
|
82 caption="tRuleBasedApp2"; |
|
83 } |
|
84 }; |
|
85 |
|
86 } |
|
87 |
|
88 RESOURCE EIK_APP_INFO |
|
89 { |
|
90 |
|
91 } |
|
92 |
|
93 |
|
94 RESOURCE TBUF r_rulebased_text { buf="RuleBasedApp2"; } |