gstreamer_core/tsrc/gstreamertestcases_suite3/group/GstreamerTestCases_suite3.mmp
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     4 *
       
     5 * This library is free software; you can redistribute it and/or
       
     6 * modify it under the terms of the GNU Lesser General Public
       
     7 * License as published by the Free Software Foundation; either
       
     8 * version 2 of the License, or (at your option) any later version.
       
     9 *
       
    10 * This library is distributed in the hope that it will be useful,
       
    11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 * Lesser General Public License for more details.
       
    14 *
       
    15 * You should have received a copy of the GNU Lesser General Public
       
    16 * License along with this library; if not, write to the
       
    17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18 * Boston, MA 02111-1307, USA.
       
    19 *
       
    20 * Description:
       
    21 *
       
    22 */
       
    23 
       
    24 
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 TARGET          gstreamertestcases_suite3.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x101FB6E6
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 
       
    33 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    34 // VENDORID     0x00000000
       
    35 /* Remove comments and replace 0x00000000 with correct secure id */
       
    36 // SECUREID     0x00000000
       
    37 
       
    38 //TARGETPATH      ?target_path
       
    39 //DEFFILE         GstreamerTestCases.def
       
    40 
       
    41 USERINCLUDE     ../inc 
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 SOURCE          GstreamerTestCases.cpp
       
    48 SOURCE          GstreamerTestCasesBlocks.cpp
       
    49 
       
    50 //RESOURCE        resource_file
       
    51 //RESOURCE        resource_file2
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         stiftestinterface.lib
       
    55 LIBRARY         stiftestengine.lib
       
    56 
       
    57 LANG            SC
       
    58 
       
    59 /*
       
    60 START WINS      
       
    61 ?wins_specific_information
       
    62 END
       
    63 
       
    64 START MARM
       
    65 ?marm_specific_information
       
    66 END
       
    67 */
       
    68 // Other possible keywords:
       
    69  
       
    70 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    71 /*
       
    72 START BITMAP ?target
       
    73 TARGETPATH   ?emulated_path_on_target_machine
       
    74 HEADER
       
    75 SOURCE       ?color_depth ?source_bitmap
       
    76 END
       
    77 */
       
    78 // DEFFILE ?filename
       
    79 // AIF ?filename
       
    80 
       
    81 // End of File