os/ossrv/genericopenlibs/openenvcore/libc/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description:  This is a top level bld file that drives all sub-components
sl@0
    15
*                that make libc library
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
#include "../test/group/bld.inf"
sl@0
    20
sl@0
    21
PRJ_PLATFORMS
sl@0
    22
DEFAULT
sl@0
    23
sl@0
    24
#ifndef GCCXML
sl@0
    25
PRJ_MMPFILES
sl@0
    26
libc.mmp
sl@0
    27
#endif //GCCXML
sl@0
    28
PRJ_EXPORTS
sl@0
    29
../../include/stddef.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stddef.h)
sl@0
    30
../../include/stdio.h        	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stdio.h)
sl@0
    31
../../include/stdlib.h       	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stdlib.h)
sl@0
    32
../../include/string.h       	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/string.h)
sl@0
    33
../../include/strings.h       	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/strings.h)
sl@0
    34
../../include/errno.h		            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/errno.h)
sl@0
    35
../../include/wchar.h		            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/wchar.h)
sl@0
    36
../../include/time.h		            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/time.h)
sl@0
    37
../../include/unistd.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/unistd.h)
sl@0
    38
../../include/limits.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/limits.h)
sl@0
    39
../../include/ctype.h		            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/ctype.h)
sl@0
    40
../../include/_ctype.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/_ctype.h)
sl@0
    41
../../include/locale.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/locale.h)
sl@0
    42
../../include/wctype.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/wctype.h)
sl@0
    43
../../include/monetary.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/monetary.h)
sl@0
    44
../../include/memory.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/memory.h)
sl@0
    45
../../include/inttypes.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/inttypes.h)
sl@0
    46
../../include/stdbool.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stdbool.h)
sl@0
    47
../../include/langinfo.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/langinfo.h)
sl@0
    48
../../include/sysexits.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sysexits.h)
sl@0
    49
../../include/paths.h	                SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/paths.h)
sl@0
    50
../../include/regex.h	                SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/regex.h)
sl@0
    51
../../include/fcntl.h	                SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/fcntl.h)
sl@0
    52
../../include/_ansi.h	                SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/_ansi.h)
sl@0
    53
../../include/setjmp.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/setjmp.h)
sl@0
    54
../../include/err.h	       		    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/err.h)
sl@0
    55
../../include/assert.h	   		    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/assert.h)
sl@0
    56
../../include/getopt.h	   		    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/getopt.h)
sl@0
    57
../../include/dirent.h	   		    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/dirent.h)
sl@0
    58
../../include/grp.h	   		    		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/grp.h)
sl@0
    59
../../include/pwd.h	   		    		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/pwd.h)
sl@0
    60
../../include/glob.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/glob.h)
sl@0
    61
../../include/utmp.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/utmp.h)
sl@0
    62
../../include/iconv.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/iconv.h)
sl@0
    63
../../include/signal.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/signal.h)
sl@0
    64
../../include/spawn.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/spawn.h)
sl@0
    65
../../include/ftw.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/ftw.h)
sl@0
    66
../../include/sys/types.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/types.h)
sl@0
    67
../../include/sys/cdefs.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/cdefs.h)
sl@0
    68
../../include/sys/_types.h	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/_types.h)
sl@0
    69
../../include/sys/_null.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/_null.h)
sl@0
    70
../../include/sys/unistd.h		    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/unistd.h)
sl@0
    71
../../include/sys/time.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/time.h)
sl@0
    72
../../include/sys/timespec.h		    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/timespec.h)
sl@0
    73
../../include/sys/_timeval.h		    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/_timeval.h)
sl@0
    74
../../include/sys/param.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/param.h)
sl@0
    75
../../include/sys/limits.h	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/limits.h)
sl@0
    76
../../include/sys/syslimits.h	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/syslimits.h)
sl@0
    77
../../include/sys/stat.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/stat.h)
sl@0
    78
../../include/stdint.h	       		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stdint.h)
sl@0
    79
../../include/sys/endian.h	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/endian.h)
sl@0
    80
../../include/sys/wait.h		        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/wait.h)
sl@0
    81
../../include/sys/fcntl.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/fcntl.h)
sl@0
    82
../../include/sys/stdint.h	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/stdint.h)
sl@0
    83
../../include/sys/_pthreadtypes.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/_pthreadtypes.h)
sl@0
    84
../../include/sys/queue.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/queue.h)
sl@0
    85
../../include/sys/uio.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/uio.h)
sl@0
    86
../../include/sys/un.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/un.h)
sl@0
    87
../../include/sys/select.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/select.h)
sl@0
    88
../../include/sys/aeselect.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/aeselect.h)
sl@0
    89
../../include/sys/signal.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/signal.h)
sl@0
    90
../../include/sys/sysctl.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/sysctl.h)
sl@0
    91
../../include/sys/utsname.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/utsname.h)			
sl@0
    92
../../include/sys/_sigset.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/_sigset.h)
sl@0
    93
../../include/posix4/sched.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sched.h)
sl@0
    94
sl@0
    95
../../include/machine/signal.h        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/signal.h)
sl@0
    96
../../include/machine/param.h	        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/param.h)
sl@0
    97
../../include/machine/_types.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/_types.h)
sl@0
    98
../../include/machine/_limits.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/_limits.h)
sl@0
    99
../../include/machine/_stdint.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/_stdint.h)
sl@0
   100
../../include/machine/_inttypes.h     SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/_inttypes.h)
sl@0
   101
../../include/machine/endian.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/endian.h)
sl@0
   102
../../include/machine/setjmp.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/machine/setjmp.h)
sl@0
   103
sl@0
   104
../../include/arpa/inet.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/arpa/inet.h)
sl@0
   105
../../include/arpa/nameser.h	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/arpa/nameser.h)
sl@0
   106
../../include/arpa/nameser_compat.h    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/arpa/nameser_compat.h)
sl@0
   107
sl@0
   108
../../include/net/if.h       			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/net/if.h)
sl@0
   109
../../include/net/route.h       			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/net/route.h)
sl@0
   110
../../include/net/radix.h       			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/net/radix.h)
sl@0
   111
../../include/net/if_var.h       			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/net/if_var.h)
sl@0
   112
sl@0
   113
../../include/netdb.h		             SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/netdb.h)
sl@0
   114
../../include/sys/dirent.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/dirent.h)
sl@0
   115
../../include/utime.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/utime.h)
sl@0
   116
../../include/sys/errno.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/errno.h)
sl@0
   117
../../include/sys/serial.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/serial.h)
sl@0
   118
../../include/sys/ioctl.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/ioctl.h)
sl@0
   119
../../include/sys/socket.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/socket.h)
sl@0
   120
../../include/sys/ttycom.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/ttycom.h)
sl@0
   121
../../include/sys/ioccom.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/ioccom.h)
sl@0
   122
../../include/sys/filio.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/filio.h)
sl@0
   123
../../include/sys/sockio.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/sockio.h)
sl@0
   124
../../include/sys/_iovec.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/_iovec.h)
sl@0
   125
../../include/netinet/in.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/netinet/in.h)
sl@0
   126
../../include/netinet6/in6.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/netinet6/in6.h)
sl@0
   127
../../include/netinet6/in6_var.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/netinet6/in6_var.h)
sl@0
   128
../../include/sys/mman.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/mman.h)
sl@0
   129
sl@0
   130
sl@0
   131
//exporting syscall dependent headers
sl@0
   132
../../include/sys/resource.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/resource.h)
sl@0
   133
sl@0
   134
../inc/stdarg.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stdarg.h)
sl@0
   135
../inc/stdarg_e.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stdarg_e.h)
sl@0
   136
sl@0
   137
// IPC
sl@0
   138
../../include/sys/ipc.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/ipc.h)
sl@0
   139
../../include/sys/msg.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/msg.h)
sl@0
   140
../../include/sys/sem.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/sem.h)
sl@0
   141
../../include/sys/shm.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/shm.h)
sl@0
   142
sl@0
   143
../../include/netconfig.h	   		    		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/netconfig.h)
sl@0
   144
../../include/nsswitch.h	   		    		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/nsswitch.h)
sl@0
   145
../../include/resolv.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/resolv.h)
sl@0
   146
../../include/sys/event.h	            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/sys/event.h)
sl@0
   147
sl@0
   148
#ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
sl@0
   149
//Locale mapping file
sl@0
   150
../src/locales_new.txt	/epoc32/winscw/c/resource/pips/locales_new.txt
sl@0
   151
//Locale mapping file
sl@0
   152
../src/locales_new.txt	/epoc32/winscw/c/resource/openc/locales_new.txt
sl@0
   153
#endif
sl@0
   154
sl@0
   155
//Locale mapping file
sl@0
   156
../src/locales.txt	/epoc32/winscw/c/resource/pips/locales.txt
sl@0
   157
//getservbyname/getservbyport  related data file
sl@0
   158
../src/services.txt	/epoc32/winscw/c/resource/pips/services
sl@0
   159
//Locale mapping file
sl@0
   160
../src/locales.txt	/epoc32/winscw/c/resource/openc/locales.txt
sl@0
   161
//getservbyname/getservbyport  related data file
sl@0
   162
../src/services.txt	/epoc32/winscw/c/resource/openc/services
sl@0
   163
sl@0
   164
// gcce 
sl@0
   165
../inc/staticlibinit_gcce.h	         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/staticlibinit_gcce.h)
sl@0
   166
../gcce/urel/libcrt0_gcce.lib        /epoc32/release/armv5/urel/libcrt0_gcce.lib
sl@0
   167
../gcce/udeb/libcrt0_gcce.lib        /epoc32/release/armv5/udeb/libcrt0_gcce.lib
sl@0
   168
sl@0
   169
//  End of File
sl@0
   170
sl@0
   171
//libc dependent headers
sl@0
   172
sl@0
   173
sl@0
   174