securitydialogs/secuidialognotifiersrv/group/secuidialognotifiersrv.mmp
changeset 61 1cc4c46c2963
child 63 989397f9511c
equal deleted inserted replaced
56:25a3fbb5e4d3 61:1cc4c46c2963
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Secui dialog notifier server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          secuidialognotifiersrv.exe
       
    21 CAPABILITY      CAP_SERVER NetworkControl
       
    22 TARGETTYPE      EXE
       
    23 UID             0x0 0x10000938
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 MW_LAYER_SYSTEMINCLUDE /epoc32/include/mw/hb/hbcore /epoc32/include/mw/hb/hbwidgets
       
    27 USERINCLUDE     ../inc
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          secuidialognotifierservermain.cpp
       
    31 SOURCE          secuidialognotifierserver.cpp
       
    32 SOURCE          secuidialognotifiersession.cpp
       
    33 SOURCE          secuidialogoperation.cpp
       
    34 // SOURCE          secuidialogoperserverauthfail.cpp
       
    35 SOURCE          secuidialogoperbasicpinquery.cpp
       
    36 SOURCE          untrustedcertquery.cpp
       
    37 
       
    38 LIBRARY         euser.lib           // Base classes
       
    39 LIBRARY         efsrv.lib           // RFs
       
    40 LIBRARY         ctframework.lib     // CServerAuthenticationFailureInput
       
    41 LIBRARY         x509.lib            // CX509Certificate
       
    42 LIBRARY         x500.lib            // CX500DistinguishedName
       
    43 LIBRARY         crypto.lib          // CSignedObject
       
    44 LIBRARY         certstore.lib       // CUnifiedCertStore
       
    45 LIBRARY         DevTokenClient.lib  // CTrustSitesStore 
       
    46 LIBRARY         HbCore.lib          // CHbDeviceDialogSymbian
       
    47 LIBRARY         HbWidgets.lib       // CHbDeviceMessageBoxSymbian
       
    48 LIBRARY         secui.lib           // CSecQueryUi
       
    49 LIBRARY		   etelmm.lib 
       
    50 LIBRARY		   etel.lib 
       
    51 LIBRARY		   customapi.lib 
       
    52 LIBRARY lockclient.lib
       
    53 LIBRARY featmgr.lib
       
    54 
       
    55 SMPSAFE