devicediagnostics/diagplugins/diagnetcoverageplugin/group/diagnetcoverageplugin.mmp
changeset 0 3ce708148e4d
child 61 ae4a65edc4fe
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              devdiagnetcoverageplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x2000E596
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 
       
    30 SOURCEPATH          ../src
       
    31 SOURCE              diagnetcoveragepluginimplementationtable.cpp
       
    32 SOURCE              diagnetcoverageplugin.cpp
       
    33 
       
    34 
       
    35 //User include paths
       
    36 USERINCLUDE         ../inc
       
    37 USERINCLUDE         ../data                         // For *.rh
       
    38 USERINCLUDE         ../loc
       
    39 
       
    40 //System include paths
       
    41 SYSTEMINCLUDE       /epoc32/include/ecom
       
    42 
       
    43 
       
    44 // Default system include paths for middleware layer modules.
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SOURCEPATH          ../data
       
    48 
       
    49 START RESOURCE      devdiagnetcoverageplugin.rss
       
    50 TARGET              devdiagnetcoverageplugin.rsc
       
    51 TARGETPATH          ECOM_RESOURCE_DIR
       
    52 END
       
    53 
       
    54 START RESOURCE      devdiagnetcoveragepluginrsc.rss
       
    55 HEADER
       
    56 TARGETPATH          RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 LIBRARY				avkon.lib   // ADO & Platformization Changes
       
    61 LIBRARY   			eikcoctl.lib // ADO & Platformization Changes
       
    62 LIBRARY             diagframework.lib  // ADO & Platformization Changes
       
    63 LIBRARY   			eikdlg.lib	// ADO & Platformization Changes
       
    64 LIBRARY             euser.lib
       
    65 LIBRARY             commonengine.lib      // For StringLoader
       
    66 LIBRARY             flogger.lib           // for LOGGER
       
    67 LIBRARY             diagpluginbase.lib
       
    68 LIBRARY             etel3rdparty.lib      // for CTelephony
       
    69 LIBRARY             centralrepository.lib // for CRepository
       
    70 //LIBRARY discontinued from platform
       
    71 //#if !defined(WINSCW)                      // No ISC In WINSCW
       
    72 //LIBRARY             iscapi.lib            // for RISCApi
       
    73 //#endif
       
    74 
       
    75 // End of File