os/ossrv/glib/build/symbian/glibbackend/group/glibbackend.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/glib/build/symbian/glibbackend/group/glibbackend.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,71 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +//#include <platform_paths.hrh>
    1.22 +
    1.23 +TARGET		glibbackend.dll
    1.24 +TARGETTYPE		DLL
    1.25 +UID               0x1000008d  0x10282414
    1.26 +
    1.27 +
    1.28 +#ifdef EKA2
    1.29 +LANG            SC
    1.30 +CAPABILITY ALL -TCB
    1.31 +VENDORID 	0x101FB657
    1.32 +#endif
    1.33 +
    1.34 +VERSION	1.1
    1.35 +
    1.36 +#ifndef WINSCW
    1.37 +EPOCALLOWDLLDATA
    1.38 +#endif
    1.39 +
    1.40 +
    1.41 +USERINCLUDE		../../../../glibbackend/inc
    1.42 +
    1.43 +//OS_LAYER_SYSTEMINCLUDE
    1.44 +//OS_LAYER_LIBC_SYSTEMINCLUDE
    1.45 +//OS_LAYER_GLIB_SYSTEMINCLUDE
    1.46 +SYSTEMINCLUDE   /epoc32/include
    1.47 +SYSTEMINCLUDE   /epoc32/include/platform
    1.48 +SYSTEMINCLUDE   /epoc32/include/stdapis
    1.49 +SYSTEMINCLUDE   /epoc32/include/stdapis/glib-2.0
    1.50 +
    1.51 +
    1.52 +SOURCEPATH		../../../../glibbackend/src
    1.53 +
    1.54 +SOURCE		spawn.cpp
    1.55 +SOURCE		applicationpath.cpp
    1.56 +SOURCE		checkforchildexited.cpp
    1.57 +SOURCE		pAlloc.cpp
    1.58 +SOURCE		pFree.cpp
    1.59 +SOURCE		getProgPath.cpp
    1.60 +SOURCE		lowmem.cpp
    1.61 +SOURCE		glibbackend_wsd.cpp
    1.62 +SOURCE		pRealloc.cpp
    1.63 +
    1.64 +LIBRARY		libc.lib
    1.65 +LIBRARY		libpthread.lib
    1.66 +LIBRARY		euser.lib
    1.67 +
    1.68 +#ifdef WINSCW
    1.69 +LIBRARY      ewsd.lib
    1.70 +#endif /* WINSCW */
    1.71 +
    1.72 +//end of file
    1.73 +SMPSAFE
    1.74 +PAGED