sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // scanningdisabledonstant.cpp sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @internalComponent sl@0: @test sl@0: */ sl@0: sl@0: #include sl@0: sl@0: // The constants in this file is for testing the macros of sl@0: // ecompatchconstants.hby. Specifically, ensure each patchable sl@0: // constant can indeed be patched to a specific value. sl@0: // sl@0: // NB: on hw the constant is patched to 0x14 (C: and E:). sl@0: extern const TUint32 KDiscoveryDisabledDriveList = 0x00800004; sl@0: sl@0: sl@0: // Note that the following patched values do not make sense. sl@0: // They are just random numbers different from the defaults. sl@0: sl@0: // NB: on hw this is patched to 1182. sl@0: extern const TUint32 KCustomResolverCacheSize = 4; sl@0: sl@0: // NB: on hw this is patch to 4001182 sl@0: extern const TUint32 KCustomResolverCacheTimeout = 4000000;