upnpavcontroller/upnpavcontrollerserver/group/upnpavcontrollerserver.mmp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    37 SOURCE          upnpavcontrollersession.cpp
    37 SOURCE          upnpavcontrollersession.cpp
    38 SOURCE          upnpavdispatcher.cpp
    38 SOURCE          upnpavdispatcher.cpp
    39 SOURCE          upnpavactioninfo.cpp
    39 SOURCE          upnpavactioninfo.cpp
    40 SOURCE          upnpavcontrollerimpl.cpp
    40 SOURCE          upnpavcontrollerimpl.cpp
    41 SOURCE          upnpplaybacksession.cpp
    41 SOURCE          upnpplaybacksession.cpp
    42 SOURCE          upnpfilesharingactive.cpp
       
    43 SOURCE          upnpbrowsingsession.cpp
    42 SOURCE          upnpbrowsingsession.cpp
    44 SOURCE          upnpaverrorhandler.cpp
    43 SOURCE          upnpaverrorhandler.cpp
    45 SOURCE          upnpavtimer.cpp
    44 SOURCE          upnpavtimer.cpp
    46 SOURCE          upnpdevicerepository.cpp
    45 SOURCE          upnpdevicerepository.cpp
    47 SOURCE          upnpavdeviceextended.cpp
    46 SOURCE          upnpavdeviceextended.cpp
    48 SOURCE          upnpdevicediscoverymessage.cpp
    47 SOURCE          upnpdevicediscoverymessage.cpp
    49 SOURCE          upnpdownloadsession.cpp
    48 SOURCE          upnpdownloadsession.cpp
    50 SOURCE          upnpuploadsession.cpp
    49 SOURCE          upnpuploadsession.cpp
    51 SOURCE          upnpfiletransfersessionbase.cpp
    50 SOURCE          upnpfiletransfersessionbase.cpp
    52 SOURCE          upnpresourcehelper.cpp
    51 SOURCE          upnpresourcehelper.cpp
       
    52 SOURCE          upnpavcontrolpoint.cpp
       
    53 SOURCE          upnpdeviceicondownloader.cpp
    53 
    54 
    54 MW_LAYER_SYSTEMINCLUDE
    55 MW_LAYER_SYSTEMINCLUDE
    55 USERINCLUDE   ../../../inc
    56 USERINCLUDE   ../../../inc
    56 
    57 
    57 USERINCLUDE     ../inc
    58 USERINCLUDE     ../inc
    60 
    61 
    61 // system
    62 // system
    62 LIBRARY         euser.lib 
    63 LIBRARY         euser.lib 
    63 LIBRARY         efsrv.lib
    64 LIBRARY         efsrv.lib
    64 LIBRARY         estor.lib
    65 LIBRARY         estor.lib
       
    66 LIBRARY         bafl.lib
    65 LIBRARY         insock.lib
    67 LIBRARY         insock.lib
    66 LIBRARY         centralrepository.lib
    68 LIBRARY         esock.lib
    67 LIBRARY         charconv.lib
    69 LIBRARY         sysutil.lib
    68 
    70 
    69 // upnp stack
    71 // upnp stack
    70 LIBRARY         avmediaserverclient.lib
       
    71 LIBRARY         upnpserviceframework.lib
    72 LIBRARY         upnpserviceframework.lib
    72 LIBRARY         upnpcontrolpointbase.lib
    73 LIBRARY         upnpcontrolpointbase.lib
       
    74 LIBRARY         upnpipserversutils.lib
       
    75 
       
    76 // dlnasrv
       
    77 LIBRARY         avmediaserverclient.lib
    73 LIBRARY         upnpavobjects.lib
    78 LIBRARY         upnpavobjects.lib
    74 LIBRARY         upnpipserversutils.lib
       
    75 LIBRARY         avcontrolframework.lib
       
    76 
       
    77 // UPnP framework
       
    78 LIBRARY         upnpavcontrollerclient.lib
    79 LIBRARY         upnpavcontrollerclient.lib
    79 LIBRARY         upnpavcontrollerhelper.lib
    80 LIBRARY         upnpavcontrollerhelper.lib
    80 LIBRARY         upnpxmlparser.lib
    81 LIBRARY         upnpxmlparser.lib
    81 LIBRARY         upnputilities.lib
    82 LIBRARY         upnputilities.lib
    82 LIBRARY         upnpsecurity.lib
    83 LIBRARY         upnpconnmon.lib
    83 LIBRARY         httptransfer.lib
    84 LIBRARY         httptransfer.lib
    84 
    85 
    85 DEBUGLIBRARY    flogger.lib
    86 DEBUGLIBRARY    flogger.lib
    86 
    87 
    87 // End of file
    88 // End of file