os/graphics/m3g/m3gcore11/group/m3g.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/m3g/m3gcore11/group/m3g.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,74 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: Symbian project definition file
    1.18 +*
    1.19 +*/
    1.20 +#include <platform_paths.hrh>
    1.21 +
    1.22 +TARGET          m3gcore.dll
    1.23 +TARGETTYPE      dll
    1.24 +UID             0x1000008D 0x101F87E1
    1.25 +
    1.26 +MACRO           M3G_TARGET_SYMBIAN
    1.27 +MACRO           M3G_BUILD_DLL
    1.28 +
    1.29 +CAPABILITY      CAP_GENERAL_DLL
    1.30 +
    1.31 +// Modify default options to optimize for speed over size in this module.
    1.32 +OPTION ARMCC -O3 -Otime
    1.33 +ALWAYS_BUILD_AS_ARM
    1.34 +
    1.35 +// Uncomment the following flags to enable ARMv6 and/or VFP optimizations.
    1.36 +#define __ARMV6_SUPPORT
    1.37 +#define __VFPV2_SUPPORT
    1.38 +
    1.39 +#ifdef ARMCC
    1.40 +#ifdef __ARMV6_SUPPORT
    1.41 +MACRO			M3G_HW_ARMV6
    1.42 +OPTION_REPLACE ARMCC --cpu 6
    1.43 +#endif
    1.44 +
    1.45 +#ifdef	__VFPV2_SUPPORT
    1.46 +MACRO			M3G_HW_FLOAT
    1.47 +MACRO			M3G_HW_FLOAT_VFPV2
    1.48 +OPTION_REPLACE ARMCC --fpu softvfp+vfpv2 --fpmode fast
    1.49 +#endif
    1.50 +#endif
    1.51 +
    1.52 +
    1.53 +#if defined(UDEB)
    1.54 +MACRO           M3G_DEBUG
    1.55 +#endif
    1.56 +
    1.57 +SOURCEPATH      ../src
    1.58 +
    1.59 +SOURCE          m3g_core.c
    1.60 +SOURCE          m3g_symbian.cpp
    1.61 +SOURCE          m3g_symbian_gl.cpp
    1.62 +
    1.63 +USERINCLUDE     ../inc
    1.64 +
    1.65 +// This is a SYSTEMINCLUDE macro containing the OS
    1.66 +// layer specific include directories
    1.67 +OS_LAYER_SYSTEMINCLUDE
    1.68 +
    1.69 +SYSTEMINCLUDE   /epoc32/include/libc
    1.70 +SYSTEMINCLUDE   ../../../inc
    1.71 +SYSTEMINCLUDE   ../../inc
    1.72 +
    1.73 +LIBRARY         euser.lib estlib.lib fbscli.lib
    1.74 +LIBRARY         efsrv.lib ws32.lib
    1.75 +LIBRARY         libGLESv1_CM.lib ezlib.lib libEGL.lib
    1.76 +
    1.77 +SMPSAFE