isolationserver/tsrc/group/bld.inf
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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: bld.inf
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 // specify the platforms your component needs to be built for here
       
    22 // defaults to WINS MARM so you can ignore this if you just build these
       
    23 DEFAULT
       
    24 
       
    25 PRJ_TESTEXPORTS
       
    26 // NOTE: If using ARS requirements all export operations should be done under this.
       
    27 // 'abld test export'
       
    28 
       
    29 PRJ_EXPORTS
       
    30 ../init/TestFramework.ini /epoc32/winscw/c/TestFramework/TestFramework.ini
       
    31 ../conf/isolationserver.cfg /epoc32/winscw/c/TestFramework/isolationserver.cfg
       
    32 //../conf/isolationserver_manual.cfg /epoc32/winscw/c/TestFramework/isolationserver_manual.cfg
       
    33 ../data/test.jpg /epoc32/winscw/c/data/Images/test.jpg
       
    34 ../data/test.gif /epoc32/winscw/c/data/Images/test.gif
       
    35 ../data/test.png /epoc32/winscw/c/data/Images/test.png
       
    36 ../data/large.jpg /epoc32/winscw/c/data/Images/large.jpg
       
    37 ../data/large.gif /epoc32/winscw/c/data/Images/large.gif
       
    38 ../data/large.png /epoc32/winscw/c/data/Images/large.png
       
    39 ../data/corrupted.jpg /epoc32/winscw/c/data/Images/corrupted.jpg
       
    40 ../data/drmprotected.jpg /epoc32/winscw/c/data/Images/drmprotected.jpg
       
    41 // Specify the source file followed by its destination here
       
    42 // copy will be used to copy the source file to its destination
       
    43 // If there's no destination then the source file will be copied
       
    44 // to the same name in /epoc32/include
       
    45 // Example: 
       
    46 /*
       
    47 /agnmodel/inc/AGMCOMON.H
       
    48 */
       
    49 
       
    50 PRJ_TESTMMPFILES
       
    51 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    52 // 'abld test build'
       
    53 isolationservertest.mmp
       
    54 PRJ_MMPFILES
       
    55 // Specify the .mmp files required for building the important component
       
    56 // releasables.
       
    57 //
       
    58 // Specify "tidy" if the component you need to build doesn't need to be
       
    59 // released. Specify "ignore" if the MMP file exists but should be
       
    60 // ignored.
       
    61 // Example:
       
    62 /*
       
    63 /agnmodel/group/agnmodel.mmp
       
    64 #if defined(MARM)
       
    65 /agnmodel/group/agsvexe.mmp
       
    66 #endif
       
    67 */
       
    68 //isolationservertest.mmp
       
    69 
       
    70 //  End of File