videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideoscollectionutiltest/group/bld.inf
branchRCL_3
changeset 15 8f0df5c82986
child 16 67eb01668b0e
equal deleted inserted replaced
14:55fa1ec415c6 15:8f0df5c82986
       
     1 /*
       
     2 * Copyright (c) 2009 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 PRJ_PLATFORMS
       
    19 // specify the platforms your component needs to be built for here
       
    20 // defaults to WINS MARM so you can ignore this if you just build these
       
    21 	
       
    22 	DEFAULT
       
    23 
       
    24 PRJ_TESTEXPORTS
       
    25 // NOTE: If using ARS requirements all export operations should be done under this.
       
    26 // 'abld test export'
       
    27 
       
    28 PRJ_EXPORTS
       
    29 ../conf/vcxmyvideoscollectionutiltest.cfg       /epoc32/winscw/c/testframework/vcxmyvideoscollectionutiltest.cfg
       
    30 ../init/testframework.ini                       /epoc32/winscw/c/testframework/testframework.ini
       
    31 
       
    32 ../data/mmc/file.txt                            /epoc32/winscw/c/data/vcxmyvideoscollectionutiltest_file.txt
       
    33 
       
    34 PRJ_TESTMMPFILES
       
    35 
       
    36 
       
    37 
       
    38 PRJ_MMPFILES
       
    39 
       
    40 	VcxMyVideosCollectionUtilTest.mmp
       
    41 	
       
    42 // Specify the .mmp files required for building the important component
       
    43 // releasables.
       
    44 //
       
    45 // Specify "tidy" if the component you need to build doesn't need to be
       
    46 // released. Specify "ignore" if the MMP file exists but should be
       
    47 // ignored.
       
    48 // Example:
       
    49 /*
       
    50 \agnmodel\group\agnmodel.mmp
       
    51 #if defined(MARM)
       
    52 \agnmodel\group\agsvexe.mmp
       
    53 #endif
       
    54 */
       
    55 
       
    56 //  End of File