authenticationservices/authenticationserver/test/tauthkeys/tauthkeys.mmp
changeset 29 ece3df019add
child 42 eb9b28acd381
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2004-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 TARGET			tauthkeys.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x10204F0D
       
    22 VENDORID		0x70000001
       
    23 
       
    24 SOURCEPATH		.
       
    25 SOURCE			tauthkeysserver.cpp
       
    26 SOURCE			step_persist.cpp
       
    27 SOURCE			step_encryptkey.cpp
       
    28 SOURCE          ../../source/server/encryptedprotectionkey.cpp
       
    29 SOURCE          ../../source/server/transientkey.cpp
       
    30 SOURCE          ../../source/server/transientkeyinfo.cpp
       
    31 
       
    32 USERINCLUDE		.
       
    33 USERINCLUDE		../../source/common
       
    34 USERINCLUDE		../../source/server
       
    35 USERINCLUDE		../../source/client
       
    36 USERINCLUDE		../../inc_private
       
    37 USERINCLUDE ../../inc/authserver
       
    38 
       
    39 SYSTEMINCLUDE	/epoc32/include
       
    40 SYSTEMINCLUDE	/epoc32/include/test
       
    41 
       
    42 LIBRARY			euser.lib
       
    43 LIBRARY			efsrv.lib
       
    44 LIBRARY			estor.lib
       
    45 LIBRARY         testexecuteutils.lib
       
    46 LIBRARY         testexecutelogclient.lib
       
    47 LIBRARY         random.lib
       
    48 LIBRARY         pbe.lib
       
    49 LIBRARY         cryptography.lib
       
    50 LIBRARY         authclient.lib
       
    51 LIBRARY         authcommon.lib
       
    52 SMPSAFE