upnpmediaserver/avobjects/group/avobjects.mmp
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /** @file
       
     2 * Copyright (c) 2005-2006 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 UPnPObjects library.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGETTYPE      DLL
       
    21 // Build target
       
    22 TARGET          upnpavobjects.dll
       
    23 UID             0x1000008D 0x10208A13
       
    24 
       
    25 
       
    26 VERSION 10.1
       
    27 paged
       
    28 
       
    29 // Platform security
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Include paths
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 // Sources
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          upnpobject.cpp
       
    41 SOURCE          upnpcontainer.cpp
       
    42 SOURCE          upnpitem.cpp
       
    43 SOURCE          upnpitemlist.cpp
       
    44 SOURCE          upnpelement.cpp
       
    45 SOURCE          upnpattribute.cpp
       
    46 SOURCE          upnpbrowsecriteria.cpp
       
    47 SOURCE          upnpobjectlist.cpp
       
    48 SOURCE          upnpcontainerlist.cpp
       
    49 SOURCE          upnpfiletransferevent.cpp
       
    50 SOURCE          upnpfiletransfereventlist.cpp
       
    51 SOURCE          upnpmediaserverevent.cpp
       
    52 SOURCE          upnpmediaservereventlist.cpp
       
    53 SOURCE          upnpdlnaprotocolinfo.cpp
       
    54 SOURCE          upnpprotocolinfo.cpp
       
    55 SOURCE          upnpprotocolinfolocal.cpp
       
    56 
       
    57 
       
    58 // Libraries
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         estor.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         charconv.lib // for UTF8 encoding
       
    64 DEFFILE         upnpavobjects
       
    65 
       
    66 // Logging
       
    67 DEBUGLIBRARY    flogger.lib
       
    68 
       
    69 // End of file