os/ossrv/glib/tsrc/BC/group/helloworld.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 
    20 TARGET          helloworld.exe
    21 TARGETTYPE      exe
    22 UID             0x1000008D 0xE1005000
    23 
    24 MACRO SYMBIAN
    25 
    26 #if defined(EKA2)
    27 CAPABILITY      ALL -TCB
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
    29 // VENDORID     0x00000000
    30 /* Remove comments and replace 0x00000000 with correct secure id */
    31 // SECUREID     0x00000000
    32 #endif
    33 
    34 
    35 SOURCEPATH    ../src
    36 SOURCE        HelloWorld.c
    37 
    38 SYSTEMINCLUDE /Epoc32/include
    39 //SYSTEMINCLUDE /Epoc32/include/osextensions/stdapis
    40 
    41 SYSTEMINCLUDE		/epoc32/include/stdapis
    42 
    43 
    44 
    45 LIBRARY       euser.lib
    46 LIBRARY       libc.lib
    47 STATICLIBRARY		  libcrt0.lib
    48 
    49 
    50 
    51 SMPSAFE