upnpavcontroller/upnpavcontrollerhelper/group/upnpavcontrollerhelper.mmp
changeset 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2007 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 file for AVController helper library
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "../../../group/upnpplatformvar.hrh"
       
    24 
       
    25 TARGET          upnpavcontrollerhelper.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x20009CA8
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 VERSION         10.1
       
    33 paged
       
    34 
       
    35 SOURCEPATH      ../src 
       
    36 SOURCE          upnpitemutility.cpp
       
    37 SOURCE          upnpfileutility.cpp
       
    38 SOURCE          upnpdlnautility.cpp
       
    39 SOURCE          upnpitemresolverfactory.cpp
       
    40 SOURCE          upnpremoteitemresolver.cpp
       
    41 SOURCE          upnplocalitemresolver.cpp
       
    42 SOURCE          upnpdownloaditemresolver.cpp
       
    43 SOURCE          upnpresourceselector.cpp
       
    44 SOURCE          upnpabstractbrowsingsessionobserver.cpp
       
    45 SOURCE          upnpabstractrenderingsessionobserver.cpp
       
    46 SOURCE          upnpinternalfileutility.cpp
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../../inc
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE 
       
    52 USERINCLUDE   ../../../inc
       
    53 
       
    54 // system
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         estor.lib
       
    57 LIBRARY         bafl.lib
       
    58 LIBRARY         drmcommon.lib  // OEM-DRM
       
    59 LIBRARY         caf.lib // WM-DRM
       
    60 LIBRARY         cafutils.lib // WM-DRM
       
    61 LIBRARY         efsrv.lib // RFs
       
    62 LIBRARY         PlatformEnv.lib // PathInfo
       
    63 LIBRARY         insock.lib // TInetAddr
       
    64 
       
    65 // S60 upnp stack
       
    66 LIBRARY         upnpavobjects.lib // CUpnpObject, ...
       
    67 LIBRARY         upnpipserversutils.lib // CUpnpDlnaProtocolInfo
       
    68 LIBRARY         avmediaserverclient.lib // file sharing
       
    69 
       
    70 // other upnp components
       
    71 LIBRARY         upnpavcontrollerclient.lib
       
    72 LIBRARY         upnpxmlparser.lib // browse response
       
    73 LIBRARY         upnputilities.lib // CreateItemFromFileLC
       
    74 LIBRARY         upnpsettingsengine.lib // SettingsEngine
       
    75 LIBRARY         upnpsecurity.lib // SecAccessController
       
    76 
       
    77 // debug
       
    78 DEBUGLIBRARY    flogger.lib
       
    79 
       
    80 // End of file