networkprotocols/tcpipv4v6prt/group/bld.inf
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2005-2009 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 // bld.inf - dual IPv6/IPv4 stack
       
    15 // tcpip6.prt IPv4/v6 protocol plug-in for socket server
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    24 #include "../te_tcpip6/group/bld.inf"
       
    25 #endif //SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    26 
       
    27 PRJ_PLATFORMS
       
    28 // specify the platforms your component needs to be built for here
       
    29 // defaults to WINS MARM so you can ignore this if you just build these
       
    30 
       
    31 PRJ_EXPORTS
       
    32 // Specify the source file followed by its destination here
       
    33 // copy will be used to copy the source file to its destination
       
    34 // If there's no destination then the source file will be copied
       
    35 // to the same name in epoc32include
       
    36 
       
    37 #include "../data/bld.inf"
       
    38 
       
    39 ../group/tcpip6.iby     /epoc32/rom/include/tcpip6.iby
       
    40 
       
    41 PRJ_TESTEXPORTS
       
    42 
       
    43 PRJ_MMPFILES
       
    44 // Specify the .mmp files required for building the important component
       
    45 // releasables. Note that you should specify any .mmp files for test
       
    46 // programs further down the file.
       
    47 //
       
    48 // Specify "tidy" if the component you need to build doesn't need to be
       
    49 // released to the rest of the company
       
    50 // specify "ignore" if the MMP file exists but should be
       
    51 // ignored.
       
    52 
       
    53 tcpip6.mmp
       
    54 
       
    55 
       
    56 PRJ_TESTMMPFILES
       
    57 // specify the .mmp files required for building any test programs here
       
    58 //
       
    59 // You can specify "manual" to denote that a test should be listed in a
       
    60 // generated batch file for running a group of tests
       
    61 // which require user input during testing.
       
    62 // You can specify "support" to denote that a file is a test support file
       
    63 // and shouldn't be listed in a batch file for running a group of tests
       
    64 // By default, each test will be listed in a batch file for running a group
       
    65 // of tests which can be left to run without requiring watching over
       
    66 // by the person running the tests, i.e. tests where no user
       
    67 // input is required.  The default will apply if neither "manual"
       
    68 // or "support" is specified.