gst_plugins_good/group/gstphotography.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 22 Jan 2010 09:59:59 +0200
changeset 2 5505e8908944
child 5 aaf49be10b8c
permissions -rw-r--r--
Revision: 201001 Kit: 201003

// Gstreamer.MMP
/*
 *  Copyright © 2008 Nokia Corporation.
 *  This material, including documentation and any related
 *  computer progrs, is protected by copyright controlled by
 *  Nokia Corporation. All rights are reserved. Copying,
 *  including reproducing, storing, adapting or translating, any
 *  or all of this material requires the prior written consent of
 *  Nokia Corporation. This material also contains confidential
 *  information which may not be disclosed to others without the
 *  prior written consent of Nokia Corporation.
 * ============================================================================
 */

#include <platform_paths.hrh>                                                            

TARGET          libgstphotography.dll
TARGETTYPE      DLL
//UID             0x1000008d 0x10207C43
// FIX ME change UID
UID             0x1000008d 0x20207C43

LANG            SC
CAPABILITY      All -Tcb
VENDORID        VID_DEFAULT

#if !defined(__WINSCW__) && !defined(__WINS__)
EpocAllowDllData
#endif

MACRO           HAVE_CONFIG_H

USERINCLUDE     ..
USERINCLUDE     ../gst-libs/gst/interfaces

MW_LAYER_SYSTEMINCLUDE
OS_LAYER_LIBC_SYSTEMINCLUDE
OS_LAYER_GLIB_SYSTEMINCLUDE

USERINCLUDE		../../include/gstreamer
USERINCLUDE		../../include/gstreamer/gst
USERINCLUDE		../../include/gstreamer/gst/audio

SYSTEMINCLUDE   /sf/mw/gstreamer/include/gstreamer

SOURCEPATH      ../gst-libs/gst/interfaces
SOURCE          photography.c
SOURCE			photography-enumtypes.c


LIBRARY         libc.lib
LIBRARY         libpthread.lib
LIBRARY        libdl.lib
LIBRARY         libglib.lib
LIBRARY         libgmodule.lib

LIBRARY         libgobject.lib
LIBRARY         libgthread.lib
LIBRARY         libgstreamer.lib