authenticationservices/authenticationserver/inc/authserver/authpatchdata.h
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /**
       
    20  @file 
       
    21  @publishedPartner
       
    22  @released
       
    23 */
       
    24 
       
    25 #include <e32base.h>
       
    26 
       
    27  /**
       
    28    This 8-bit variable is used in agent resolution. It is used to override AuthServer's 
       
    29    default resolution behaviour of only loading plugins from the ROM drive. 
       
    30    Compile time value is 0 - default behaviour. 
       
    31    When non-zero, Authserver will load all plugins visible to the ECOM service regardless of 
       
    32    the drive. 
       
    33    This variable is changed at ROM build time using the patchdata obey keyword.
       
    34    See Symbian OS Developer Library documentation on how to patch DLL data exports.
       
    35    */
       
    36    
       
    37 IMPORT_C extern const TUint8 KEnablePostMarketAuthenticationPlugins;
       
    38