devicediagnosticsfw/diagpluginbase/group/diagpluginbase.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     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 for DiagPluginBase.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      diagpluginbase.dll
       
    23 TARGETTYPE  dll
       
    24 
       
    25 UID	        0x1000008d 0x2000afe9
       
    26 
       
    27 CAPABILITY  CAP_GENERAL_DLL
       
    28 VENDORID    VID_DEFAULT
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 SOURCE      diagtestpluginbase.cpp
       
    32 SOURCE      diagsuitepluginbase.cpp
       
    33 SOURCE      diagresultdetailbasic.cpp
       
    34 SOURCE      diagresultdetailbasicitem.cpp
       
    35 SOURCE      diagpluginbaseutils.cpp
       
    36 SOURCE      diagpluginwaitingdialogwrapper.cpp
       
    37 
       
    38 // User Include
       
    39 USERINCLUDE ../inc
       
    40 
       
    41 // System Include Paths
       
    42 SYSTEMINCLUDE   /epoc32/include/ecom
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY     euser.lib
       
    46 LIBRARY     ecom.lib
       
    47 LIBRARY     efsrv.lib
       
    48 LIBRARY     bafl.lib
       
    49 LIBRARY     cone.lib            // CCoeEnv
       
    50 LIBRARY     commonengine.lib
       
    51 LIBRARY     estor.lib           // RBufReadStream
       
    52 LIBRARY     flogger.lib         // logging
       
    53 LIBRARY     eikdlg.lib          // CEikDialog
       
    54 LIBRARY     diagframework.lib
       
    55 LIBRARY     diagresultsdatabase.lib
       
    56 
       
    57 #if defined(WINSCW)
       
    58     deffile ../bwins/diagpluginbase.def
       
    59 #else
       
    60     deffile ../eabi/diagpluginbase.def
       
    61 #endif
       
    62 
       
    63 nostrictdef 
       
    64