tracesrv/tracecompiler/internal/TraceCompiler_Test/TraceCompilerTester/group/TraceCompilerTesterBasic.mmp
changeset 62 1c2bb2fc7c87
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
       
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #define NO_EKERN_LIB
       
    19 #include    <kernel/kern_ext.mmh>
       
    20 
       
    21 targettype      kext
       
    22 
       
    23 target          tracecompilertesterbasic.dll
       
    24 linkas          tracecompilertesterbasic.dll
       
    25 
       
    26 vendorid        VID_DEFAULT
       
    27 capability      all
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 userinclude		../inc
       
    32 userinclude		../inl
       
    33 userinclude		../traces
       
    34 
       
    35 sourcepath      ../src
       
    36 source	        TraceCompilerTesterBasic.cpp
       
    37 source          TraceCompilerTesterCommon1.cpp
       
    38 source          TraceCompilerTesterCommon2.cpp
       
    39 
       
    40 uid             0 0x20011112
       
    41 
       
    42 library         ekern.lib
       
    43 library         tracecore.lib
       
    44