upnpframework/upnpaiwengine/group/upnpaiwengine.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2005-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 definition file for project UpnpAiwEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // For compatibility with S60 3.2 and IAD branch
       
    20 #include "../../../group/upnpplatformvar.hrh"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../inc/upnpaiwengineuids.hrh"
       
    23 
       
    24 // Build target
       
    25 TARGET          upnpaiwengine.dll
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 TARGETTYPE      DLL
       
    28 UID             0x10009D8D KUPnPAiwEngineDllUid
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 // SIS installation + IAD support
       
    32 VERSION 10.1
       
    33 paged
       
    34 
       
    35 SOURCEPATH      ../data
       
    36 START RESOURCE  upnpaiwengineresources.rss
       
    37 HEADER
       
    38 TARGET          upnpaiwengineresources.rsc
       
    39 TARGETPATH      RESOURCE_FILES_DIR
       
    40 LANGUAGE_IDS
       
    41 END
       
    42 
       
    43 USERINCLUDE     ../../../inc
       
    44 USERINCLUDE     ../../inc
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../data
       
    47 USERINCLUDE     ../../upnputilities/inc
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 UPNP_LOC_INCLUDE_PATH_COMPONENT
       
    51 
       
    52 SOURCEPATH      ../src
       
    53 SOURCE          upnpaiwtimer.cpp
       
    54 SOURCE          upnpaiwengine.cpp
       
    55 SOURCE          upnpdrmfilter.cpp
       
    56 
       
    57 // Core
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         efsrv.lib 
       
    62 LIBRARY         charconv.lib            // For Unicode
       
    63 LIBRARY         CommonEngine.lib        // For StringLoader
       
    64 
       
    65 // UPnP
       
    66 LIBRARY         upnpavobjects.lib
       
    67 LIBRARY         upnpavcontrollerclient.lib
       
    68 LIBRARY         upnpavcontrollerhelper.lib
       
    69 LIBRARY         upnpcommonui.lib
       
    70 LIBRARY         upnpipserversutils.lib
       
    71 LIBRARY         upnpfiletransferengine.lib
       
    72 
       
    73 // Dialogs
       
    74 LIBRARY         avkon.lib
       
    75 
       
    76 // UPnP Utilities
       
    77 LIBRARY         upnputilities.lib
       
    78 
       
    79 // DRM
       
    80 LIBRARY         drmcommon.lib
       
    81 
       
    82 // MIME 
       
    83 LIBRARY         apgrfx.lib
       
    84 LIBRARY         apmime.lib
       
    85 
       
    86 // commDB
       
    87 LIBRARY         commdb.lib
       
    88 
       
    89 DEBUGLIBRARY    flogger.lib
       
    90 
       
    91 // End of file