apicompatanamdw/bcdrivers/os/ossrv/glib/group/toption.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			toption.exe
       
    20 TARGETTYPE	exe
       
    21 UID 		0x00000000 0xEf00000B
       
    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 
       
    31 MACRO	SYMBIAN
       
    32 
       
    33 SOURCEPATH      ..\src
       
    34 SOURCE          toption.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 LIBRARY         libglib.lib
       
    51 LIBRARY         libc.lib
       
    52 LIBRARY         libpthread.lib
       
    53 LIBRARY         euser.lib
       
    54 STATICLIBRARY   libcrt0.lib
       
    55 
       
    56 LANG            SC
       
    57 
       
    58 // End of File