1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/openvg/openvgrefimplementation/sfopenvg/group/egl.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,50 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Symbian Foundation Ltd
1.6 +* This component and the accompanying materials are made available
1.7 +* under the terms of the License "Eclipse Public License v1.0"
1.8 +* which accompanies this distribution, and is available
1.9 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +*
1.11 +* Initial Contributors:
1.12 +* Symbian Foundation Ltd - initial contribution.
1.13 +*
1.14 +* Contributors:
1.15 +*
1.16 +* Description:
1.17 +* egl mmp file
1.18 +*/
1.19 +
1.20 +#include <egl\egluids.hrh> // For uids
1.21 +
1.22 +target libEGL_sw.dll // Destination filename
1.23 +
1.24 +targettype dll // Binary build type
1.25 +uid KUidSharedDllUidValue KUidEGLDllUidValue // File uids
1.26 +VENDORID 0x70000001
1.27 +CAPABILITY ALL -tcb
1.28 +//noexportlibrary
1.29 +
1.30 +userinclude ..\sfopenvg\include //for internal egl functions e.g. do_eglXXX
1.31 +
1.32 +OS_LAYER_SYSTEMINCLUDE
1.33 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.34 +SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(egl) // EGL include files
1.35 +
1.36 +
1.37 +
1.38 +sourcepath ..\egl // Relative path to source files
1.39 +
1.40 +
1.41 +source egl.cpp
1.42 +
1.43 +
1.44 +library euser.lib // Mandatory
1.45 +library sflibopenvgrefimpl.lib
1.46 +
1.47 +
1.48 +#ifdef WINS
1.49 +DEFFILE \epoc32\include\def\win32\libegl13.def // WINS/WINSCW def file
1.50 +#else
1.51 +DEFFILE \epoc32\include\def\eabi\libegl13.def // ARM def file
1.52 +#endif // WINS
1.53 +