pkiutilities/PKCS12/PKCS12Recognizer/group/PKCS12Recognizer.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2004 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:  
       
    15 *     This is project specification file for the PKCS12Recognizer
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 target          PKCS12Recognizer.dll
       
    23 targettype      plugin
       
    24 uid		        0x10009d8d 0x101F8714
       
    25 
       
    26 START RESOURCE  ../data/101F8714.rss
       
    27 TARGET PKCS12Recognizer.rsc
       
    28 END
       
    29 
       
    30 CAPABILITY CAP_RECOGNISER
       
    31 VENDORID    VID_DEFAULT
       
    32 
       
    33 SOURCEPATH     ../src
       
    34 USERINCLUDE    ../inc
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE  ../../CrPkcs12/Inc
       
    37 
       
    38 SOURCE         PKCS12Recognizer.cpp
       
    39 
       
    40 LIBRARY euser.lib
       
    41 LIBRARY apmime.lib
       
    42 //LIBRARY x509.lib
       
    43 //LIBRARY CTSecDlgs.lib
       
    44 LIBRARY crpkcs12.lib
       
    45 //LIBRARY CTFramework.lib
       
    46 
       
    47 SMPSAFE
       
    48