1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/group/openenv.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,50 @@
1.4 +// Copyright (c) 2006-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 +#ifndef __OPENENV_IBY__
1.20 +#define __OPENENV_IBY__
1.21 +
1.22 +// libc.dll has a dependancy on Timezone Server
1.23 +#include "timezonelocalization.iby"
1.24 +
1.25 +file=ABI_DIR\BUILD_DIR\liblogger.dll sys\bin\LibLogger.dll
1.26 +file=ABI_DIR\BUILD_DIR\libcipcserver.exe sys\bin\LibCIpcServer.exe
1.27 +file=ABI_DIR\BUILD_DIR\backend.dll sys\bin\backend.dll
1.28 +file=ABI_DIR\BUILD_DIR\libm.dll sys\bin\libm.dll
1.29 +file=ABI_DIR\BUILD_DIR\libc.dll sys\bin\libc.dll
1.30 +file=ABI_DIR\BUILD_DIR\libpthread.dll sys\bin\libpthread.dll
1.31 +file=ABI_DIR\BUILD_DIR\libdl.dll sys\bin\libdl.dll
1.32 +
1.33 +#ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
1.34 +data = EPOCROOT##epoc32\winscw\c\resource\pips\locales_new.txt \resource\pips\locales_new.txt
1.35 +#endif
1.36 +data = EPOCROOT##epoc32\winscw\c\resource\pips\locales.txt \resource\pips\locales.txt
1.37 +data = EPOCROOT##epoc32\winscw\c\resource\pips\services \resource\pips\services
1.38 +data = EPOCROOT##epoc32\data\z\system\install\openc_stdlibs_stub.sis \system\install\openc_stdlibs_stub.sis
1.39 +data = EPOCROOT##epoc32\data\z\system\install\openc_signalserver_stub.sis \system\install\openc_signalserver_stub.sis
1.40 +
1.41 +#include <stdcpp.iby> /* StdC++ library*/
1.42 +
1.43 +#ifdef SYMBIAN_OE_POSIX_SIGNALS
1.44 +file=ABI_DIR\BUILD_DIR\signalserver.exe sys\bin\signalserver.exe
1.45 +#endif /* SYMBIAN_OE_POSIX_SIGNALS */
1.46 +
1.47 +#ifdef SYMBIAN_OE_LIBRT
1.48 +#include <oelibrt.iby> /* Librt library*/
1.49 +#endif /* SYMBIAN_OE_LIBRT */
1.50 +
1.51 +#endif
1.52 +
1.53 +