Update contrib.
1 // Copyright (c) 2007-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
21 #ifndef __ECOMPATCHDATACONSTANTV2_H__
22 #define __ECOMPATCHDATACONSTANTV2_H__
28 /** This constant lets licensees specify a list of drives which they do not want
29 ECOM to scan, e.g. because the drives can never have valid plug-ins.
34 extern const TUint32 KDiscoveryDisabledDriveList;
39 /** This constant lets licensees specify the maximum number of resolver DLLs
45 extern const TUint32 KCustomResolverCacheSize;
50 /** This constant lets licensees specify the timeout (in microseconds)
51 after which cached resolver DLLs will be released.
56 extern const TUint32 KCustomResolverCacheTimeout;