authenticationservices/authenticationserver/test/tauthdb/tauthdb.mmp
changeset 29 ece3df019add
child 42 eb9b28acd381
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 *
       
    16 */
       
    17 
       
    18 
       
    19 OPTION GCCE -Wno-multichar
       
    20 
       
    21 TARGET			tauthdb.exe
       
    22 TARGETTYPE		exe
       
    23 UID				0x1000007A 0x10204F0D
       
    24 VENDORID		0x70000001
       
    25 
       
    26 CAPABILITY		AllFiles
       
    27 
       
    28 SOURCEPATH		.
       
    29 SOURCE			tauthdbserver.cpp
       
    30 SOURCE			step_persist2.cpp
       
    31 SOURCE			step_createtestdb.cpp
       
    32 SOURCE          ../../source/server/authdb.cpp
       
    33 SOURCE          ../../source/server/encryptedprotectionkey.cpp
       
    34 SOURCE          ../../source/server/transientkey.cpp
       
    35 SOURCE          ../../source/server/transientkeyinfo.cpp
       
    36 
       
    37 USERINCLUDE		.
       
    38 USERINCLUDE		../../source/common
       
    39 USERINCLUDE		../../source/server
       
    40 USERINCLUDE		../../source/client
       
    41 USERINCLUDE		../../inc_private
       
    42 USERINCLUDE             ../../inc/authserver
       
    43 
       
    44 SYSTEMINCLUDE	/epoc32/include
       
    45 SYSTEMINCLUDE	/epoc32/include/test
       
    46 
       
    47 LIBRARY			bafl.lib edbms.lib estor.lib efsrv.lib euser.lib
       
    48 LIBRARY         testexecuteutils.lib testexecutelogclient.lib
       
    49 LIBRARY         random.lib pbe.lib cryptography.lib
       
    50 LIBRARY         authclient.lib authcommon.lib
       
    51 LIBRARY			sectcbutil.lib
       
    52 SMPSAFE