devicediagnosticsfw/diagframework/group/diagframework.mmp
branchRCL_3
changeset 62 19bba8228ff0
parent 0 b497e44ab2fc
equal deleted inserted replaced
61:b183ec05bd8c 62:19bba8228ff0
       
     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 DiagFramework.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      diagframework.dll
       
    23 TARGETTYPE  dll
       
    24 
       
    25 UID	        0x1000008d 0x2000afe8
       
    26 
       
    27 CAPABILITY  CAP_GENERAL_DLL
       
    28 VENDORID    VID_DEFAULT
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 SOURCE      diagengine.cpp
       
    32 SOURCE   	diagengineimpl.cpp
       
    33 SOURCE      diagenginestatemachine.cpp
       
    34 SOURCE      diagpluginpool.cpp
       
    35 SOURCE 		diagpluginconstructionparam.cpp
       
    36 SOURCE      diagpluginexecplanimpl.cpp
       
    37 SOURCE      diagexecplanentryimpl.cpp
       
    38 SOURCE      diagexecplanentryimpltest.cpp
       
    39 SOURCE      diagexecplanentryimplsuite.cpp
       
    40 SOURCE      DiagTestExecParam.cpp
       
    41 SOURCE      diagsuiteexecparam.cpp
       
    42 SOURCE      diagrootsuite.cpp
       
    43 SOURCE      diagpluginpoolimpl.cpp
       
    44 SOURCE      diagpluginloaderdependencyparser.cpp
       
    45 SOURCE      diagresultsdbitembuilder.cpp
       
    46 SOURCE      diagenginecallhandler.cpp
       
    47 SOURCE      diagengineconfig.cpp
       
    48 // Events
       
    49 SOURCE      diagengineeventbasic.cpp
       
    50 SOURCE      diagengineeventtestprogress.cpp
       
    51 // Log Event Eraser
       
    52 SOURCE      diaglogeventeraser.cpp
       
    53 // Network registration status watcher
       
    54 SOURCE      diagnetworkregstatuswatcher.cpp
       
    55 USERINCLUDE ../inc
       
    56 
       
    57 // System Include Paths
       
    58 SYSTEMINCLUDE   /epoc32/include/ecom
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 // This macro disables DRM API
       
    62 //#define DIAGFW_DISABLE_DRM_API
       
    63 
       
    64 LIBRARY euser.lib
       
    65 LIBRARY ecom.lib
       
    66 LIBRARY bafl.lib
       
    67 LIBRARY flogger.lib
       
    68 LIBRARY xmlframework.lib
       
    69 LIBRARY etel3rdparty.lib            // For CTelephony
       
    70 LIBRARY centralrepository.lib       // For CRepository
       
    71 LIBRARY diagresultsdatabase.lib
       
    72 LIBRARY logcli.lib                  // For Log Eraser
       
    73 LIBRARY efsrv.lib                   // For Log Eraser
       
    74 
       
    75 #if ( defined(WINSCW) || !defined(DIAGFW_DISABLE_DRM_API) )
       
    76     LIBRARY drmserviceapi.lib       // DRM::CDrmServiceApi
       
    77 #else
       
    78     MACRO __DIAGFW_DISABLE_DRM_API
       
    79 #endif
       
    80 
       
    81 #if defined(WINSCW)
       
    82     deffile ../bwins/diagframework.def
       
    83 #else
       
    84     deffile ../eabi/diagframework.def
       
    85 #endif
       
    86 
       
    87 nostrictdef