os/kernelhwsrv/kerneltest/e32test/dll/oe/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// e32test/group/bld.inf
sl@0
    15
// Test code for stdexe and stddll 0th ordinal access
sl@0
    16
// This has to be done in a separate bld.inf as stdexe/stddlls can't be built from
sl@0
    17
// std base codeline.  Building stdexe/stddlls requires the following syslibs libraries 
sl@0
    18
// to be present under the epoc32 dir of the platform type you are building for:
sl@0
    19
// libcrt0.dll/.lib
sl@0
    20
// ucrt0.dll/.lib
sl@0
    21
// The binaries are intending to be run from non-XIP memory to allow the fixups
sl@0
    22
// of the import table to be tested by adding lines like those below to an oby file:
sl@0
    23
// file=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll.dll         sys\bin\t_oedll.dll 
sl@0
    24
// data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll1.dll        sys\bin\t_oedll1.dll attrib=r
sl@0
    25
// data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport.exe      sys\bin\t_oeexport.exe attrib=r
sl@0
    26
// data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport1.exe      sys\bin\t_oeexport1.exe attrib=r
sl@0
    27
// 
sl@0
    28
//
sl@0
    29
sl@0
    30
/**
sl@0
    31
 @file
sl@0
    32
*/
sl@0
    33
sl@0
    34
#ifdef LIBC_UCRT_PRESENT
sl@0
    35
// Only supported by the following platforms
sl@0
    36
PRJ_PLATFORMS
sl@0
    37
ARMV5 WINSCW
sl@0
    38
sl@0
    39
PRJ_TESTMMPFILES
sl@0
    40
t_oedll		support
sl@0
    41
t_oedll1	support
sl@0
    42
t_oeexport
sl@0
    43
t_oeexport1 support
sl@0
    44
#endif