|
1 /* |
|
2 * Copyright (c) 2007 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: This file contains all the resources for the lwplayer.exe |
|
15 * |
|
16 */ |
|
17 |
|
18 // Version : %version: 3 % |
|
19 |
|
20 |
|
21 |
|
22 // |
|
23 // RESOURCE IDENTIFIER |
|
24 // |
|
25 NAME AWIZ // 4 letter ID |
|
26 |
|
27 // |
|
28 // INCLUDES |
|
29 // |
|
30 #include <eikon.rh> |
|
31 #include <avkon.rsg> |
|
32 #include <avkon.mbg> |
|
33 #include <avkon.rh> |
|
34 #include <avkon.loc> |
|
35 #include <appinfo.rh> |
|
36 |
|
37 #include <lwplayer.loc> |
|
38 |
|
39 //---------------------------------------------------- |
|
40 // |
|
41 // RSS_SIGNATURE |
|
42 // |
|
43 //---------------------------------------------------- |
|
44 RESOURCE RSS_SIGNATURE { } |
|
45 |
|
46 //---------------------------------------------------- |
|
47 // |
|
48 // TBUF |
|
49 // |
|
50 //---------------------------------------------------- |
|
51 // |
|
52 RESOURCE TBUF { buf="lwplayer"; } |
|
53 |
|
54 //---------------------------------------------------- |
|
55 // |
|
56 // EIK_APP_INFO |
|
57 // |
|
58 //---------------------------------------------------- |
|
59 RESOURCE EIK_APP_INFO |
|
60 { |
|
61 status_pane = r_lwplayer_status_pane; |
|
62 } |
|
63 |
|
64 |
|
65 // --------------------------------------------------- |
|
66 // |
|
67 // r_lwp_localisable_app_info |
|
68 // |
|
69 // --------------------------------------------------- |
|
70 // |
|
71 RESOURCE LOCALISABLE_APP_INFO r_lwp_localisable_app_info |
|
72 { |
|
73 caption_and_icon = |
|
74 CAPTION_AND_ICON_INFO |
|
75 { |
|
76 number_of_icons = 0; |
|
77 }; |
|
78 } |
|
79 |
|
80 //---------------------------------------------------- |
|
81 // |
|
82 // r_lwplayer_status_pane |
|
83 // |
|
84 //---------------------------------------------------- |
|
85 RESOURCE STATUS_PANE_APP_MODEL r_lwplayer_status_pane |
|
86 { |
|
87 layout = R_AVKON_STATUS_PANE_LAYOUT_EMPTY; |
|
88 } |
|
89 |
|
90 // --------------------------------------------------- |
|
91 // |
|
92 // r_lwp_clip_missing |
|
93 // |
|
94 // --------------------------------------------------- |
|
95 RESOURCE TBUF r_lwp_clip_missing |
|
96 { |
|
97 buf = qtn_lwp_note_missing; |
|
98 } |
|
99 |
|
100 // --------------------------------------------------- |
|
101 // |
|
102 // r_lwp_invalid_clip |
|
103 // |
|
104 // --------------------------------------------------- |
|
105 RESOURCE TBUF r_lwp_invalid_clip |
|
106 { |
|
107 buf = qtn_lwp_note_invalid_clip; |
|
108 } |
|
109 |
|
110 // EOF |