glib/tsrc/glib_nonstif/group/g_test1.mmp
branchRCL_3
changeset 57 2efc27d87e1c
parent 0 e4d67989cc36
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
       
     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			g_test1.exe
       
    22 TARGETTYPE	exe
       
    23 UID 		0x1000008d 0xE04f98fe
       
    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 SOURCEPATH      ../src
       
    35 SOURCE          tg_test1.c
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 SYSTEMINCLUDE   	../tests/gobject
       
    39 
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    43 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY         libgobject.lib
       
    46 LIBRARY         libglib.lib
       
    47 LIBRARY         libc.lib
       
    48 LIBRARY         libgmodule.lib
       
    49 LIBRARY         libpthread.lib
       
    50 LIBRARY         libgthread.lib
       
    51 LIBRARY         euser.lib
       
    52 STATICLIBRARY         libcrt0.lib
       
    53 
       
    54 LANG            SC
       
    55 
       
    56 // End of File
       
    57 
       
    58 SMPSAFE