upnpframework/upnpcommand/group/upnpcommand.mmp
changeset 0 7f85d04be362
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 #include "../../../group/upnpplatformvar.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/upnpcommanduids.hrh"
       
    22 
       
    23 // Build target
       
    24 TARGET          upnpcommand.dll
       
    25 TARGETTYPE      DLL
       
    26 UID             0x1000008d KUpnpCommandDllUid
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 
       
    30 // SIS installation + IAD support
       
    31 VERSION 10.1
       
    32 paged
       
    33 
       
    34 // Source files
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          upnpcommandmain.cpp
       
    37 SOURCE          upnpbrowsecommand.cpp
       
    38 SOURCE          upnpcopycommand.cpp
       
    39 SOURCE          upnpmovecommand.cpp
       
    40 SOURCE          upnpshowcommand.cpp
       
    41 SOURCE          upnprunsetupcommand.cpp
       
    42 SOURCE          upnpcommandcallbackadapter.cpp
       
    43 
       
    44 // Include directories
       
    45 USERINCLUDE     ../data
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../../inc
       
    48 USERINCLUDE     ../../../inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 // System
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         bafl.lib            // BaflUtils
       
    55 LIBRARY         ecom.lib
       
    56 
       
    57 // Logging
       
    58 DEBUGLIBRARY    flogger.lib
       
    59 
       
    60 // End of file