securitydialogs/SecUi/GSSimSecPlugin/GSSimSecPlugin.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 #include <platform_paths.hrh>
       
    19 
       
    20 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              gssimsecplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10207438
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 
       
    29 SOURCEPATH  Src
       
    30 SOURCE   GSSimSecPluginImplementationTable.cpp
       
    31 SOURCE   GSSimSecPlugin.cpp
       
    32 SOURCE   GSSimSecPluginContainer.cpp
       
    33 SOURCE   GSSimSecPluginModel.cpp
       
    34 SOURCE   GSPubSubsListener.cpp
       
    35 
       
    36 
       
    37 //User include paths
       
    38 USERINCLUDE     Inc
       
    39 USERINCLUDE     Data // For *.rh
       
    40 
       
    41 //System include paths
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 
       
    45 SOURCEPATH      Data
       
    46 
       
    47 START RESOURCE  10207438.rss
       
    48 TARGET          gssimsecplugin.rsc
       
    49 END
       
    50 
       
    51 START RESOURCE  GSSimSecPluginRsc.rss
       
    52 HEADER
       
    53 TARGETPATH      RESOURCE_FILES_DIR
       
    54 LANGUAGE_IDS
       
    55 END
       
    56 
       
    57 
       
    58 
       
    59 LIBRARY   euser.lib
       
    60 LIBRARY   ecom.lib
       
    61 LIBRARY   efsrv.lib
       
    62 LIBRARY   avkon.lib
       
    63 LIBRARY   bafl.lib 
       
    64 LIBRARY   cone.lib 
       
    65 LIBRARY   eikcoctl.lib 
       
    66 LIBRARY   eikcore.lib 
       
    67 LIBRARY   egul.lib
       
    68 LIBRARY   eikdlg.lib            // eikon dialogs
       
    69 LIBRARY   flogger.lib           // File logging
       
    70 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    71 LIBRARY   featmgr.lib           // Feature manager 
       
    72 LIBRARY   centralrepository.lib
       
    73 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    74 LIBRARY   aknskins.lib          // for enhanced skinning
       
    75 LIBRARY   secui.lib             // security
       
    76 LIBRARY   etelmm.lib            // security
       
    77 LIBRARY   sssettings.lib        // ss settings
       
    78 LIBRARY   hlplch.lib            // for "Help" options menu
       
    79 LIBRARY   gsecomplugin.lib
       
    80 LIBRARY   gsframework.lib       // For base classes
       
    81 LIBRARY   gslistbox.lib         // For CGSListBoxItemTextArray
       
    82 
       
    83 LIBRARY   scpclient.lib
       
    84 
       
    85 #ifdef RD_REMOTELOCK
       
    86 LIBRARY  rlocksettings.lib
       
    87 #endif
       
    88 
       
    89 SMPSAFE
       
    90 
       
    91 // End of File