baseport/syborg/base.iby
author Gareth Stockwell <gareth.stockwell@accenture.com>
Mon, 06 Sep 2010 16:25:43 +0100
changeset 106 3bc1a978be44
parent 2 d55eb581a87c
permissions -rw-r--r--
Fix for Bug 3671 - QEMU GDB stub listens on IPv6-only port on Windows 7 The connection string used by the GDB stub does not specify which version of the Internet Protocol should be used by the port on which it listens. On host platforms with IPv6 support, such as Windows 7, this means that the stub listens on an IPv6-only port. Since the GDB client uses IPv4, this means that the client cannot connect to QEMU.

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/

#ifndef __BASE_IBY__
#define __BASE_IBY__

REM Base operating system, including all assp-specific files

#if defined(__MISA__)
#include <base_assabet.iby>
#elif defined(__MI920__)
#include <base_integrator920.iby>
#elif defined(__NI1136__)
#include <base_integrator1136.iby>
#elif defined(__MCOT__)
#include <base_lubbock.iby>
#elif defined(__TEMPLATE__)
#include <base_template.iby>
#elif defined(__MOMAP16XX_H2__)
#include <base_h2.iby>
#elif defined(__MOMAP24XX_H4HRP__)
#include <base_h4hrp.iby>
#elif defined(__X86PCHRP__)
#include <base_x86pc.iby>
#elif defined(__NE1_TB__)
#include <base_ne1_tb.iby>
#elif defined(__SYBORG__)
#include <base_syborg.iby>
#endif

#include <compsupp.iby>

file=ABI_DIR\DEBUG_DIR\EUSER_DLL							\sys\bin\EUser.dll
file=ABI_DIR\DEBUG_DIR\RPIPE.DLL							\sys\bin\rpipe.dll

file=ABI_DIR\DEBUG_DIR\ektran.dll							\sys\bin\EKTran.dll
file=ABI_DIR\DEBUG_DIR\HAL_DLL								\sys\bin\Hal.dll

#ifndef SYMBIAN_EXCLUDE_KEYMAP
file=ABI_DIR\DEBUG_DIR\KEYMAP_FILE.dll						\sys\bin\EKData.dll
#endif //SYMBIAN_EXCLUDE_KEYMAP

secondary=ABI_DIR\DEBUG_DIR\efile.exe						\sys\bin\efile.exe  FIXED HEAPMAX(0x40000)
file=ABI_DIR\DEBUG_DIR\efsrv.dll							\sys\bin\EFSrv.dll

#ifndef CUSTOM_ELOCAL
#ifdef WITH_FAT32
file=ABI_DIR\DEBUG_DIR\efat32.fsy							\sys\bin\ELocal.fsy
#else
file=ABI_DIR\DEBUG_DIR\elocal.fsy							\sys\bin\ELocal.fsy
#endif
#endif

#ifdef WITH_LFFS
file=ABI_DIR\DEBUG_DIR\elffs.fsy							\sys\bin\ELffs.fsy
#endif

#ifdef WITH_NAND
file=ABI_DIR\BUILD_DIR\nandftl.fxt							\sys\bin\nandftl.fxt
file=ABI_DIR\BUILD_DIR\ecomp.fsy							\sys\bin\ecomp.fsy
file=ABI_DIR\BUILD_DIR\erofs.fsy							\sys\bin\erofs.fsy
#endif

#ifdef WITH_NAND2
file=ABI_DIR\BUILD_DIR\ecomp.fsy							\sys\bin\ecomp.fsy
file=ABI_DIR\BUILD_DIR\erofs.fsy							\sys\bin\erofs.fsy
#endif

#ifdef WITH_ISO9660
file=ABI_DIR\DEBUG_DIR\iso9660.fsy							\sys\bin\Iso9660.fsy
#endif

#ifdef WITH_NTFS
file=ABI_DIR\DEBUG_DIR\ntfs.fsy								\sys\bin\Ntfs.fsy
#endif

#ifdef WITH_MASS_STORAGE
file=ABI_DIR\DEBUG_DIR\msfs.fsy								\sys\bin\msfs.fsy
#endif

file=ABI_DIR\DEBUG_DIR\ESTART_EXE							\sys\bin\EStart.exe	HEAPMAX(0x10000)

file=ABI_DIR\DEBUG_DIR\domainSrv.exe						\sys\bin\domainSrv.exe
file=ABI_DIR\DEBUG_DIR\domainCli.dll						\sys\bin\domainCli.dll
file=ABI_DIR\DEBUG_DIR\domainPolicy.dll						\sys\bin\domainPolicy.dll

#if defined(_NAND) || defined(_NAND2)
#if !defined PAGED_ROM || defined EFFICIENT_ROM_PAGING || defined CODE_PAGING_FROM_ROFS
REM Start of ROFS image
ROM_IMAGE[1] {
#endif
#endif

#ifndef SYMBIAN_EXCLUDE_D_EXC
file=ABI_DIR\DEBUG_DIR\d_exc.exe							\sys\bin\d_exc.exe
#endif //SYMBIAN_EXCLUDE_D_EXC

#ifndef SYMBIAN_EXCLUDE_SCDV
file=ABI_DIR\DEBUG_DIR\SCDV_DLL								\sys\bin\ScDv.dll
#endif // SYMBIAN_EXCLUDE_SCDV

#endif