gst_plugins_good/group/gstcamerabin.mmp
changeset 2 5505e8908944
child 5 aaf49be10b8c
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 // Gstreamer.MMP
       
     2 /*
       
     3  *  Copyright © 2008 Nokia Corporation.
       
     4  *  This material, including documentation and any related
       
     5  *  computer progrs, is protected by copyright controlled by
       
     6  *  Nokia Corporation. All rights are reserved. Copying,
       
     7  *  including reproducing, storing, adapting or translating, any
       
     8  *  or all of this material requires the prior written consent of
       
     9  *  Nokia Corporation. This material also contains confidential
       
    10  *  information which may not be disclosed to others without the
       
    11  *  prior written consent of Nokia Corporation.
       
    12  * ============================================================================
       
    13  */
       
    14 
       
    15 #include <platform_paths.hrh>                                                            
       
    16 
       
    17 TARGET          libgstcamerabin.dll
       
    18 TARGETTYPE      DLL
       
    19 //UID             0x20004c45 0x0DE80A1B
       
    20 UID             0x20004c45 0x1DE80A1B
       
    21 
       
    22 LANG            SC
       
    23 CAPABILITY All -Tcb
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    27 EpocAllowDllData
       
    28 #endif
       
    29 
       
    30 MACRO           HAVE_CONFIG_H
       
    31 
       
    32 USERINCLUDE     ..
       
    33 USERINCLUDE     ../gst/camerabin
       
    34 USERINCLUDE     ../gst-libs
       
    35 USERINCLUDE     ../gst-libs/gst
       
    36 USERINCLUDE     ../gst-libs/gst/interfaces
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    40 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    41 USERINCLUDE		../../include/gstreamer
       
    42 USERINCLUDE		../../include/gstreamer/gst
       
    43 USERINCLUDE		../../include/gstreamer/gst/base
       
    44 //USERINCLUDE		../../include/gstreamer/gst/controller
       
    45 //USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    46 //USERINCLUDE		../../include/gstreamer/gst/net
       
    47 //USERINCLUDE		../../include/gstreamer/gst/audio
       
    48 //USERINCLUDE		../../include/gstreamer/gst/cdda
       
    49 //USERINCLUDE		../../include/gstreamer/gst/floatcast
       
    50 USERINCLUDE		../../include/gstreamer/gst/interfaces
       
    51 //USERINCLUDE		../../include/gstreamer/gst/netbuffer
       
    52 //USERINCLUDE		../../include/gstreamer/gst/riff
       
    53 //USERINCLUDE		../../include/gstreamer/gst/rtp
       
    54 //USERINCLUDE		../../include/gstreamer/gst/tag
       
    55 //USERINCLUDE		../../include/gstreamer/gst/video
       
    56 
       
    57 SYSTEMINCLUDE     ..
       
    58 SYSTEMINCLUDE   /sf/mw/gstreamer/include/gstreamer
       
    59 
       
    60 
       
    61 SOURCEPATH      ../gst/camerabin
       
    62 SOURCE        gstcamerabin.c
       
    63 SOURCE        gstcamerabinxoverlay.c     
       
    64 SOURCE        gstcamerabincolorbalance.c 
       
    65 SOURCE        camerabinimage.c           
       
    66 SOURCE        camerabinvideo.c           
       
    67 SOURCE        camerabingeneral.c         
       
    68 SOURCE        gstcamerabinphotography.c
       
    69 SOURCE		  gstcamerabin-marshal.c
       
    70 
       
    71 LIBRARY         libc.lib
       
    72 LIBRARY         libpthread.lib
       
    73 LIBRARY         libdl.lib
       
    74 LIBRARY         libglib.lib
       
    75 LIBRARY         libgmodule.lib
       
    76 
       
    77 LIBRARY         libgobject.lib
       
    78 LIBRARY         libgthread.lib
       
    79 LIBRARY         libm.lib
       
    80 LIBRARY         libz.lib
       
    81 LIBRARY         libgstreamer.lib
       
    82 LIBRARY         libgstbase.lib
       
    83 LIBRARY			libgstinterfaces.lib
       
    84 LIBRARY			libgstphotography.lib
       
    85 
       
    86 #ifdef WINSCW
       
    87 LIBRARY		ewsd.lib //wsd solution
       
    88 #endif
       
    89 
       
    90