devicediagnostics/diagsuites/diagcoveragesuiteplugin/group/diagcoveragesuiteplugin.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 definition file for project Diagnostics Coverage Suite.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET                  devdiagcoveragesuiteplugin.dll
       
    23 TARGETTYPE              PLUGIN
       
    24 UID                     0x10009D8D 0x2000E56B
       
    25 
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  diagcoveragesuitepluginimplementationtable.cpp
       
    31 SOURCE                  diagcoveragesuiteplugin.cpp
       
    32 
       
    33 START RESOURCE          ../data/devdiagcoveragesuiteplugin.rss
       
    34 TARGET                  devdiagcoveragesuiteplugin.rsc
       
    35 TARGETPATH              ECOM_RESOURCE_DIR
       
    36 END // RESOURCE
       
    37 
       
    38 START RESOURCE          ../data/devdiagcoveragesuitepluginrsc.rss
       
    39 HEADER
       
    40 TARGETPATH              RESOURCE_FILES_DIR
       
    41 LANGUAGE_IDS
       
    42 END // RESOURCE
       
    43 
       
    44 USERINCLUDE             .
       
    45 USERINCLUDE             ../inc
       
    46 USERINCLUDE             ../data
       
    47 USERINCLUDE             ../loc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE           /epoc32/include/ecom
       
    51 
       
    52 LIBRARY                 euser.lib
       
    53 LIBRARY                 ecom.lib
       
    54 LIBRARY                 commonengine.lib
       
    55 LIBRARY                 aknicon.lib
       
    56 LIBRARY                 egul.lib
       
    57 LIBRARY                 flogger.lib
       
    58 LIBRARY                 diagframework.lib
       
    59 LIBRARY                 diagpluginbase.lib
       
    60 
       
    61 // End of File
       
    62