gst_plugins_good/group/gstautodetect.mmp
branchRCL_3
changeset 30 7e817e7e631c
parent 2 5505e8908944
child 8 4a7fac7dd34a
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
       
     1 // gstautodetect.mmp
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     4 *
       
     5 * This library is free software; you can redistribute it and/or
       
     6 * modify it under the terms of the GNU Lesser General Public
       
     7 * License as published by the Free Software Foundation; either
       
     8 * version 2 of the License, or (at your option) any later version.
       
     9 *
       
    10 * This library is distributed in the hope that it will be useful,
       
    11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 * Lesser General Public License for more details.
       
    14 *
       
    15 * You should have received a copy of the GNU Lesser General Public
       
    16 * License along with this library; if not, write to the
       
    17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18 * Boston, MA 02111-1307, USA.
       
    19 *
       
    20 * Description:
       
    21 *
       
    22 */
       
    23 
       
    24 #include <platform_paths.hrh>  
       
    25 
       
    26 TARGET          libgstautodetect.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x1000008d 0x2001F446
       
    29 //TARGETTYPE      STDDLL
       
    30 //UID             0x20004c45 0x0DE80A1D
       
    31 
       
    32 
       
    33 LANG            SC
       
    34 CAPABILITY      All -TCB
       
    35 VENDORID        VID_DEFAULT
       
    36 
       
    37 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    38 EpocAllowDllData
       
    39 #endif
       
    40 
       
    41 MACRO           HAVE_CONFIG_H
       
    42 
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    46 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE   ../../include/gstreamer
       
    48 USERINCLUDE     ../
       
    49 
       
    50 SOURCEPATH      ../gst/autodetect
       
    51 SOURCE          gstautodetect.c
       
    52 SOURCE          gstautoaudiosink.c
       
    53 SOURCE          gstautovideosink.c
       
    54 
       
    55 LIBRARY         libc.lib
       
    56 LIBRARY         libglib.lib
       
    57 LIBRARY         libgobject.lib
       
    58 LIBRARY         libgstreamer.lib
       
    59 
       
    60 #ifdef WINSCW
       
    61 LIBRARY     ewsd.lib //wsd solution
       
    62 #endif
       
    63 
       
    64 
       
    65 SMPSAFE