# HG changeset patch # User Faisal Memon # Date 1282319269 -3600 # Node ID 0ae4976a79ef6b6ffe75c6b06576589aecef3346 # Parent d8f29c3070828d60ba6c50552ec8638e74591e7c Add Guest Video HW API diff -r d8f29c307082 -r 0ae4976a79ef graphics_plat/guestvideodriver_api/eabi/guestvideohwapiu.def --- /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 diff -r d8f29c307082 -r 0ae4976a79ef graphics_plat/guestvideodriver_api/group/bld.inf --- 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 diff -r d8f29c307082 -r 0ae4976a79ef graphics_plat/guestvideodriver_api/group/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 + +TARGET guestvideohwapi.lib +TARGETTYPE IMPLIB +DEFFILE ../eabi/guestvideohwapi.def