os/kernelhwsrv/kerneltest/e32test/dll/oe/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/dll/oe/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,44 @@
     1.4 +// Copyright (c) 1999-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 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 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// e32test/group/bld.inf
    1.18 +// Test code for stdexe and stddll 0th ordinal access
    1.19 +// This has to be done in a separate bld.inf as stdexe/stddlls can't be built from
    1.20 +// std base codeline.  Building stdexe/stddlls requires the following syslibs libraries 
    1.21 +// to be present under the epoc32 dir of the platform type you are building for:
    1.22 +// libcrt0.dll/.lib
    1.23 +// ucrt0.dll/.lib
    1.24 +// The binaries are intending to be run from non-XIP memory to allow the fixups
    1.25 +// of the import table to be tested by adding lines like those below to an oby file:
    1.26 +// file=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll.dll         sys\bin\t_oedll.dll 
    1.27 +// data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll1.dll        sys\bin\t_oedll1.dll attrib=r
    1.28 +// data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport.exe      sys\bin\t_oeexport.exe attrib=r
    1.29 +// data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport1.exe      sys\bin\t_oeexport1.exe attrib=r
    1.30 +// 
    1.31 +//
    1.32 +
    1.33 +/**
    1.34 + @file
    1.35 +*/
    1.36 +
    1.37 +#ifdef LIBC_UCRT_PRESENT
    1.38 +// Only supported by the following platforms
    1.39 +PRJ_PLATFORMS
    1.40 +ARMV5 WINSCW
    1.41 +
    1.42 +PRJ_TESTMMPFILES
    1.43 +t_oedll		support
    1.44 +t_oedll1	support
    1.45 +t_oeexport
    1.46 +t_oeexport1 support
    1.47 +#endif
    1.48 \ No newline at end of file