accessoryservices/pluggeddisplay/pluggeddisplayengine/group/pluggeddisplayengine.mmp
changeset 0 4e1aa6a622a0
child 50 48a00b70dc49
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/accessoryservices/pluggeddisplay/pluggeddisplayengine/group/pluggeddisplayengine.mmp	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,73 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+* Project definition file for Plugged Display Engine.
+*
+*/
+
+#include <platform_paths.hrh>
+#include <data_caging_paths.hrh>
+
+#include "../inc/traceconfiguration.hrh"
+
+TARGET                  pluggeddisplayengine.dll
+TARGETTYPE              dll
+
+UID                     0x1000008D 0x2002138C
+
+CAPABILITY              CAP_GENERAL_DLL
+VENDORID                VID_DEFAULT
+
+SOURCEPATH              ../src
+SOURCE                  pdengine.cpp
+SOURCE 					compositecablestateconnected.cpp
+SOURCE 					compositecablestateidle.cpp
+SOURCE 					compositecablestatusfsm.cpp
+SOURCE 					edidhandler.cpp
+SOURCE 					hdmicablestatusfsm.cpp
+SOURCE 					hdmicablestateconnected.cpp
+SOURCE 					hdmicablestateidle.cpp
+SOURCE 			    	hdmicablestaterejected.cpp 
+SOURCE 			    	centralrepositorywatch.cpp 
+SOURCE 			    	accessorycontrolif.cpp
+SOURCE 			    	accessoryconnectionif.cpp
+SOURCE 					tvoutconfigforhdmi.cpp
+SOURCE 			    	tvoutconfigforcomposite.cpp
+SOURCE 					tvstandbyfigure.cpp myasynconeshottimer.cpp
+
+USERINCLUDE             ../inc
+USERINCLUDE             ../../edidparser/inc
+USERINCLUDE             ../../pluggeddisplayasy/inc
+USERINCLUDE             ../data
+
+OS_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE       	/epoc32/include/platform/mw
+
+LIBRARY                 euser.lib
+LIBRARY         		tvoutconfig.lib
+LIBRARY					ddc_access.lib
+LIBRARY					accpolaudiodevicetopology.lib
+LIBRARY					accpolicy.lib
+LIBRARY					accsrvutil.lib
+LIBRARY					edidparser.lib
+LIBRARY					centralrepository.lib
+LIBRARY					acccontrol.lib
+LIBRARY					accclient.lib
+LIBRARY					efsrv.lib
+LIBRARY					fbscli.lib
+
+#ifdef TRACE_INTO_FILE
+LIBRARY					flogger.lib
+#endif
+