upnpsharing/upnpgstwrapper/group/upnpgstwrapper.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Project specification file for upnpgstwrapper component
       
    15 *
       
    16 */
       
    17 
       
    18 // For compatibility with IAD branch
       
    19 #include "../../../group/upnpplatformvar.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          upnpgstwrapper.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x20009C9D
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 // SIS installation + IAD support
       
    30 VERSION 10.1
       
    31 paged
       
    32 
       
    33 // User include paths, own headers
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../../inc
       
    36 
       
    37 // System include paths
       
    38 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    39 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 /* 
       
    43  * temporary systeminclude, the real path will be used once gstream has done 
       
    44  * the export to the epoc32/include...
       
    45  */
       
    46 SYSTEMINCLUDE   /sf/mw/gstreamer/include/gstreamer
       
    47 
       
    48 // Source files
       
    49 SOURCEPATH      ../src
       
    50 SOURCE          upnpgstwrapper.cpp
       
    51 SOURCE          upnprenderercfgparser.cpp
       
    52 SOURCE          upnprenderercfg.cpp
       
    53 
       
    54 // Platform and UI libraries
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         bafl.lib
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         xmlframework.lib
       
    59 LIBRARY         flogger.lib
       
    60 
       
    61 LIBRARY         libgstreamer.lib
       
    62 LIBRARY         libglib.lib
       
    63 LIBRARY         libgobject.lib
       
    64 LIBRARY         libgstapp.lib
       
    65 
       
    66 // End of file