pkiutilities/CTSecurityDialogs/Group/CTSecDlgs.mmp
changeset 0 164170e6151a
child 27 1f6f33d7b22a
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:   Project definition for CTSecDlgs.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGETTYPE	dll
       
    21 TARGET		CTSecDlgs.dll
       
    22 
       
    23 UID		0x1000008d 0x10008D4E // KUidSecurityDialogs
       
    24 
       
    25 CAPABILITY 	CAP_GENERAL_DLL
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 USERINCLUDE	../ClientInc
       
    31 
       
    32 SOURCEPATH	../ClientSrc
       
    33 SOURCE		DllMain.cpp
       
    34 SOURCE		CTsecuritydialogrequestor.cpp
       
    35 SOURCE		SecurityDialogBase.cpp
       
    36 SOURCE		CPKIDlg.cpp
       
    37 
       
    38 LIBRARY		euser.lib 
       
    39 LIBRARY		estor.lib 
       
    40 LIBRARY     ctframework.lib
       
    41 
       
    42 #if defined(ARMCC)
       
    43 deffile ../eabi/ 
       
    44 #elif defined( WINSCW )
       
    45 deffile ../BWINSCW/ 
       
    46 #elif defined( WINS )
       
    47 deffile ../bwins/ 
       
    48 #else
       
    49 deffile ../bmarm/ 
       
    50 #endif
       
    51 
       
    52 SMPSAFE
       
    53