devicediagnostics/diagplugins/diagdatanetworkplugin/group/diagdatanetworktestplugin.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 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 specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 #include <platform_paths.hrh> // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 
       
    22 
       
    23 TARGET              devdiagdatanetworktestplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x2000E598                    
       
    26 VENDORID            VID_DEFAULT
       
    27 CAPABILITY          CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH  ../src
       
    30 SOURCE      diagdatanetworktestpluginimplementationtable.cpp    
       
    31 SOURCE      diagdatanetworktestplugin.cpp
       
    32 SOURCE      diagdatanetworktestpdpengine.cpp
       
    33 
       
    34 
       
    35 SOURCEPATH  ../../diagpdptestengine/src // for PDP Test Engine
       
    36 SOURCE      diagpdptestengine.cpp
       
    37 
       
    38 //User include paths
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../../diagpdptestengine/inc // for PDP Test Engine
       
    41 USERINCLUDE     ../data // For *.rh
       
    42 USERINCLUDE     ../loc
       
    43 
       
    44 //System include paths
       
    45 SYSTEMINCLUDE   /epoc32/include/ecom
       
    46 
       
    47 // Default system include paths for middleware layer modules.
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 SOURCEPATH      ../data
       
    51 
       
    52 // resource file for the plugin implementation
       
    53 START RESOURCE  devdiagdatanetworktestplugin.rss
       
    54 TARGET          devdiagdatanetworktestplugin.rsc
       
    55 TARGETPATH      ECOM_RESOURCE_DIR
       
    56 END
       
    57 
       
    58 // resource file for the plugin registration
       
    59 START RESOURCE  devdiagdatanetworktestpluginrsc.rss
       
    60 HEADER
       
    61 TARGETPATH      RESOURCE_FILES_DIR
       
    62 LANGUAGE_IDS
       
    63 END
       
    64 
       
    65 LIBRARY   euser.lib
       
    66 LIBRARY   commdb.lib
       
    67 
       
    68 LIBRARY				avkon.lib   // ADO & Platformization Changes
       
    69 LIBRARY   			eikcoctl.lib // ADO & Platformization Changes
       
    70 LIBRARY   			eikdlg.lib	// ADO & Platformization Changes
       
    71 
       
    72 LIBRARY   centralrepository.lib // for CRepository
       
    73 LIBRARY   esock.lib             // for RConnection
       
    74 
       
    75 LIBRARY   commonengine.lib      // For StringLoader
       
    76 LIBRARY   diagpluginbase.lib
       
    77 LIBRARY   flogger.lib           // for RFileLogger
       
    78 LIBRARY   diagframework.lib     // for CDiagLogEventEraser
       
    79 LIBRARY   logcli.lib            // for CLogFilter
       
    80 LIBRARY   cmmanager.lib
       
    81 LIBRARY  apengine.lib
       
    82 //LIBRARY   avkon.lib
       
    83 //LIBRARY   bafl.lib 
       
    84 // End of File