upnpavcontroller/upnprenderingstatemachine/group/upnprenderingstatemachine.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
       
     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 specification file for upnprenderingstatemachine component
       
    15 *
       
    16 */
       
    17 
       
    18 // For compatibility with IAD branch
       
    19 #include "../../../group/upnpplatformvar.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          upnprenderingstatemachine.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x20009C9D
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 // SIS installation + IAD support
       
    30 VERSION 10.1
       
    31 paged
       
    32 
       
    33 // User include paths, own headers
       
    34 USERINCLUDE     ../inc
       
    35 // User include paths, other headers of dlnasrv
       
    36 USERINCLUDE     ../../inc
       
    37 
       
    38 // System include paths
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   ../../../inc
       
    41 
       
    42 // Source files
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          upnprenderingstatemachine.cpp
       
    45 SOURCE          upnprenderingplaytimecalculator.cpp
       
    46 SOURCE          upnpvolumestatemachine.cpp
       
    47 SOURCE          upnpretraces.cpp
       
    48 
       
    49 // Platform and UI libraries
       
    50 LIBRARY         euser.lib
       
    51 
       
    52 // dlnasrv
       
    53 LIBRARY         upnpavobjects.lib
       
    54 LIBRARY         upnpavcontrollerclient.lib
       
    55 LIBRARY         upnpavcontrollerhelper.lib
       
    56 
       
    57 // debug
       
    58 DEBUGLIBRARY    flogger.lib
       
    59 
       
    60 // End of file