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 landmarks server |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <uikon.rh> |
|
22 |
|
23 // RESOURCE SIGNATURE |
|
24 RESOURCE RSS_SIGNATURE { } |
|
25 |
|
26 // ----------------------------------------------------------------------------- |
|
27 // |
|
28 // R_POS_LM_SERVER_SHUTDOWN_DELAY |
|
29 // Microseconds before Landmarks server is exiting. |
|
30 // |
|
31 // ----------------------------------------------------------------------------- |
|
32 // |
|
33 RESOURCE NUMBER_INT32 r_pos_lm_server_shutdown_delay { value="2000000"; } |
|
34 |
|
35 RESOURCE LBUF r_pos_lm_server_db_path_full |
|
36 { |
|
37 txt=":\\private\\101fdf81\\dbreg.db"; |
|
38 } |
|
39 // End of File |
|
40 |
|
41 |