pkiutilities/SecModUI/group/SecModUIPlugin.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2005 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 specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET            SecModUI.dll
       
    24 TARGETTYPE        PLUGIN
       
    25 UID  0x10009D8D   0x101F8668
       
    26 
       
    27 CAPABILITY        CAP_ECOM_PLUGIN
       
    28 VENDORID          VID_DEFAULT
       
    29 
       
    30 // Resource file location
       
    31 SOURCEPATH        ../data
       
    32 
       
    33 
       
    34 START RESOURCE    101F8668.rss
       
    35 TARGET            SecModUI.rsc
       
    36 END
       
    37 
       
    38 
       
    39 // Resource file
       
    40 START RESOURCE    SecModUI.rss
       
    41 HEADER
       
    42 TARGETPATH        RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 SOURCEPATH        ../src
       
    47 SOURCE            SecModUIContainerBase.cpp
       
    48 SOURCE            SecModUIContainerMain.cpp
       
    49 SOURCE            SecModUIViewBase.cpp
       
    50 SOURCE            SecModUIViewMain.cpp
       
    51 SOURCE            SecModUIViewCode.cpp
       
    52 SOURCE            SecModUIContainerCode.cpp
       
    53 SOURCE            SecModUIViewAccess.cpp
       
    54 SOURCE            SecModUIContainerAccess.cpp
       
    55 SOURCE            SecModUIViewSignature.cpp
       
    56 SOURCE            SecModUIContainerSignature.cpp
       
    57 SOURCE            SecModUIModel.cpp
       
    58 SOURCE            SecModUISyncWrapper.cpp
       
    59 SOURCE            SecModUIPlugin.cpp
       
    60 SOURCE            SecModUIPluginContainer.cpp
       
    61 SOURCE            SecModUIPluginImplementationTable.cpp
       
    62 
       
    63 
       
    64 USERINCLUDE       .
       
    65 USERINCLUDE       ../inc
       
    66 
       
    67 APP_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 
       
    70 LIBRARY           euser.lib
       
    71 LIBRARY           cone.lib
       
    72 LIBRARY           eikcore.lib
       
    73 LIBRARY           eikcoctl.lib
       
    74 LIBRARY           avkon.lib
       
    75 LIBRARY           aknskins.lib
       
    76 LIBRARY           bafl.lib
       
    77 
       
    78 // Dependencies
       
    79 LIBRARY           crypto.lib
       
    80 LIBRARY           certstore.lib       // TCertManClientInfo::Id
       
    81 LIBRARY           commonengine.lib    // StringLoader.h
       
    82 LIBRARY           eikctl.lib          // markable icons
       
    83 LIBRARY           efsrv.lib           // needed by CertManUI debug logger
       
    84 LIBRARY           SysUtil.lib         // For FFS Space checking
       
    85 LIBRARY           commonui.lib        // for CErrorUI
       
    86 LIBRARY           CTFramework.lib     // CCertAttributeFilter
       
    87 LIBRARY           X509.lib
       
    88 LIBRARY           pkixcert.lib        // Validation
       
    89 LIBRARY           x509certnameparser.lib    // parsing of label
       
    90 LIBRARY           hash.lib
       
    91 LIBRARY           Featmgr.lib         // feature manager support
       
    92 LIBRARY           aknnotify.lib
       
    93 LIBRARY           ecom.lib
       
    94 LIBRARY           GSFramework.lib
       
    95 LIBRARY           GSEcomPlugin.lib
       
    96 LIBRARY           hlplch.lib          // for "Help" options menu
       
    97 
       
    98 
       
    99 // Turn logging on/off
       
   100 // #define _SECMODUI_LOGGING_ON
       
   101 
       
   102 #ifdef _SECMODUI_LOGGING_ON
       
   103 MACRO _SECMODUI_LOG_
       
   104 LIBRARY         flogger.lib
       
   105 #else
       
   106 DEBUGLIBRARY    flogger.lib
       
   107 #endif
       
   108 
       
   109 SMPSAFE
       
   110