accessoryservices/pluggeddisplay/pluggeddisplayengine/group/pluggeddisplayengine.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 * Project definition file for Plugged Display Engine.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include "../inc/traceconfiguration.hrh"
       
    23 
       
    24 TARGET                  pluggeddisplayengine.dll
       
    25 TARGETTYPE              dll
       
    26 
       
    27 UID                     0x1000008D 0x2002138C
       
    28 
       
    29 CAPABILITY              CAP_GENERAL_DLL
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  pdengine.cpp
       
    34 SOURCE 					compositecablestateconnected.cpp
       
    35 SOURCE 					compositecablestateidle.cpp
       
    36 SOURCE 					compositecablestatusfsm.cpp
       
    37 SOURCE 					edidhandler.cpp
       
    38 SOURCE 					hdmicablestatusfsm.cpp
       
    39 SOURCE 					hdmicablestateconnected.cpp
       
    40 SOURCE 					hdmicablestateidle.cpp
       
    41 SOURCE 			    	hdmicablestaterejected.cpp 
       
    42 SOURCE 			    	centralrepositorywatch.cpp 
       
    43 SOURCE 			    	accessorycontrolif.cpp
       
    44 SOURCE 			    	accessoryconnectionif.cpp
       
    45 SOURCE 					tvoutconfigforhdmi.cpp
       
    46 SOURCE 			    	tvoutconfigforcomposite.cpp
       
    47 SOURCE 					tvstandbyfigure.cpp myasynconeshottimer.cpp
       
    48 
       
    49 USERINCLUDE             ../inc
       
    50 USERINCLUDE             ../../edidparser/inc
       
    51 USERINCLUDE             ../../pluggeddisplayasy/inc
       
    52 USERINCLUDE             ../data
       
    53 
       
    54 OS_LAYER_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE       	/epoc32/include/platform/mw
       
    56 
       
    57 LIBRARY                 euser.lib
       
    58 LIBRARY         		tvoutconfig.lib
       
    59 LIBRARY					ddc_access.lib
       
    60 LIBRARY					accpolaudiodevicetopology.lib
       
    61 LIBRARY					accpolicy.lib
       
    62 LIBRARY					accsrvutil.lib
       
    63 LIBRARY					edidparser.lib
       
    64 LIBRARY					centralrepository.lib
       
    65 LIBRARY					acccontrol.lib
       
    66 LIBRARY					accclient.lib
       
    67 LIBRARY					efsrv.lib
       
    68 LIBRARY					fbscli.lib
       
    69 
       
    70 #ifdef TRACE_INTO_FILE
       
    71 LIBRARY					flogger.lib
       
    72 #endif
       
    73