cryptoservices/filebasedcertificateandkeystores/test/thwkeystore/client/thwkeystoreclient.mmp
changeset 15 da2ae96f639b
child 42 eb9b28acd381
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
       
     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 * Reference plugin for simulating crypto token hardware plugin. 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 target 101faaaa.dll
       
    22 targettype plugin
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID 0x10009D8D 0x101Faaaa
       
    26 VENDORID 0x70000001
       
    27 CAPABILITY All -TCB
       
    28 
       
    29 SOURCEPATH	.
       
    30 
       
    31 SOURCE thwkeystore.cpp
       
    32 SOURCE thwkeystoreclient.cpp
       
    33 SOURCE thwtokentypeclient.cpp
       
    34 SOURCE thwtokenclient.cpp
       
    35 
       
    36 start resource 101faaaa.rss
       
    37 target 101faaaa.rsc
       
    38 end
       
    39 
       
    40 SYSTEMINCLUDE 	/epoc32/include
       
    41 /*
       
    42  * Need to put "/epoc32/include/ecom" as one of the system includes 
       
    43  * as cryptotokenregistryinfo.rh has the line, '#include "registryinfo.rh"'
       
    44  * in place of '#include <ecom/registryinfo.rh>'
       
    45  */
       
    46 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    47 
       
    48 USERINCLUDE .
       
    49 USERINCLUDE	../../../../../crypto/weakcryptospi/inc
       
    50 USERINCLUDE	../../../../../crypto/weakcryptospi/inc/spi
       
    51 USERINCLUDE ../common
       
    52 USERINCLUDE ../../tcryptotokenhai
       
    53 
       
    54 LIBRARY	euser.lib 
       
    55 LIBRARY estor.lib
       
    56 LIBRARY ctframework.lib
       
    57 LIBRARY cryptospi.lib
       
    58 LIBRARY scsclient.lib 
       
    59 LIBRARY fstokenshared.lib
       
    60 LIBRARY tcryptotokenhai.lib
       
    61 
       
    62 SMPSAFE
       
    63