javauis/m3g_akn/src/m3g_symbian_java_api.cpp
author Fionntina Carville <fionntinac@symbian.org>
Thu, 28 Oct 2010 13:10:57 +0100
branchRCL_3
changeset 85 056c105f6e98
parent 19 04becd199f91
permissions -rw-r--r--
Adding in java_s60_release.hrh

/*
* Copyright (c) 2003 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:
*
*/


/*!
 * \file \brief Symbian Java bindings
 *
 */

#include <M3G/m3g_core.h> // Please check if this header is needed

#include <jni.h>

#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "CMIDToolkit.h" // CMIDToolkit
#include <CMIDGraphics.h>
#include "jutils.h" // JavaUnhand
#include "gdi.h" // CFbsBitmap
#include "fbs.h"
#include <lcdgr.h>

#include "CJavaM3GEventSource.h"

#ifdef RD_JAVA_NGA_ENABLED
#include <EGL/egl.h>
#include <GLES/gl.h>
#else
#include <GLES/egl.h>
#endif

struct ImageStruct
{
    CFbsBitmap* color;
    CFbsBitmap* mask;
};



#define M3G_ASSERT(a)           ((void)(a))
#define M3G_BEGIN_PROFILE(a)    ((void)(a))
#define M3G_END_PROFILE(a)      ((void)(a))

#define Matrix  M3GMatrix
#define Quat    M3GQuat
#define Vec4    M3GVec4

#define M3G_JAVA_INCLUDE
extern "C"
{
#include "m3g_kvm_api.inl"
}
#undef M3G_JAVA_INCLUDE