upnpframework/upnpcommand/group/upnpcommandplugin.mmp
changeset 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 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 UpnpCommand component
       
    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/upnpcommanduids.hrh"
       
    23 
       
    24 
       
    25 // Build target
       
    26 TARGET          upnpcommandplugin.dll
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D KUpnpCommandPluginDllUid
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 // SIS installation + IAD support
       
    33 VERSION 10.1
       
    34 paged
       
    35 
       
    36 // Build UI resources
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE  upnpcommandresources.rss
       
    39 HEADER
       
    40 TARGET          upnpcommandresources.rsc
       
    41 TARGETPATH      RESOURCE_FILES_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 // Build ECom plugin resources
       
    46 START RESOURCE  ../data/200075DB.rss
       
    47 TARGET          upnpcommandplugin.rsc
       
    48 TARGETPATH      resource/plugins
       
    49 END
       
    50 
       
    51 // Source files
       
    52 SOURCEPATH      ../src
       
    53 SOURCE          upnpcommandproxy.cpp
       
    54 SOURCE          upnpfilepipe.cpp
       
    55 SOURCE          upnpnotehandler.cpp
       
    56 SOURCE          upnpcommandparameters.cpp
       
    57 SOURCE          upnpcommandimplementation.cpp
       
    58 SOURCE          upnptask.cpp
       
    59 SOURCE          upnpshowtask.cpp
       
    60 SOURCE          upnpcopytask.cpp
       
    61 SOURCE          upnpmovetask.cpp
       
    62 SOURCE          upnpbrowsetask.cpp
       
    63 SOURCE          upnprunsetuptask.cpp
       
    64 SOURCE          upnpfiletransferbasetask.cpp
       
    65 SOURCE          upnptaskresourceallocator.cpp
       
    66 SOURCE          upnpimagerenderingengine.cpp
       
    67 
       
    68 // Include directories
       
    69 USERINCLUDE     ../data
       
    70 USERINCLUDE     ../inc
       
    71 USERINCLUDE     ../../inc
       
    72 USERINCLUDE     ../../../inc
       
    73 USERINCLUDE     ../../upnputilities/inc
       
    74 
       
    75 MW_LAYER_SYSTEMINCLUDE
       
    76 UPNP_LOC_INCLUDE_PATH_COMPONENT
       
    77 
       
    78 // Core
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         bafl.lib            // BaflUtils
       
    81 LIBRARY         cone.lib            // CCoeEnv
       
    82 LIBRARY         centralrepository.lib // CRepository
       
    83 
       
    84 // Dialogs
       
    85 LIBRARY         avkon.lib
       
    86 
       
    87 // StringLoader
       
    88 LIBRARY         CommonEngine.lib
       
    89 
       
    90 // ECom
       
    91 LIBRARY         ecom.lib
       
    92 
       
    93 // Logging
       
    94 DEBUGLIBRARY    flogger.lib
       
    95 
       
    96 // Char conversion
       
    97 LIBRARY         charconv.lib
       
    98 
       
    99 // Upnp Framework
       
   100 LIBRARY         upnputilities.lib
       
   101 LIBRARY         upnpavobjects.lib
       
   102 LIBRARY         upnpavcontrollerclient.lib
       
   103 LIBRARY         upnpavcontrollerhelper.lib
       
   104 LIBRARY         upnpcommonui.lib
       
   105 LIBRARY         upnpfiletransferengine.lib
       
   106 LIBRARY         upnpappwizard.lib
       
   107 LIBRARY         upnpapplicationengine.lib
       
   108 LIBRARY         upnpsettingsengine.lib
       
   109 
       
   110 // End of file