gstreamer_core/tsrc/gstreamertestcases_suite2/group/bld.inf
changeset 8 4a7fac7dd34a
child 9 2a0f36a70380
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
       
     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 
       
    34 
       
    35 
       
    36 PRJ_EXPORTS
       
    37 // Specify the source file followed by its destination here
       
    38 // copy will be used to copy the source file to its destination
       
    39 // If there's no destination then the source file will be copied
       
    40 // to the same name in \epoc32\include
       
    41 // Example: 
       
    42 /*
       
    43 \agnmodel\inc\AGMCOMON.H
       
    44 */
       
    45 
       
    46 PRJ_TESTMMPFILES
       
    47 
       
    48 	GstreamerTestCases_suite2.mmp
       
    49 
       
    50 PRJ_MMPFILES
       
    51 //GstreamerTestCases_suite2.mmp
       
    52 
       
    53 	// GstreamerTestCases_nrm.mmp
       
    54 
       
    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 
       
    69 //  End of File