bluetooth/btexample/example/btsocket/group/bld.inf
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2004-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 // Name     : bld.inf
       
    15 // Part of  : ErrorTool
       
    16 // Created  : 13/11/2004 by Shane Kearns
       
    17 // Version  :
       
    18 // 
       
    19 //
       
    20 
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 // specify the platforms your component needs to be built for here
       
    24 // defaults to WINS ARMI ARM4 THUMB so you can ignore this if you just build these
       
    25 WINSCW ARMV5
       
    26 
       
    27 PRJ_EXPORTS
       
    28 // Specify the source file followed by its destination here
       
    29 // copy will be used to copy the source file to its destination
       
    30 // If there's no destination then the source file will be copied
       
    31 // to the same name in \epoc32\include
       
    32 // Example: 
       
    33 /*
       
    34 \agnmodel\inc\AGMCOMON.H
       
    35 */
       
    36 
       
    37 PRJ_MMPFILES
       
    38 // Specify the .mmp files required for building the important component
       
    39 // releasables. Note that you should specify any .mmp files for test
       
    40 // programs further down the file.
       
    41 //
       
    42 // Specify "tidy" if the component you need to build doesn't need to be
       
    43 // released to the rest of the company
       
    44 // specify "ignore" if the MMP file exists but should be
       
    45 // ignored.
       
    46 
       
    47 // The mmp files below would normally be included as production binaries 
       
    48 // in this example code however for the Symbian build system they have
       
    49 // been marked as test binaries due to the fact that they are actually
       
    50 // example code.
       
    51 //
       
    52 // ex_btsocket.mmp
       
    53 
       
    54 PRJ_TESTMMPFILES
       
    55 // specify the .mmp files required for building any test programs here
       
    56 //
       
    57 // You can specify "manual" to denote that a test should be listed in a
       
    58 // generated batch file for running a group of tests
       
    59 // which require user input during testing.
       
    60 // You can specify "support" to denote that a file is a test support file
       
    61 // and shouldn't be listed in a batch file for running a group of tests
       
    62 // By default, each test will be listed in a batch file for running a group
       
    63 // of tests which can be left to run without requiring watching over
       
    64 // by the person running the tests, i.e. tests where no user
       
    65 // input is required.  The default will apply if neither "manual"
       
    66 // or "support" is specified.
       
    67 // Example:
       
    68 /*
       
    69 \agnmodel\agtest\T_ATTEND.MMP	manual
       
    70 */
       
    71 tservice.mmp
       
    72 tclient.mmp
       
    73 
       
    74 // The mmp files below would normally be included as production binaries 
       
    75 // in this example code however for the Symbian build system they have
       
    76 // been marked as test binaries due to the fact that they are actually
       
    77 // example code.
       
    78 //
       
    79 ex_btsocket.mmp