// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//
#ifndef __TIMELEGACYAPIS_IBY__
#define __TIMELEGACYAPIS_IBY__
/*
It's important that this define is here. It disables the caching feature introduced as
part of CR1328. This means that the behaviour reverts back to pre-CR1328 hence providing
us with legacy times.
*/
#define SYMBIAN_BAFL_SYSUTIL_DISABLE_VERSION_SETUP_EXE
file = ABI_DIR\BUILD_DIR\timelegacyapis.exe sys\bin\timelegacyapis.exe
#ifndef SYSUTIL_Z_DRIVE_FILES_PRESENT
#define SYSUTIL_Z_DRIVE_FILES_PRESENT
data = EPOCROOT##epoc32\data\z\resource\versions\sw.txt \resource\versions\sw.txt
data = EPOCROOT##epoc32\data\z\resource\versions\langsw.txt \resource\versions\langsw.txt
data = EPOCROOT##epoc32\data\z\resource\versions\lang.txt \resource\versions\lang.txt
#endif
#endif