os/ossrv/lowlevellibsandfws/pluginfw/Framework/frame/EComPatchDataConstantv2.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 /**
    17  @file
    18  @internalComponent
    19 */
    20 
    21 #ifndef __ECOMPATCHDATACONSTANTV2_H__
    22 #define __ECOMPATCHDATACONSTANTV2_H__
    23 
    24 #include <e32def.h>
    25 
    26 
    27 #ifdef __EXE__
    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.
    30 @SYMPatchable
    31 @publishedPartner
    32 @released
    33 */
    34 	extern const TUint32 KDiscoveryDisabledDriveList;
    35 #endif
    36 
    37 
    38 #ifdef __EXE__
    39 /** This constant lets licensees specify the maximum number of resolver DLLs
    40 ECOM can cache.
    41 @SYMPatchable
    42 @publishedPartner
    43 @released
    44 */
    45 	extern const TUint32 KCustomResolverCacheSize;
    46 #endif
    47 
    48 
    49 #ifdef __EXE__
    50 /** This constant lets licensees specify the timeout (in microseconds) 
    51 after which cached resolver DLLs will be released.
    52 @SYMPatchable
    53 @publishedPartner
    54 @released
    55 */
    56 	extern const TUint32 KCustomResolverCacheTimeout;
    57 #endif
    58 
    59 #endif