gstreamer_core/tsrc/gstreamertestcases_suite4/group/bld.inf
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     3 *
       
     4 * This library is free software; you can redistribute it and/or
       
     5 * modify it under the terms of the GNU Lesser General Public
       
     6 * License as published by the Free Software Foundation; either
       
     7 * version 2 of the License, or (at your option) any later version.
       
     8 *
       
     9 * This library is distributed in the hope that it will be useful,
       
    10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    12 * Lesser General Public License for more details.
       
    13 *
       
    14 * You should have received a copy of the GNU Lesser General Public
       
    15 * License along with this library; if not, write to the
       
    16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    17 * Boston, MA 02111-1307, USA.
       
    18 *
       
    19 * Description:
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 // specify the platforms your component needs to be built for here
       
    26 // defaults to WINS MARM so you can ignore this if you just build these
       
    27 	
       
    28 	DEFAULT
       
    29 
       
    30 PRJ_TESTEXPORTS
       
    31 // NOTE: If using ARS requirements all export operations should be done under this.
       
    32 // 'abld test export'
       
    33 ../conf/gstreamertestcases_suite4.cfg   /epoc32/winscw/c/TestFramework/gstreamertestcases_suite4.cfg
       
    34 ../init/gstreamertestcases_suite4.ini   /epoc32/winscw/c/TestFramework/gstreamertestcases_suite4.ini
       
    35 ../init/testframework.ini               /epoc32/winscw/c/TestFramework/testframework.ini
       
    36 
       
    37 
       
    38 
       
    39 
       
    40 PRJ_EXPORTS
       
    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 
       
    48 PRJ_TESTMMPFILES
       
    49 
       
    50 	GstreamerTestCases_suite4.mmp
       
    51 
       
    52 PRJ_MMPFILES
       
    53 //GstreamerTestCases_suite4.mmp
       
    54 
       
    55 	// GstreamerTestCases_nrm.mmp
       
    56 
       
    57 // Specify the .mmp files required for building the important component
       
    58 // releasables.
       
    59 //
       
    60 // Specify "tidy" if the component you need to build doesn't need to be
       
    61 // released. Specify "ignore" if the MMP file exists but should be
       
    62 // ignored.
       
    63 // Example:
       
    64 
       
    65 
       
    66 //  End of File