equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifndef __TIMELEGACYAPIS_IBY__ |
|
17 #define __TIMELEGACYAPIS_IBY__ |
|
18 |
|
19 /* |
|
20 It's important that this define is here. It disables the caching feature introduced as |
|
21 part of CR1328. This means that the behaviour reverts back to pre-CR1328 hence providing |
|
22 us with legacy times. |
|
23 */ |
|
24 #define SYMBIAN_BAFL_SYSUTIL_DISABLE_VERSION_SETUP_EXE |
|
25 |
|
26 file = ABI_DIR\BUILD_DIR\timelegacyapis.exe sys\bin\timelegacyapis.exe |
|
27 |
|
28 #ifndef SYSUTIL_Z_DRIVE_FILES_PRESENT |
|
29 #define SYSUTIL_Z_DRIVE_FILES_PRESENT |
|
30 data = EPOCROOT##epoc32\data\z\resource\versions\sw.txt \resource\versions\sw.txt |
|
31 data = EPOCROOT##epoc32\data\z\resource\versions\langsw.txt \resource\versions\langsw.txt |
|
32 data = EPOCROOT##epoc32\data\z\resource\versions\lang.txt \resource\versions\lang.txt |
|
33 #endif |
|
34 |
|
35 #endif |
|
36 |