glib/tsrc/glib_nonstif/group/tmanual.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET			tmanual.exe
       
    22 TARGETTYPE	exe
       
    23 UID 		0x00000000 0xEf000008
       
    24 
       
    25 #if defined(EKA2)
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 #endif
       
    32 
       
    33 
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          tmanual.c
       
    37 
       
    38 USERINCLUDE     ../inc 
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE
       
    41 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    42 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    43 
       
    44 
       
    45 
       
    46 
       
    47 LIBRARY         libglib.lib
       
    48 LIBRARY         libc.lib
       
    49 LIBRARY         libpthread.lib
       
    50 LIBRARY         euser.lib
       
    51 STATICLIBRARY   libcrt0.lib
       
    52 
       
    53 LANG            SC
       
    54 
       
    55 // End of File
       
    56 
       
    57 SMPSAFE