tracesrv/tracecore/btrace_handler/group/TraceCore.mmp
changeset 56 aa2539c91954
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
       
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Trace Core 
       
    15 //
       
    16 // mmp file that builds the tracecore with a KEXT entry point
       
    17 
       
    18 #include "tracecore.mmh"
       
    19 
       
    20 targettype      KEXT
       
    21 target          tracecore.dll
       
    22 uid             0 0x20010221
       
    23 capability      all
       
    24 vendorid        VID_DEFAULT
       
    25 
       
    26 deffile         ../~/tracecore.def
       
    27 
       
    28 OS_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 userinclude     ../inc
       
    31 userinclude     ../traces
       
    32 
       
    33 sourcepath      ../src
       
    34 
       
    35 source          TraceCore.cpp
       
    36 source          TraceCoreMediaIf.cpp
       
    37 source          TraceCorePluginIf.cpp
       
    38 source          TraceCoreMediaPlugin.cpp
       
    39 source          TraceCoreSendReceive.cpp
       
    40 source          TraceCoreRouter.cpp
       
    41 source          TraceCoreSubscriber.cpp
       
    42 source          TraceCoreWriter.cpp
       
    43 source          TraceCoreMediaSWriter.cpp
       
    44 source          TraceCoreHandler.cpp
       
    45 source          TraceCorePrintfTraceHandler.cpp
       
    46 source          TraceCoreBTraceHandler.cpp
       
    47 source          BTraceCategoryHandler.cpp
       
    48 source          TraceCoreInternalMessageHandler.cpp
       
    49 source          TraceCoreActivationBase.cpp
       
    50 source          TraceCoreTraceActivationIf.cpp
       
    51 source          BTraceKernelCategoryHandler.cpp
       
    52 source          TraceCoreSettings.cpp
       
    53 source          BTraceOstCategoryHandler.cpp
       
    54 source          BTraceOstCategoryBitmap.cpp
       
    55 source          TraceCoreNotificationReceiver.cpp
       
    56 source          TraceCoreNotifier.cpp
       
    57 source          TraceCoreConfiguration.cpp
       
    58 source          TraceCoreMessageUtils.cpp
       
    59 source          TraceCoreOstLddIf.cpp
       
    60 source 			tracecore_ext.cpp
       
    61 
       
    62 library         trace_certification.lib
       
    63 
       
    64 #if !defined( SMP )
       
    65 exportlibrary   tracecore.lib
       
    66 #else
       
    67 noexportlibrary
       
    68 #endif
       
    69 
       
    70 epocallowdlldata
       
    71 SMPSAFE
       
    72 macro	USE_OPTIMIZED_WRITE