testtoolsconn/wintap/group/bld.inf
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 //
       
     2 // Copyright (c) 2005-2009 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 PRJ_PLATFORMS
       
    18 WINSCW
       
    19 
       
    20 PRJ_EXPORTS
       
    21 ../driver/wintap-config.doc             /epoc32/engineeringtools/driver/wintap-config.doc
       
    22 ../driver/license.txt	                /epoc32/engineeringtools/driver/license.txt
       
    23 ../driver/OemWin2k.inf			/epoc32/engineeringtools/driver/OemWin2k.inf
       
    24 ../driver/tap0801.sys			/epoc32/engineeringtools/driver/tap0801.sys
       
    25 ../driver/tap0901.inf			/epoc32/engineeringtools/driver/tap0901.inf
       
    26 ../driver/tap0901.sys			/epoc32/engineeringtools/driver/tap0901.sys
       
    27 ../driver/tap0901.cat			/epoc32/engineeringtools/driver/tap0901.cat
       
    28 ../driver/tapinstaller.exe		/epoc32/engineeringtools/driver/tapinstaller.exe
       
    29 ../driver/x64driver/tap0901.inf			/epoc32/engineeringtools/driver/x64driver/tap0901.inf
       
    30 ../driver/x64driver/tap0901.sys			/epoc32/engineeringtools/driver/x64driver/tap0901.sys
       
    31 ../driver/x64driver/tap0901.cat			/epoc32/engineeringtools/driver/x64driver/tap0901.cat
       
    32 ../driver/x64driver/tapinstaller.x64.exe	/epoc32/engineeringtools/driver/x64driver/tapinstaller.x64.exe
       
    33 ../driver/wintap.configure.nsh		/epoc32/engineeringtools/driver/wintap.configure.nsh
       
    34 ../driver/wintap.uninstaller.nsh	/epoc32/engineeringtools/driver/wintap.uninstaller.nsh
       
    35 
       
    36 #if defined(WINS)||defined(WINSCW)
       
    37 
       
    38 #ifdef INSTALLER
       
    39 
       
    40 PRJ_MMPFILES
       
    41 wintaplibinst.mmp
       
    42 ethertap.mmp
       
    43 
       
    44 #else
       
    45 
       
    46 PRJ_MMPFILES
       
    47 wintaplib.mmp
       
    48 ethertap.mmp
       
    49 
       
    50 #endif
       
    51 
       
    52 #endif