networkingtestandutils/ipv6to4tunnel/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 - 6to4 tunnel hook
       
    15 // 6to4 tunnel hook
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 // specify the platforms your component needs to be built for here
       
    26 // defaults to WINS MARM so you can ignore this if you just build these
       
    27 
       
    28 PRJ_EXPORTS
       
    29 // Specify the source file followed by its destination here
       
    30 // copy will be used to copy the source file to its destination
       
    31 // If there's no destination then the source file will be copied
       
    32 // to the same name in \epoc32\include
       
    33 
       
    34 PRJ_TESTEXPORTS
       
    35 
       
    36 ../data/6to4.esk	        /epoc32/data/z/private/101f7989/esock/ip.6to4.esk
       
    37 ../data/6to4.esk	        /epoc32/winscw/c/private/101f7989/esock/ip.6to4.esk
       
    38 ../data/6to4_secure.ini   /epoc32/data/z/private/101f7989/esock/6to4.ini
       
    39 ../data/6to4_secure.ini   /epoc32/winscw/c/private/101f7989/esock/6to4.ini
       
    40 ../data/6to4_tunnels.ini	/epoc32/data/z/private/101f7989/esock/6to4_tunnels.ini
       
    41 ../data/6to4_tunnels.ini	/epoc32/winscw/c/private/101f7989/esock/6to4_tunnels.ini
       
    42 
       
    43 ../group/6to4.iby    /epoc32/rom/include/6to4.iby
       
    44 
       
    45 PRJ_MMPFILES
       
    46 // Specify the .mmp files required for building the important component
       
    47 // releasables. Note that you should specify any .mmp files for test
       
    48 // programs further down the file.
       
    49 //
       
    50 // Specify "tidy" if the component you need to build doesn't need to be
       
    51 // released to the rest of the company
       
    52 // specify "ignore" if the MMP file exists but should be
       
    53 // ignored.
       
    54 // Example:
       
    55 /*
       
    56 \agnmodel\group\agnmodel.mmp
       
    57 #if defined(MARM)
       
    58 \agnmodel\group\agsvexe.mmp
       
    59 #endif
       
    60 */
       
    61 
       
    62 PRJ_TESTMMPFILES
       
    63 // specify the .mmp files required for building any test programs here
       
    64 //
       
    65 // You can specify "manual" to denote that a test should be listed in a
       
    66 // generated batch file for running a group of tests
       
    67 // which require user input during testing.
       
    68 // You can specify "support" to denote that a file is a test support file
       
    69 // and shouldn't be listed in a batch file for running a group of tests
       
    70 // By default, each test will be listed in a batch file for running a group
       
    71 // of tests which can be left to run without requiring watching over
       
    72 // by the person running the tests, i.e. tests where no user
       
    73 // input is required.  The default will apply if neither "manual"
       
    74 // or "support" is specified.
       
    75 // Example:
       
    76 /*
       
    77 \agnmodel\agtest\T_ATTEND.MMP	manual
       
    78 */
       
    79 6to4.mmp