srsf/nssvasapi/nssvasdb/nssvasdbeventnotifier/group/bld.inf
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2001 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 PRJ_PLATFORMS
       
    20 DEFAULT
       
    21 
       
    22 PRJ_EXPORTS
       
    23 // specify the source file followed by its destination here
       
    24 // copy will be used to copy the source file to its destination
       
    25 // If there's no destination then the source file will be copied
       
    26 // to the same name in /epoc32/include
       
    27 
       
    28 #include "exports.inc"
       
    29 
       
    30 PRJ_MMPFILES
       
    31 // specify the .mmp files required for building the important component releasables
       
    32 // note that you should specify any .mmp files for test programs further down the file.
       
    33 //
       
    34 // It's best if the .MMP files are specified in the order in which the components are
       
    35 // built, but that eventually shouldn't matter
       
    36 //
       
    37 // Use C++ style #defines to denote that a component is only built for a particular platform
       
    38 //
       
    39 // specify "tidy" if the component you need to build doesn't need to be released to
       
    40 // the rest of the company
       
    41 // specify "ignore" if the MMP file exists but should be ignored - William wants this!
       
    42 
       
    43 
       
    44 VASDBEventNotifier.mmp
       
    45 
       
    46 
       
    47 
       
    48 PRJ_TESTMMPFILES
       
    49 // specify the .mmp files required for building any test programs here
       
    50 //
       
    51 // you can specify "manual" to denote that a test should be listed in a generated
       
    52 // batch file for running a group of tests which require user input during testing.
       
    53 // you can specify "support" to denote that a file is a test support file and shouldn't
       
    54 // be listed in a batch file for running a group of tests
       
    55 // By default, each test will be listed in a batch file for running a group of tests
       
    56 // which can be left to run without requiring watching over by the person running the tests,
       
    57 // i.e. tests where no user input is required.  The default will apply if neither "manual"
       
    58 // or "support" is specified.
       
    59 
       
    60