authenticationservices/authenticationserver/inc/authserver.iby
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 #ifndef __AUTHSERV_IBY__
       
    19 #define __AUTHSERV_IBY__
       
    20 
       
    21 define ZDRIVE \epoc32\data\z
       
    22 
       
    23 REM Authentication Server
       
    24 
       
    25 file=ABI_DIR\BUILD_DIR\authserver.exe		sys\bin\authserver.exe
       
    26 file=ABI_DIR\BUILD_DIR\authclient.dll		sys\bin\authclient.dll
       
    27 file=ABI_DIR\BUILD_DIR\authcommon.dll		sys\bin\authcommon.dll
       
    28 
       
    29 
       
    30 // When SYMBIAN_ENABLE_POST_MARKET_AUTHENTICATION_PLUGINS is defined, all plugins visible to 
       
    31 // the ECOM service will be loaded. By default it is not defined - only ROM based plugins 
       
    32 // will be loaded
       
    33 
       
    34 #ifdef SYMBIAN_ENABLE_POST_MARKET_AUTHENTICATION_PLUGINS
       
    35 patchdata authcommon.dll@KEnablePostMarketAuthenticationPlugins 0x01
       
    36 #endif
       
    37 
       
    38 #endif