glib/build/symbian/tests/group/helloworld.mmp
branchRCL_3
changeset 56 acd3cd4aaceb
equal deleted inserted replaced
54:4332f0f7be53 56:acd3cd4aaceb
       
     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 #include <platform_paths.hrh>
       
    20 TARGET          helloworld.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x1000008D 0xE1005000
       
    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 SOURCEPATH    ../../../../tests
       
    33 SOURCE        helloworld.c
       
    34 
       
    35 SYSTEMINCLUDE 		/epoc32/include
       
    36 SYSTEMINCLUDE		/epoc32/include/stdapis
       
    37 
       
    38 LIBRARY       		euser.lib
       
    39 LIBRARY       		libc.lib
       
    40 STATICLIBRARY		  libcrt0.lib
       
    41 
       
    42 
       
    43 
       
    44 SMPSAFE