genericopenlibs/openenvcore/group/openenv.iby
branchRCL_3
changeset 75 254b651f304e
parent 54 4332f0f7be53
equal deleted inserted replaced
64:c44f36bb61a3 75:254b651f304e
    17 #define __OPENENV_IBY__
    17 #define __OPENENV_IBY__
    18 
    18 
    19 // libc.dll has a dependancy on Timezone Server
    19 // libc.dll has a dependancy on Timezone Server
    20 #include "timezonelocalization.iby"
    20 #include "timezonelocalization.iby"
    21 
    21 
    22 file=ABI_DIR\BUILD_DIR\liblogger.dll       	   sys\bin\LibLogger.dll 
    22 file=ABI_DIR\BUILD_DIR\LibLogger.dll       	   sys\bin\LibLogger.dll 
    23 file=ABI_DIR\BUILD_DIR\libcipcserver.exe   	   sys\bin\LibCIpcServer.exe 
    23 file=ABI_DIR\BUILD_DIR\LibCIpcServer.exe   	   sys\bin\LibCIpcServer.exe 
    24 file=ABI_DIR\BUILD_DIR\backend.dll         	   sys\bin\backend.dll 
    24 file=ABI_DIR\BUILD_DIR\backend.dll         	   sys\bin\backend.dll 
    25 file=ABI_DIR\BUILD_DIR\libm.dll            	   sys\bin\libm.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 
    26 file=ABI_DIR\BUILD_DIR\libc.dll            	   sys\bin\libc.dll 
    27 file=ABI_DIR\BUILD_DIR\libpthread.dll      	   sys\bin\libpthread.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 
    28 file=ABI_DIR\BUILD_DIR\libdl.dll           	   sys\bin\libdl.dll 
    32 #endif
    32 #endif
    33 data = EPOCROOT##epoc32\winscw\c\resource\pips\locales.txt	   \resource\pips\locales.txt
    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
    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
    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
    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*/
    37 #include <stdcpp.iby> 	/* StdC++ library*/
    39 
    38 
    40 #ifdef SYMBIAN_OE_POSIX_SIGNALS
    39 #ifdef SYMBIAN_OE_POSIX_SIGNALS
    41 file=ABI_DIR\BUILD_DIR\signalserver.exe		   sys\bin\signalserver.exe
    40 file=ABI_DIR\BUILD_DIR\signalserver.exe		   sys\bin\signalserver.exe
    42 #endif /* SYMBIAN_OE_POSIX_SIGNALS */
    41 #endif /* SYMBIAN_OE_POSIX_SIGNALS */