upnpmediaserver/contentdirectoryservice/group/contentdirectoryservice.mmp
changeset 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /** @file
       
     2 * Copyright (c) 2002-2004 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: 
       
    15 *     This is the project specification file for Upnp.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGETTYPE      DLL
       
    23 
       
    24 TARGET          avcontentdirectory.dll
       
    25 UID             0x1000008d 0x10204159
       
    26 
       
    27 
       
    28 VERSION 10.1
       
    29 paged
       
    30 
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          upnpcontentdirectory.cpp
       
    36 SOURCE          upnpelementfactory.cpp
       
    37 SOURCE          upnpcontainerupdateid.cpp
       
    38 SOURCE          upnpcontentdirectorydb.cpp
       
    39 SOURCE          upnpfiletransfer.cpp
       
    40 SOURCE          upnpelementbean.cpp
       
    41 SOURCE          upnpattributebean.cpp
       
    42 SOURCE          upnpobjectbean.cpp
       
    43 SOURCE          upnpfilterelement.cpp
       
    44 SOURCE          upnpthumbnailcreator.cpp
       
    45 SOURCE          upnptablebean.cpp
       
    46 SOURCE          upnperror.cpp
       
    47 SOURCE          upnpresourcesbean.cpp
       
    48 SOURCE          upnpcdutils.cpp
       
    49 SOURCE          upnpcddbfactory.cpp
       
    50 SOURCE          upnpcontentdirectoryservice.cpp
       
    51 SOURCE          upnpmetadatastorage.cpp
       
    52 SOURCE          upnplocalstorage.cpp
       
    53 SOURCE          upnpfiletransfertimerobserver.cpp
       
    54 SOURCE          upnpautodestroyobjectlist.cpp
       
    55 SOURCE          upnpautodestroyobject.cpp
       
    56 SOURCE          upnpsender.cpp
       
    57 SOURCE          upnpmapbase.cpp
       
    58 SOURCE          upnpmapelement.cpp
       
    59 SOURCE          upnpxmlcontentfilter.cpp
       
    60 SOURCE          upnpstatehandler.cpp
       
    61 SOURCE          upnpmimemapper.cpp
       
    62 SOURCE          upnpmspathutility.cpp
       
    63 
       
    64 SOURCE          upnptransferbase.cpp
       
    65 SOURCE          upnptransferdownloader.cpp
       
    66 SOURCE          upnptransferuploader.cpp
       
    67 
       
    68 SOURCE          upnptransfercontroller.cpp
       
    69 SOURCE          upnptransferhandler.cpp
       
    70 
       
    71 SOURCE          dlna/upnpdlnafilter.cpp 
       
    72 SOURCE          dlna/upnphttpfileservetransaction.cpp
       
    73 SOURCE          dlna/upnphttpfilereceivetransaction.cpp
       
    74 SOURCE          dlna/upnpdlnafilterheaders.cpp
       
    75 
       
    76 
       
    77 MW_LAYER_SYSTEMINCLUDE
       
    78 
       
    79 USERINCLUDE     ../inc
       
    80 USERINCLUDE     ../../inc
       
    81 USERINCLUDE     ../../../inc
       
    82 USERINCLUDE     ../inc/dlna
       
    83 
       
    84 //central repository
       
    85 LIBRARY         centralrepository.lib
       
    86 LIBRARY         upnpipserversutils.lib
       
    87 LIBRARY         upnpserviceframework.lib
       
    88 LIBRARY         upnpavobjects.lib
       
    89 LIBRARY         httptransfer.lib
       
    90 LIBRARY         dlnawebserver.lib
       
    91 LIBRARY         avmediaserverclient.lib
       
    92 LIBRARY         xmlenginedom.lib
       
    93 LIBRARY         xmlengineutils.lib
       
    94 LIBRARY         euser.lib
       
    95 LIBRARY         efsrv.lib
       
    96 LIBRARY         insock.lib 
       
    97 LIBRARY         esock.lib 
       
    98 LIBRARY         bafl.lib
       
    99 LIBRARY         estor.lib   
       
   100 LIBRARY         edbms.lib 
       
   101 LIBRARY         ecom.lib
       
   102 LIBRARY         sysutil.lib
       
   103 LIBRARY         PlatformEnv.lib
       
   104 LIBRARY         estlib.lib 
       
   105 LIBRARY         inetprotutil.lib
       
   106 LIBRARY         imageconversion.lib
       
   107 LIBRARY         bitmaptransforms.lib
       
   108 LIBRARY         fbscli.lib
       
   109 LIBRARY         charconv.lib
       
   110 LIBRARY         cafutils.lib
       
   111 LIBRARY         caf.lib
       
   112 
       
   113 DEBUGLIBRARY    flogger.lib
       
   114 DEFFILE         AVContentDirectory
       
   115 
       
   116 // End of file