genericopenlibs/openenvcore/group/openenv.iby
changeset 31 ce057bb09d0b
child 45 4b03adbd26ca
child 59 09fa7c3c5079
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __OPENENV_IBY__
       
    17 #define __OPENENV_IBY__
       
    18 
       
    19 // libc.dll has a dependancy on Timezone Server
       
    20 #include "timezonelocalization.iby"
       
    21 
       
    22 file=ABI_DIR\BUILD_DIR\LibLogger.dll       	   sys\bin\LibLogger.dll 
       
    23 file=ABI_DIR\BUILD_DIR\LibCIpcServer.exe   	   sys\bin\LibCIpcServer.exe 
       
    24 file=ABI_DIR\BUILD_DIR\backend.dll         	   sys\bin\backend.dll 
       
    25 file=ABI_DIR\BUILD_DIR\libm.dll            	   sys\bin\libm.dll 
       
    26 file=ABI_DIR\BUILD_DIR\libc.dll            	   sys\bin\libc.dll 
       
    27 file=ABI_DIR\BUILD_DIR\libpthread.dll      	   sys\bin\libpthread.dll 
       
    28 file=ABI_DIR\BUILD_DIR\libdl.dll           	   sys\bin\libdl.dll 
       
    29 
       
    30 #ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
       
    31 data = EPOCROOT##epoc32\winscw\c\resource\pips\locales_new.txt	   \resource\pips\locales_new.txt
       
    32 #endif
       
    33 data = EPOCROOT##epoc32\winscw\c\resource\pips\locales.txt	   \resource\pips\locales.txt
       
    34 data = EPOCROOT##epoc32\winscw\c\resource\pips\services	   \resource\pips\services
       
    35 data = EPOCROOT##epoc32\data\z\system\install\openc_stdlibs_stub.sis	\system\install\openc_stdlibs_stub.sis
       
    36 data = EPOCROOT##epoc32\data\z\system\install\openc_signalserver_stub.sis	\system\install\openc_signalserver_stub.sis
       
    37 
       
    38 #include <stdcpp.iby> 	/* StdC++ library*/
       
    39 
       
    40 #ifdef SYMBIAN_OE_POSIX_SIGNALS
       
    41 file=ABI_DIR\BUILD_DIR\signalserver.exe		   sys\bin\signalserver.exe
       
    42 #endif /* SYMBIAN_OE_POSIX_SIGNALS */
       
    43 
       
    44 #ifdef SYMBIAN_OE_LIBRT
       
    45 #include <oelibrt.iby>	  /* Librt library*/
       
    46 #endif /* SYMBIAN_OE_LIBRT */
       
    47 
       
    48 #endif
       
    49 
       
    50