apicompatanamdw/bcdrivers/os/ossrv/glib/group/tasyncqueue.mmp
changeset 2 0cb2248d0edc
equal deleted inserted replaced
1:61e9400fe245 2:0cb2248d0edc
       
     1 /*
       
     2 * Copyright (c) 2006-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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET			tasyncqueue.exe
       
    20 TARGETTYPE	exe
       
    21 UID 		0x00000000 0xEf00000D
       
    22 
       
    23 #if defined(EKA2)
       
    24 CAPABILITY      ALL -TCB
       
    25 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    26 // VENDORID     0x00000000
       
    27 /* Remove comments and replace 0x00000000 with correct secure id */
       
    28 // SECUREID     0x00000000
       
    29 #endif
       
    30 CAPABILITY      ALL -TCB
       
    31 MACRO	SYMBIAN
       
    32 
       
    33 SOURCEPATH      ..\src
       
    34 SOURCE          tasyncqueue.c
       
    35 
       
    36 USERINCLUDE     ..\inc 
       
    37 //SYSTEMINCLUDE   \epoc32\include\osextensions\stdapis
       
    38 //SYSTEMINCLUDE   \epoc32\include\osextensions\stdapis\sys
       
    39 //SYSTEMINCLUDE   \epoc32\include\osextensions\stdapis\glib-2.0
       
    40 //SYSTEMINCLUDE   \epoc32\include\osextensions\stdapis\glib-2.0\glib
       
    41 
       
    42 SYSTEMINCLUDE   \epoc32\include\stdapis
       
    43 SYSTEMINCLUDE   \epoc32\include\stdapis\sys
       
    44 SYSTEMINCLUDE   \epoc32\include\stdapis\glib-2.0
       
    45 SYSTEMINCLUDE   \epoc32\include\stdapis\glib-2.0\glib
       
    46 
       
    47 SYSTEMINCLUDE   \epoc32\include 
       
    48 SYSTEMINCLUDE   \epoc32\include\internal
       
    49 
       
    50 STATICLIBRARY   libcrt0.lib
       
    51 LIBRARY         libc.lib
       
    52 LIBRARY         libglib.lib
       
    53 LIBRARY         libgthread.lib
       
    54 LIBRARY         libpthread.lib
       
    55 LIBRARY         euser.lib
       
    56 
       
    57 
       
    58 LANG            SC
       
    59 
       
    60 // End of File