pkiutilities/CertmanUi/GROUP/CertmanuiPlugin.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2003-2007 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 file for Certificate Management UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 // Build target
       
    24 
       
    25 TARGET            CertManUi.dll
       
    26 TARGETTYPE        PLUGIN
       
    27 UID  0x10009D8D   0x10008D3D
       
    28 
       
    29 CAPABILITY        CAP_ECOM_PLUGIN
       
    30 VENDORID          VID_DEFAULT
       
    31 
       
    32 // Resource file location
       
    33 SOURCEPATH    ../data
       
    34 
       
    35 START RESOURCE    10008D3D.rss
       
    36 TARGET            CertManUI.rsc
       
    37 END
       
    38 
       
    39 
       
    40 // Resource file
       
    41 START RESOURCE    certmanui.rss
       
    42 HEADER
       
    43 TARGETPATH        RESOURCE_FILES_DIR
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 // Define the following lines to enable logging.
       
    48 
       
    49 //#define _CERTMANUI_LOG
       
    50 
       
    51 
       
    52 // Source files location
       
    53 SOURCEPATH    ../SRC
       
    54 
       
    55 // Source files
       
    56 SOURCE      CertmanuiKeeper.cpp
       
    57 SOURCE      CertmanuiviewAuthority.cpp
       
    58 SOURCE      CertmanuiviewPersonal.cpp
       
    59 SOURCE      CertmanuiviewTrust.cpp
       
    60 SOURCE      CertmanuicontainerAuthority.cpp
       
    61 SOURCE      CertmanuicontainerPersonal.cpp
       
    62 SOURCE      CertmanuicontainerTrust.cpp
       
    63 SOURCE      CertmanuiSyncWrapper.cpp
       
    64 SOURCE      CertmanuiCertificateHelper.cpp
       
    65 SOURCE      Certmanuidialogs.cpp
       
    66 SOURCE      CertmanuiPlugin.cpp
       
    67 SOURCE      CertmanuiPluginContainer.cpp
       
    68 SOURCE      CertmanuiPluginImplementationTable.cpp
       
    69 SOURCE      CertmanuiviewMain.cpp
       
    70 SOURCE      CertmanuiviewTrustedSite.cpp
       
    71 SOURCE      CertmanuiviewDevice.cpp
       
    72 SOURCE      CertmanuicontainerMain.cpp
       
    73 SOURCE      CertmanuicontainerTrustedSite.cpp
       
    74 SOURCE      CertmanuicontainerDevice.cpp
       
    75 
       
    76 // Include paths
       
    77 USERINCLUDE     . ../INC
       
    78 USERINCLUDE     ../../Include
       
    79 
       
    80 APP_LAYER_SYSTEMINCLUDE
       
    81 SYSTEMINCLUDE   ../../DeviceToken/Inc
       
    82 
       
    83 
       
    84 // Dependencies
       
    85 LIBRARY         euser.lib
       
    86 LIBRARY         cone.lib
       
    87 LIBRARY         eikcore.lib
       
    88 LIBRARY         eikcoctl.lib
       
    89 LIBRARY         avkon.lib
       
    90 LIBRARY         aknskins.lib
       
    91 LIBRARY         aknicon.lib
       
    92 LIBRARY         bafl.lib
       
    93 LIBRARY         crypto.lib
       
    94 LIBRARY         certstore.lib       // TCertManClientInfo::Id
       
    95 LIBRARY         commonengine.lib    // StringLoader.h
       
    96 LIBRARY         eikctl.lib          // markable icons
       
    97 LIBRARY         efsrv.lib           // needed by CertManUI debug logger
       
    98 LIBRARY         SysUtil.lib         // For FFS Space checking
       
    99 LIBRARY         commonui.lib        // for CErrorUI
       
   100 LIBRARY         CTFramework.lib     // CCertAttributeFilter
       
   101 LIBRARY         X509.lib
       
   102 LIBRARY         pkixcert.lib        // Validation
       
   103 LIBRARY         x509certnameparser.lib    // parsing of label
       
   104 LIBRARY         hash.lib
       
   105 LIBRARY         Featmgr.lib         // feature manager support
       
   106 LIBRARY         ecom.lib
       
   107 LIBRARY         GSFramework.lib
       
   108 LIBRARY         GSEcomPlugin.lib
       
   109 LIBRARY         DevTokenClient.lib
       
   110 LIBRARY         cryptography.lib    // Public key functions
       
   111 
       
   112 
       
   113 #ifdef _CERTMANUI_LOG
       
   114 MACRO   _CERTMANUI_LOG_
       
   115 LIBRARY         flogger.lib         // needed by CertManUI debug logger
       
   116 #else
       
   117 DEBUGLIBRARY    flogger.lib         // needed by CertManUI debug logger
       
   118 #endif
       
   119 
       
   120 LIBRARY         hlplch.lib          // for "Help" options menu
       
   121 
       
   122 SMPSAFE
       
   123