|
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: LockApp resource file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME LOCK |
|
21 |
|
22 // INCLUDES |
|
23 #include "lockapp.loc" |
|
24 #include <eikon.rh> |
|
25 #include <eikon.rsg> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.rsg> |
|
28 |
|
29 // RESOURCE DEFINITIONS |
|
30 |
|
31 // --------------------------------------------------------- |
|
32 // Define the resource file signature |
|
33 // This resource should be empty. |
|
34 // --------------------------------------------------------- |
|
35 // |
|
36 RESOURCE RSS_SIGNATURE { } |
|
37 |
|
38 // --------------------------------------------------------- |
|
39 // Default Document Name |
|
40 // --------------------------------------------------------- |
|
41 // |
|
42 RESOURCE TBUF r_default_document_name { buf=""; } |
|
43 |
|
44 // --------------------------------------------------------- |
|
45 // Define default menu and CBA key. |
|
46 // --------------------------------------------------------- |
|
47 // |
|
48 RESOURCE EIK_APP_INFO |
|
49 { |
|
50 } |
|
51 |
|
52 // --------------------------------------------------------- |
|
53 // Define title pane in devicelock mode. |
|
54 // --------------------------------------------------------- |
|
55 // |
|
56 RESOURCE TBUF r_title_pane_locked |
|
57 { |
|
58 buf = qtn_set_sec_title_locked; |
|
59 } |