equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 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 the License "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 definitions. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 |
|
21 NAME CODV |
|
22 |
|
23 // INCLUDES |
|
24 |
|
25 #include <eikon.rh> |
|
26 #include <appinfo.rh> |
|
27 #include <avkon.rsg> |
|
28 #include <CodViewer.loc> |
|
29 |
|
30 |
|
31 // RESOURCE DEFINITIONS |
|
32 |
|
33 RESOURCE RSS_SIGNATURE { } |
|
34 |
|
35 RESOURCE TBUF { buf = qtn_cd_title; } |
|
36 |
|
37 RESOURCE EIK_APP_INFO |
|
38 { |
|
39 cba = R_AVKON_SOFTKEYS_BACK; |
|
40 } |
|
41 |
|
42 RESOURCE LOCALISABLE_APP_INFO r_cod_viewer_localisable_app_info |
|
43 { |
|
44 short_caption = qtn_cd_title; |
|
45 caption_and_icon = CAPTION_AND_ICON_INFO { caption = qtn_cd_title; }; |
|
46 } |
|
47 |