gst_plugins_good/group/gstphotography.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          libgstphotography.dll
       
    18 TARGETTYPE      DLL
       
    19 //UID             0x1000008d 0x10207C43
       
    20 // FIX ME change UID
       
    21 UID             0x1000008d 0x20207C43
       
    22 
       
    23 LANG            SC
       
    24 CAPABILITY      All -Tcb
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    28 EpocAllowDllData
       
    29 #endif
       
    30 
       
    31 MACRO           HAVE_CONFIG_H
       
    32 
       
    33 USERINCLUDE     ..
       
    34 USERINCLUDE     ../gst-libs/gst/interfaces
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    38 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    39 
       
    40 USERINCLUDE		../../include/gstreamer
       
    41 USERINCLUDE		../../include/gstreamer/gst
       
    42 USERINCLUDE		../../include/gstreamer/gst/audio
       
    43 
       
    44 SYSTEMINCLUDE   /sf/mw/gstreamer/include/gstreamer
       
    45 
       
    46 SOURCEPATH      ../gst-libs/gst/interfaces
       
    47 SOURCE          photography.c
       
    48 SOURCE			photography-enumtypes.c
       
    49 
       
    50 
       
    51 LIBRARY         libc.lib
       
    52 LIBRARY         libpthread.lib
       
    53 LIBRARY        libdl.lib
       
    54 LIBRARY         libglib.lib
       
    55 LIBRARY         libgmodule.lib
       
    56 
       
    57 LIBRARY         libgobject.lib
       
    58 LIBRARY         libgthread.lib
       
    59 LIBRARY         libgstreamer.lib