equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-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 "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: Internal path definitions for all Calendar components. |
|
15 !!! Remember to check .rss files when making path changes !!! |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef CALENPATHS_H |
|
21 #define CALENPATHS_H |
|
22 |
|
23 |
|
24 // path and filename for "no_sound.wav" |
|
25 _LIT( KDummyOffFile, "z:\\resource\\No_Sound.wav" ); |
|
26 |
|
27 // path and filename for vCalendar attachment |
|
28 _LIT( KVCalAttachmentFilename, "c:\\private\\10005901\\Calendar.vcs" ); |
|
29 |
|
30 // path and filename for Calendar database |
|
31 _LIT( KCalendarDatabaseFilePath, "c:calendar" ); |
|
32 |
|
33 |
|
34 #endif // CALENPATHS_H |
|
35 |
|
36 |
|
37 // End of File |