authenticationservices/authenticationserver/group/authserver.mmp
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2005-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 * authserver.exe Implementation of authentication server
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 CAPABILITY TrustedUI ProtServ ReadDeviceData WriteDeviceData Location SurroundingsDD UserEnvironment ReadUserData WriteUserData
       
    25 
       
    26 target authserver.exe
       
    27 targettype exe
       
    28 
       
    29 // this is an EXE and therefore does not need to
       
    30 // explicitly specify any further UIDs.  Therefore
       
    31 // specify the reserved UID twice.
       
    32 UID				0x102740FC 0x102740FC
       
    33 VENDORID		0x70000001
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 USERINCLUDE		../source/server 
       
    37 USERINCLUDE		../source/common
       
    38 USERINCLUDE		../source/client
       
    39 USERINCLUDE		../inc/authserver
       
    40 USERINCLUDE		../inc_private
       
    41 
       
    42 SOURCEPATH		../source/server
       
    43 SOURCE			authserver.cpp
       
    44 SOURCE			authserversession.cpp
       
    45 SOURCE			authmain.cpp
       
    46 SOURCE			authdb.cpp
       
    47 SOURCE			transientkeyinfo.cpp
       
    48 SOURCE			encryptedprotectionkey.cpp
       
    49 SOURCE			transientkey.cpp
       
    50 
       
    51 SOURCE			evaluator.cpp
       
    52 SOURCE			pluginmgr.cpp
       
    53 SOURCE			pluginobserver.cpp
       
    54 SOURCE			trainingmgr.cpp
       
    55 SOURCE			authtransaction.cpp
       
    56 SOURCE			authrepository.cpp
       
    57 
       
    58 LIBRARY			ecom.lib edbms.lib estor.lib pbe.lib efsrv.lib euser.lib
       
    59 LIBRARY			cryptography.lib random.lib
       
    60 LIBRARY			authcommon.lib scsserver.lib
       
    61 LIBRARY			sectcbutil.lib
       
    62 LIBRARY			centralrepository.lib
       
    63 SMPSAFE
       
    64