os/ossrv/glib/tsrc/BC/group/error_check_mutexes.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 
    20 TARGET			error_check_mutexes.exe
    21 TARGETTYPE	exe
    22 UID 		0x1000008d 0xe0000047
    23 
    24 #if defined(EKA2)
    25 CAPABILITY      ALL -TCB
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
    27 // VENDORID     0x00000000
    28 /* Remove comments and replace 0x00000000 with correct secure id */
    29 // SECUREID     0x00000000
    30 #endif
    31 
    32 MACRO	SYMBIAN
    33 MACRO			HAVE_CONFIG_H
    34 MACRO  G_ERRORCHECK_MUTEXES
    35 
    36 SOURCEPATH      ../src
    37 SOURCE          error_check_mutexes.c
    38 
    39 USERINCLUDE     ../inc 
    40 SYSTEMINCLUDE   	../tests/gobject
    41 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis
    42 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0
    43 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0/glib
    44 
    45 SYSTEMINCLUDE   /epoc32/include/stdapis
    46 SYSTEMINCLUDE   /epoc32/include/stdapis/sys
    47 SYSTEMINCLUDE   /epoc32/include/stdapis/glib-2.0
    48 
    49 SYSTEMINCLUDE   /epoc32/include 
    50 SYSTEMINCLUDE   /epoc32/include/internal
    51 
    52 LIBRARY         libgobject.lib
    53 LIBRARY         libglib.lib
    54 LIBRARY         libc.lib
    55 LIBRARY         libgmodule.lib
    56 LIBRARY			libgthread.lib
    57 LIBRARY         euser.lib
    58 STATICLIBRARY         libcrt0.lib
    59 
    60 LANG            SC
    61 
    62 // End of File
    63 
    64 SMPSAFE