glib/build/symbian/glibbackend/group/glibbackend.mmp
changeset 18 47c74d1534e1
child 22 ddc455616bd6
equal deleted inserted replaced
0:e4d67989cc36 18:47c74d1534e1
       
     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 //#include <platform_paths.hrh>
       
    19 
       
    20 TARGET		glibbackend.dll
       
    21 TARGETTYPE		DLL
       
    22 UID               0x1000008d  0x10282414
       
    23 
       
    24 
       
    25 #ifdef EKA2
       
    26 LANG            SC
       
    27 CAPABILITY ALL -TCB
       
    28 VENDORID 	0x101FB657
       
    29 #endif
       
    30 
       
    31 VERSION	1.0
       
    32 
       
    33 #ifndef WINSCW
       
    34 EPOCALLOWDLLDATA
       
    35 #endif
       
    36 
       
    37 
       
    38 USERINCLUDE		../../../../glibbackend/inc
       
    39 
       
    40 //OS_LAYER_SYSTEMINCLUDE
       
    41 //OS_LAYER_LIBC_SYSTEMINCLUDE
       
    42 //OS_LAYER_GLIB_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE   /epoc32/include
       
    44 SYSTEMINCLUDE   /epoc32/include/platform
       
    45 SYSTEMINCLUDE   /epoc32/include/stdapis
       
    46 SYSTEMINCLUDE   /epoc32/include/stdapis/glib-2.0
       
    47 
       
    48 
       
    49 SOURCEPATH		../../../../glibbackend/src
       
    50 
       
    51 SOURCE		spawn.cpp
       
    52 SOURCE		applicationpath.cpp
       
    53 SOURCE		checkforchildexited.cpp
       
    54 SOURCE		pAlloc.cpp
       
    55 SOURCE		pFree.cpp
       
    56 SOURCE		getProgPath.cpp
       
    57 SOURCE		lowmem.cpp
       
    58 SOURCE		glibbackend_wsd.cpp
       
    59 SOURCE		pRealloc.cpp
       
    60 
       
    61 LIBRARY		libc.lib
       
    62 LIBRARY		libpthread.lib
       
    63 LIBRARY		euser.lib
       
    64 
       
    65 #ifdef WINSCW
       
    66 LIBRARY      ewsd.lib
       
    67 #endif /* WINSCW */
       
    68 
       
    69 //end of file
       
    70 SMPSAFE