os/graphics/egl/eglinterface/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/egl/eglinterface/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,65 @@
     1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "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 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +#include "eglheaders.mmh"
    1.20 +PRJ_PLATFORMS
    1.21 +DEFAULT
    1.22 +
    1.23 +
    1.24 +PRJ_EXPORTS
    1.25 +egl.iby                       	/epoc32/rom/include/egl.iby
    1.26 +
    1.27 +../include/egluids.hrh        /epoc32/include/EGL/egluids.hrh
    1.28 +
    1.29 +../include/khrplatform.h      SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(KHR/khrplatform.h)
    1.30 +
    1.31 +#ifdef SYMBIAN_EGLHEADERS_API_VERSION_1_4
    1.32 +../include/1.4/egl.h              SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(EGL/egl.h)
    1.33 +../include/1.4/egltypes.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(EGL/egltypes.h)
    1.34 +../include/1.4/khronos_types.h    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(khronos_types.h)
    1.35 +../include/1.4/eglext.h           SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(EGL/eglext.h)
    1.36 +#endif
    1.37 +
    1.38 +#ifdef SYMBIAN_EGLHEADERS_API_VERSION_1_3
    1.39 +../include/1.3/egl.h              SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(EGL/egl.h)
    1.40 +../include/1.3/egltypes.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(EGL/egltypes.h)
    1.41 +../include/1.3/khronos_types.h    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(khronos_types.h)
    1.42 +#endif
    1.43 +
    1.44 +#ifdef SYMBIAN_EGLHEADERS_API_VERSION_1_2
    1.45 +../include/1.2/egl.h              SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(EGL/egl.h)
    1.46 +../include/1.2/egltypes.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(EGL/egltypes.h)
    1.47 +../include/1.2/khronos_types.h    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(khronos_types.h)
    1.48 +#endif
    1.49 +
    1.50 +// exported def files
    1.51 +../bwins/libegl12U.def        /epoc32/include/def/win32/libegl12u.def
    1.52 +../eabi/libegl12U.def         /epoc32/include/def/eabi/libegl12u.def
    1.53 +
    1.54 +../bwins/libegl13U.def        /epoc32/include/def/win32/libegl13u.def
    1.55 +../eabi/libegl13U.def         /epoc32/include/def/eabi/libegl13u.def
    1.56 +
    1.57 +../bwins/libegl14U.def        /epoc32/include/def/win32/libegl14u.def
    1.58 +../eabi/libegl14U.def         /epoc32/include/def/eabi/libegl14u.def
    1.59 +
    1.60 +PRJ_MMPFILES
    1.61 +egllib.mmp
    1.62 +
    1.63 +PRJ_TESTEXPORTS
    1.64 +
    1.65 +
    1.66 +PRJ_TESTMMPFILES
    1.67 +
    1.68 +