upnpsharing/upnpcontentserver/group/upnpcontentserver.mmp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
child 43 9b689d9d3a1c
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    45 
    45 
    46 SOURCEPATH ../src
    46 SOURCEPATH ../src
    47 
    47 
    48 SOURCE upnpcontentserver.cpp
    48 SOURCE upnpcontentserver.cpp
    49 SOURCE upnpcontentserversession.cpp
    49 SOURCE upnpcontentserversession.cpp
    50 SOURCE upnpcontentserverhandler.cpp
    50 SOURCE upnpsharingrequest.cpp 
    51 SOURCE upnpcontentsharingao.cpp
    51 SOURCE upnpcontentmetadatautility.cpp  
    52 SOURCE upnpsharingrequest.cpp
    52 SOURCE upnpselectionreader.cpp 
    53 SOURCE upnpcontainercheckerao.cpp
    53 SOURCE upnpselectionwriter.cpp 
    54 SOURCE upnpunsharerao.cpp
    54 SOURCE upnpcontentserverhandler.cpp 
    55 
    55 SOURCE upnpcontentsharerao.cpp
    56 // From old applicationengine
       
    57 SOURCE upnpcontentmetadatautility.cpp
       
    58 SOURCE upnpcustomgrouper.cpp
       
    59 SOURCE upnppostfilter.cpp
       
    60 SOURCE upnpselectionreader.cpp
       
    61 SOURCE upnpselectionwriter.cpp
       
    62 
    56 
    63 LIBRARY euser.lib 
    57 LIBRARY euser.lib 
    64 LIBRARY bafl.lib 
    58 LIBRARY bafl.lib 
    65 LIBRARY estor.lib 
    59 LIBRARY estor.lib 
    66 LIBRARY ws32.lib 
    60 LIBRARY ws32.lib 
    67 LIBRARY efsrv.lib 
    61 LIBRARY efsrv.lib 
    68 LIBRARY PlatformEnv.lib
    62 LIBRARY PlatformEnv.lib
    69 LIBRARY centralrepository.lib
    63 LIBRARY centralrepository.lib
       
    64 LIBRARY inetprotutil.lib            // for EscapeUtils
    70 // Content listing framework (metadata)
    65 // Content listing framework (metadata)
    71 LIBRARY contentlistingframework.lib
    66 LIBRARY contentlistingframework.lib
    72 // CUpnpElement etc..
    67 // CUpnpElement etc..
    73 LIBRARY upnpavobjects.lib
    68 LIBRARY upnpavobjects.lib
    74 // CUpnpFileSharing
    69 // CUpnpFileSharing
    75 LIBRARY avmediaserverclient.lib
    70 LIBRARY avmediaserverclient.lib
    76 LIBRARY upnpserviceframework.lib
    71 LIBRARY upnpserviceframework.lib
       
    72 LIBRARY upnpsharingalgorithm.lib
    77 
    73 
    78 // UpnpString..
    74 // UpnpString..
    79 LIBRARY upnpipserversutils.lib
    75 LIBRARY upnpipserversutils.lib
    80 
    76 
    81 // upnputilities
    77 // upnputilities
    82 LIBRARY upnputilities.lib
    78 LIBRARY upnputilities.lib
       
    79 LIBRARY upnpconnmon.lib
    83 LIBRARY upnpavcontrollerhelper.lib
    80 LIBRARY upnpavcontrollerhelper.lib
    84 
    81 
    85 LIBRARY dlnaprofiler.lib
    82 LIBRARY dlnaprofiler.lib
    86 LIBRARY upnpmusicadapter.lib
    83 LIBRARY upnpmusicadapter.lib
    87 
    84