os/ossrv/genericopenlibs/openenvcore/group/openenv.iby
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) 2006-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 "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
//
sl@0
    15
sl@0
    16
#ifndef __OPENENV_IBY__
sl@0
    17
#define __OPENENV_IBY__
sl@0
    18
sl@0
    19
// libc.dll has a dependancy on Timezone Server
sl@0
    20
#include "timezonelocalization.iby"
sl@0
    21
sl@0
    22
file=ABI_DIR\BUILD_DIR\liblogger.dll       	   sys\bin\LibLogger.dll 
sl@0
    23
file=ABI_DIR\BUILD_DIR\libcipcserver.exe   	   sys\bin\LibCIpcServer.exe 
sl@0
    24
file=ABI_DIR\BUILD_DIR\backend.dll         	   sys\bin\backend.dll 
sl@0
    25
file=ABI_DIR\BUILD_DIR\libm.dll            	   sys\bin\libm.dll 
sl@0
    26
file=ABI_DIR\BUILD_DIR\libc.dll            	   sys\bin\libc.dll 
sl@0
    27
file=ABI_DIR\BUILD_DIR\libpthread.dll      	   sys\bin\libpthread.dll 
sl@0
    28
file=ABI_DIR\BUILD_DIR\libdl.dll           	   sys\bin\libdl.dll 
sl@0
    29
sl@0
    30
#ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
sl@0
    31
data = EPOCROOT##epoc32\winscw\c\resource\pips\locales_new.txt	   \resource\pips\locales_new.txt
sl@0
    32
#endif
sl@0
    33
data = EPOCROOT##epoc32\winscw\c\resource\pips\locales.txt	   \resource\pips\locales.txt
sl@0
    34
data = EPOCROOT##epoc32\winscw\c\resource\pips\services	   \resource\pips\services
sl@0
    35
data = EPOCROOT##epoc32\data\z\system\install\openc_stdlibs_stub.sis	\system\install\openc_stdlibs_stub.sis
sl@0
    36
data = EPOCROOT##epoc32\data\z\system\install\openc_signalserver_stub.sis	\system\install\openc_signalserver_stub.sis
sl@0
    37
sl@0
    38
#include <stdcpp.iby> 	/* StdC++ library*/
sl@0
    39
sl@0
    40
#ifdef SYMBIAN_OE_POSIX_SIGNALS
sl@0
    41
file=ABI_DIR\BUILD_DIR\signalserver.exe		   sys\bin\signalserver.exe
sl@0
    42
#endif /* SYMBIAN_OE_POSIX_SIGNALS */
sl@0
    43
sl@0
    44
#ifdef SYMBIAN_OE_LIBRT
sl@0
    45
#include <oelibrt.iby>	  /* Librt library*/
sl@0
    46
#endif /* SYMBIAN_OE_LIBRT */
sl@0
    47
sl@0
    48
#endif
sl@0
    49
sl@0
    50