cryptoservices/filebasedcertificateandkeystores/test/ttestplugin/dummykeystoreman2.mmp
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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 // ECOM plugin for dummykeystore
       
    18 
       
    19 target 101faaa5.dll
       
    20 targettype plugin
       
    21 
       
    22 // ECom Dll recognition UID followed by the unique UID for this dll
       
    23 UID 0x10009D8D 0x101Faaa5
       
    24 VENDORID 0x70000001
       
    25 CAPABILITY All -TCB
       
    26 
       
    27 macro MANAGER_INTERFACE_TWO
       
    28 
       
    29 SOURCEPATH	.
       
    30 
       
    31 SOURCE dummycommonkeystore.cpp
       
    32 SOURCE cdummykeystoreclient.cpp
       
    33 SOURCE cdummytokentypeclient.cpp
       
    34 SOURCE cdummytokenclient1.cpp
       
    35 
       
    36 start resource 101faaa5.rss
       
    37 target 101faaa5.rsc
       
    38 end
       
    39 
       
    40 SYSTEMINCLUDE 	/epoc32/include /epoc32/include/ecom /epoc32/include/ct
       
    41 
       
    42 LIBRARY	euser.lib 
       
    43 LIBRARY ctframework.lib 
       
    44 
       
    45