glib/libglib/group/glib.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET		libglib.dll
       
    22 TARGETTYPE		DLL
       
    23 UID               0x1000008d  0x10281F2C
       
    24 
       
    25 #ifdef EKA2
       
    26 LANG            SC
       
    27 CAPABILITY All -Tcb
       
    28 VENDORID 	0x101FB657
       
    29 
       
    30 #endif
       
    31 
       
    32 VERSION	2.103
       
    33 
       
    34 #ifndef WINSCW
       
    35 EpocAllowDllData
       
    36 #endif /* WINSCW */
       
    37 
       
    38 MACRO			MOBILE_PORT
       
    39 MACRO			HAVE_CONFIG_H
       
    40 
       
    41 USERINCLUDE			../../glibbackend/inc
       
    42 SYSTEMINCLUDE		../inc
       
    43 SYSTEMINCLUDE		../../inc
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE
       
    46 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    47 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    48 
       
    49 /* Glib source files */
       
    50 SOURCEPATH		../src
       
    51 
       
    52 SOURCE			glib_wsd.cpp
       
    53 SOURCE			glowmem.c
       
    54 SOURCE			garray.c
       
    55 SOURCE			gasyncqueue.c
       
    56 SOURCE			gatomic.c
       
    57 SOURCE			gbacktrace.c
       
    58 SOURCE			gcache.c
       
    59 SOURCE			gcompletion.c
       
    60 SOURCE			gconvert.c
       
    61 SOURCE			gdataset.c
       
    62 SOURCE			gdate.c
       
    63 SOURCE			gdir.c
       
    64 SOURCE			gerror.c
       
    65 SOURCE			gfileutils.c
       
    66 SOURCE			ghash.c
       
    67 SOURCE			ghook.c
       
    68 SOURCE			giochannel.c
       
    69 SOURCE			giounix.c
       
    70 SOURCE			gkeyfile.c
       
    71 SOURCE			glist.c
       
    72 SOURCE			gmain.c
       
    73 SOURCE			gmappedfile.c
       
    74 SOURCE			gmarkup.c
       
    75 SOURCE			gmem.c
       
    76 SOURCE			gmessages.c
       
    77 SOURCE			gnode.c
       
    78 SOURCE			goption.c
       
    79 SOURCE			gpattern.c
       
    80 SOURCE			gprimes.c
       
    81 SOURCE			gprintf.c
       
    82 SOURCE			gqsort.c
       
    83 SOURCE			gqueue.c
       
    84 SOURCE			grand.c
       
    85 SOURCE			grel.c
       
    86 SOURCE			gscanner.c
       
    87 SOURCE			gshell.c
       
    88 SOURCE			gslice.c
       
    89 SOURCE			gslist.c
       
    90 SOURCE			gspawn-symbian.c
       
    91 SOURCE			gstdio.c
       
    92 SOURCE			gstrfuncs.c
       
    93 SOURCE			gstring.c
       
    94 SOURCE			gthread.c
       
    95 SOURCE			gthreadpool.c
       
    96 SOURCE			gtimer.c
       
    97 SOURCE			gtree.c
       
    98 SOURCE			gunibreak.c
       
    99 SOURCE			gunicollate.c
       
   100 SOURCE			gunidecomp.c
       
   101 SOURCE			guniprop.c
       
   102 SOURCE			gutf8.c
       
   103 SOURCE			gutils.c
       
   104 SOURCE			libcharset/localcharset.c
       
   105 
       
   106 LIBRARY 		libc.lib
       
   107 LIBRARY 		libpthread.lib
       
   108 LIBRARY			glibbackend.lib
       
   109 LIBRARY			euser.lib
       
   110 
       
   111 #ifdef WINSCW
       
   112 LIBRARY      ewsd.lib
       
   113 #endif /* WINSCW */
       
   114 //VENDORID VID_DEFAULT 
       
   115 
       
   116 SMPSAFE