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