sl@0: // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // e32test/group/bld.inf sl@0: // Test code for stdexe and stddll 0th ordinal access sl@0: // This has to be done in a separate bld.inf as stdexe/stddlls can't be built from sl@0: // std base codeline. Building stdexe/stddlls requires the following syslibs libraries sl@0: // to be present under the epoc32 dir of the platform type you are building for: sl@0: // libcrt0.dll/.lib sl@0: // ucrt0.dll/.lib sl@0: // The binaries are intending to be run from non-XIP memory to allow the fixups sl@0: // of the import table to be tested by adding lines like those below to an oby file: sl@0: // file=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll.dll sys\bin\t_oedll.dll sl@0: // data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll1.dll sys\bin\t_oedll1.dll attrib=r sl@0: // data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport.exe sys\bin\t_oeexport.exe attrib=r sl@0: // data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport1.exe sys\bin\t_oeexport1.exe attrib=r sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: #ifdef LIBC_UCRT_PRESENT sl@0: // Only supported by the following platforms sl@0: PRJ_PLATFORMS sl@0: ARMV5 WINSCW sl@0: sl@0: PRJ_TESTMMPFILES sl@0: t_oedll support sl@0: t_oedll1 support sl@0: t_oeexport sl@0: t_oeexport1 support sl@0: #endif