wim/WimPlugin/group/WimPlugin.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2002 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 "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:  Contains information for building WimPlugin dll
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 TARGET        WimPlugin.dll
       
    20 TARGETTYPE    PLUGIN
       
    21 
       
    22 UID           0x10009D8D 0x101FB674
       
    23 
       
    24 CAPABILITY    CAP_ECOM_PLUGIN
       
    25 VENDORID      VID_DEFAULT
       
    26 
       
    27 //MACRO __WIM_ENABLE_TRACES
       
    28 //#define __WIM_ENABLE_TRACES
       
    29 
       
    30 // WimPlugin core files
       
    31 SOURCE        ../src/WimToken.cpp
       
    32 SOURCE        ../src/WimTokenType.cpp
       
    33 SOURCE        ../src/WimCertStore.cpp
       
    34 SOURCE        ../src/WimCertStoreMapping.cpp
       
    35 SOURCE        ../src/WimCertStoreMappings.cpp
       
    36 SOURCE        ../src/WimTokenListener.cpp
       
    37 SOURCE        ../src/WimAuthenticationObject.cpp
       
    38 SOURCE        ../src/WimAuthenticationObjectList.cpp
       
    39 SOURCE        ../src/WimKeyStore.cpp
       
    40 SOURCE        ../src/WimRSASigner.cpp
       
    41 
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../../inc
       
    45 USERINCLUDE     ../../WimClient/inc
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 START RESOURCE ../data/101FB674.rss
       
    50 TARGET WimPlugin.rsc
       
    51 END
       
    52 
       
    53 LIBRARY     euser.lib
       
    54 LIBRARY     ECom.lib
       
    55 LIBRARY     wimclient.lib
       
    56 LIBRARY     ctframework.lib
       
    57 LIBRARY     wimutil.lib
       
    58 LIBRARY     certstore.lib
       
    59 LIBRARY     x509.lib
       
    60 LIBRARY     wtlscert.lib
       
    61 LIBRARY     cryptography.lib
       
    62 LIBRARY     hash.lib
       
    63 LIBRARY     ctfinder.lib // CCTTokenTypeInfo
       
    64 
       
    65 SMPSAFE
       
    66