guestrendering/guestvideodriver/ldd/group/virtualvideohwdevice.mmp
branchbug235_bringup_0
changeset 2 e8ccf068ac7f
parent 1 d8d95053303a
child 3 ccf5191a9db1
--- a/guestrendering/guestvideodriver/ldd/group/virtualvideohwdevice.mmp	Fri Aug 20 18:02:40 2010 +0100
+++ b/guestrendering/guestvideodriver/ldd/group/virtualvideohwdevice.mmp	Wed Aug 25 17:57:53 2010 +0100
@@ -1,68 +1,63 @@
-/*
-* ==============================================================================
-*  Name        : VirtualVideoHwDevice.mmp
-*  Part of     : aasw / aamm
-*  Description : Project information file for Graphics Hw LDD.
-*  Version     : %version:7 %
-*
-*  Copyright © 2002-2010 Nokia. All rights reserved.
-*  This material, including documentation and any related 
-*  computer programs, is protected by copyright controlled by 
-*  Nokia. All rights are reserved. Copying, including 
-*  reproducing, storing, adapting or translating, any 
-*  or all of this material requires the prior written consent of 
-*  Nokia. This material also contains confidential 
-*  information which may not be disclosed to others without the 
-*  prior written consent of Nokia.
-* ==============================================================================
-*/
-
-#include <kernel/kern_ext.mmh>
-
-TARGET          platsimvideohw.ldd
-TARGETTYPE      ldd
- 
-UID             0 0x20026A2E //- 0x20026A32
-LINKAS          platsimvideohw.ldd
-VENDORID        0x70000001
-CAPABILITY      all
-
-OS_LAYER_SYSTEMINCLUDE
-OS_LAYER_KERNEL_SYSTEMINCLUDE
-OS_LAYER_ESTLIB_SYSTEMINCLUDE
-USERINCLUDE     ../inc
-USERINCLUDE     ../../commoninc
-SYSTEMINCLUDE   /epoc32/include/drivers
-SYSTEMINCLUDE   /epoc32/include/internal
-
-SOURCEPATH      ../src
-SOURCE          virtualvideohwdevice.cpp
-SOURCE          virtualvideohwchannel.cpp
-SOURCE          devicereqhandler.cpp
-SOURCE          virtualvideohwinterface.cpp
-
-USERINCLUDE     ../../../serialiser/inc
-USERINCLUDE     ../../../graphicsresourceimplementation/inc
-
-SOURCEPATH      ../../../serialiser/src
-SOURCE remotefunctioncall.cpp
-SOURCE serializedfunctioncall.cpp
-SOURCE eglrfc.cpp
-SOURCE openvgrfc.cpp
-SOURCE driverrfc.cpp
-SOURCE opengles11rfc.cpp
-
-#if defined(NCP_COMMON_RAPU_FAMILY)
-LIBRARY         karap.lib
-#else
-LIBRARY         VariantTarget(kanomadik,lib)
-#endif // NCP_COMMON_RAPU_FAMILY
-
-LIBRARY			reqhandlerextension.lib
-LIBRARY			sgextension.lib
-
-start wins
-win32_headers
-end
-// End of file
-
+// Copyright (c) 2010 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:
+//
+
+#include <kernel/kern_ext.mmh>
+
+TARGET          guestvideohw.ldd
+TARGETTYPE      ldd
+ 
+UID             0 0x20026A2E //- 0x20026A32
+LINKAS          guestvideohw.ldd
+VENDORID        0x70000001
+CAPABILITY      all
+
+OS_LAYER_SYSTEMINCLUDE
+OS_LAYER_KERNEL_SYSTEMINCLUDE
+OS_LAYER_ESTLIB_SYSTEMINCLUDE
+USERINCLUDE     ../inc
+USERINCLUDE     ../../commoninc
+SYSTEMINCLUDE   /epoc32/include/drivers
+
+SOURCEPATH      ../src
+SOURCE          virtualvideohwdevice.cpp
+SOURCE          virtualvideohwchannel.cpp
+SOURCE          devicereqhandler.cpp
+SOURCE          virtualvideohwinterface.cpp
+
+USERINCLUDE     ../../../vghwserialiser/inc
+#ifdef FAISALMEMON_S4_SGIMAGE
+USERINCLUDE     ../../../graphicsresourceimplementation/inc
+#endif
+
+SOURCEPATH      ../../../vghwserialiser/src
+SOURCE remotefunctioncall.cpp
+SOURCE serializedfunctioncall.cpp
+SOURCE eglrfc.cpp
+SOURCE openvgrfc.cpp
+SOURCE driverrfc.cpp
+SOURCE opengles11rfc.cpp
+
+// We need to link to some ASSP kernel extension here
+// TODO FAISALMEMON Need to confirm the correct library
+LIBRARY kasyborg.lib
+
+#ifdef FAISALMEMON_S4_SGIMAGE
+LIBRARY			reqhandlerextension.lib
+LIBRARY			sgextension.lib
+#endif
+
+start wins
+win32_headers
+end