Add Guest Video HW API bug235_bringup_0
authorFaisal Memon <faisal.memon@nokia.com>
Fri, 20 Aug 2010 16:47:49 +0100
branchbug235_bringup_0
changeset 154 0ae4976a79ef
parent 153 d8f29c307082
child 155 8d47cca9cc11
Add Guest Video HW API
graphics_plat/guestvideodriver_api/eabi/guestvideohwapiu.def
graphics_plat/guestvideodriver_api/group/bld.inf
graphics_plat/guestvideodriver_api/group/guestvideohwapilib.mmp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics_plat/guestvideodriver_api/eabi/guestvideohwapiu.def	Fri Aug 20 16:47:49 2010 +0100
@@ -0,0 +1,10 @@
+EXPORTS
+	_ZN19RGuestVideoDriver5FlushEv @ 1 NONAME
+	_ZN19RGuestVideoDriver14ExecuteCommandER22RemoteFunctionCallData @ 2 NONAME
+	_ZN19RGuestVideoDriver14MapToHWAddressEiRm @ 3 NONAME
+	_ZN19RGuestVideoDriver4OpenEv @ 4 NONAME
+	_ZN19RGuestVideoDriverC1Ev @ 5 NONAME
+	_ZN19RGuestVideoDriverC2Ev @ 6 NONAME
+	_ZN19RGuestVideoDriverD1Ev @ 7 NONAME
+	_ZN19RGuestVideoDriverD2Ev @ 8 NONAME
+	_ZN19RGuestVideoDriver15EglGetSgHandlesEyPy @ 9 NONAME
--- a/graphics_plat/guestvideodriver_api/group/bld.inf	Fri Aug 20 16:18:46 2010 +0100
+++ b/graphics_plat/guestvideodriver_api/group/bld.inf	Fri Aug 20 16:47:49 2010 +0100
@@ -36,9 +36,11 @@
 ../ldd/inc/virtualvideohwdeviceinterface.h	OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideohwdeviceinterface.h)
 ../ldd/inc/virtualvideohwinterface.h		OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideohwinterface.h)
 ../ldd/inc/virtualvideotracing.h			OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideotracing.h)
+../eabi/guestvideohwapiu.def				/epoc32/include/def/eabi/guestvideohwapiu.def
 ../eabi/guestvideodriveru.def				/epoc32/include/def/eabi/guestvideodriveru.def
 ../eabi/guestvideohwu.def					/epoc32/include/def/eabi/guestvideohwu.def
 
 PRJ_MMPFILES
 guestvideodriverlib.mmp
 guestvideohwlib.mmp
+guestvideohwapilib.mmp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics_plat/guestvideodriver_api/group/guestvideohwapilib.mmp	Fri Aug 20 16:47:49 2010 +0100
@@ -0,0 +1,21 @@
+// 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:
+// Provide a library interface for the guest video hardware API.  This
+// interface is expected to be implemented in an adapt layer component.
+
+#include <platform_paths.hrh>
+
+TARGET          guestvideohwapi.lib
+TARGETTYPE      IMPLIB
+DEFFILE         ../eabi/guestvideohwapi.def