gst_plugins_symbian/tsrc/gstreamertestmodule/group/GStreamerTestClass.mmp
changeset 2 5505e8908944
child 11 1373546e05c6
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     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 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET          GStreamerTestClass.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x10207C5E
       
    29 
       
    30 EPOCALLOWDLLDATA
       
    31 
       
    32 EPOCHEAPSIZE 0x800000 0x1000000
       
    33 EPOCSTACKSIZE 0xA000
       
    34 
       
    35 #if defined(EKA2)
       
    36 CAPABILITY      ALL -TCB
       
    37 #endif
       
    38 
       
    39 DEFFILE         GStreamerTestClass.def
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          GStreamerTestClass.cpp
       
    43 SOURCE          GStreamerTestClassBlocks.cpp
       
    44 SOURCE          GStreamerTestClassBlocksCallbacks.cpp
       
    45 SOURCE          TimeoutController.cpp
       
    46 
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    52 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    53 
       
    54 USERINCLUDE		../../../../include/gstreamer
       
    55 USERINCLUDE		../../../../include/gstreamer/gst
       
    56 USERINCLUDE		../../../../include/gstreamer/gst/base
       
    57 
       
    58 // FIXME  Fix this path when we check in this project.
       
    59 USERINCLUDE     ../../../gst/devsound
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         stiftestinterface.lib
       
    63 LIBRARY         efsrv.lib				// File server session for database
       
    64 
       
    65 LIBRARY     libc.lib
       
    66 LIBRARY     libpthread.lib
       
    67 LIBRARY     libdl.lib
       
    68 LIBRARY     libm.lib
       
    69 
       
    70 LIBRARY         libglib.lib
       
    71 LIBRARY         libgmodule.lib
       
    72 LIBRARY         libgobject.lib
       
    73 LIBRARY         libgthread.lib
       
    74 LIBRARY         glibbackend.lib
       
    75 LIBRARY         libz.lib
       
    76 
       
    77 LIBRARY         libgstreamer.lib
       
    78 LIBRARY			libgstdevsoundext.lib
       
    79 // Other possible keywords:
       
    80  
       
    81 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    82 
       
    83 
       
    84 // End of File
       
    85 SMPSAFE