tracesrv/reference/sf/adapt/osrndtools.nokia/xtiv2/drivers/group/xtirx.mmp
branchBUG 3869 Reference XTI device driver for Open System Trace
changeset 61 0e5a77c79f1e
equal deleted inserted replaced
60:e54443a6878c 61:0e5a77c79f1e
       
     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 
       
    19 FEATUREVARIANT
       
    20 
       
    21 #include        <rapu/variant.mmh>
       
    22 systeminclude   VariantIncludePath
       
    23 #include        "kernel/kern_ext.mmh"
       
    24 
       
    25 target          VariantTarget(xtirx,dll)
       
    26 targettype      kext
       
    27 linkas          xtirx.dll
       
    28 exportlibrary   xtirx.lib
       
    29 
       
    30 systeminclude   /epoc32/include/drivers
       
    31 OS_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 userinclude     ../common/inc
       
    34 
       
    35 sourcepath      ../src
       
    36 SOURCE          xtirx.cpp
       
    37 
       
    38 library         karap.lib
       
    39 library         VariantTarget(PowerResourceManager,lib)
       
    40 library         xtitx.lib
       
    41 
       
    42 
       
    43 epocallowdlldata 		   
       
    44 
       
    45 vendorid        VID_DEFAULT
       
    46 
       
    47 capability      all
       
    48 
       
    49 nostrictdef
       
    50 
       
    51 deffile         ../~/xtirx.def
       
    52