os/ossrv/stdcpp/tsrc/BC/apps/BCException/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description:       
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
sl@0
    19
sl@0
    20
sl@0
    21
PRJ_PLATFORMS
sl@0
    22
// specify the platforms your component needs to be built for here
sl@0
    23
// defaults to WINS MARM so you can ignore this if you just build these
sl@0
    24
DEFAULT
sl@0
    25
sl@0
    26
PRJ_TESTEXPORTS
sl@0
    27
// NOTE: If using ARS requirements all export operations should be done under this.
sl@0
    28
// 'abld test export'
sl@0
    29
sl@0
    30
PRJ_EXPORTS
sl@0
    31
// Specify the source file followed by its destination here
sl@0
    32
// copy will be used to copy the source file to its destination
sl@0
    33
// If there's no destination then the source file will be copied
sl@0
    34
// to the same name in /epoc32/include
sl@0
    35
// Example: 
sl@0
    36
/*
sl@0
    37
/agnmodel/inc/AGMCOMON.H
sl@0
    38
*/
sl@0
    39
exp_C.bat /epoc32/winscw/c/exp_C.bat
sl@0
    40
exp_Z.bat /epoc32/winscw/c/exp_Z.bat
sl@0
    41
testframework.ini		/epoc32/winscw/c/testframework/testframework_mrtexp.ini
sl@0
    42
BCException.cfg		/epoc32/winscw/c/testframework/BCException.cfg
sl@0
    43
sl@0
    44
PRJ_TESTMMPFILES
sl@0
    45
// NOTE: If using ARS requirements .mmp file operation should be done under this.
sl@0
    46
// 'abld test build'
sl@0
    47
sl@0
    48
PRJ_MMPFILES
sl@0
    49
// Specify the .mmp files required for building the important component
sl@0
    50
// releasables.
sl@0
    51
//
sl@0
    52
// Specify "tidy" if the component you need to build doesn't need to be
sl@0
    53
// released. Specify "ignore" if the MMP file exists but should be
sl@0
    54
// ignored.
sl@0
    55
// Example:
sl@0
    56
/*
sl@0
    57
/agnmodel/group/agnmodel.mmp
sl@0
    58
#if defined(MARM)
sl@0
    59
/agnmodel/group/agsvexe.mmp
sl@0
    60
#endif
sl@0
    61
*/
sl@0
    62
BCException.mmp
sl@0
    63
sl@0
    64
//  End of File