os/ossrv/glib/tsrc/BC/group/keyfile-test.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 MACRO			SYMBIAN
    19 MACRO			HAVE_CONFIG_H
    20 
    21 TARGET			keyfile-test.exe
    22 
    23 TARGETTYPE		exe
    24 
    25 UID               0x1000008d  0xe000000d
    26 
    27 
    28 #ifdef EKA2
    29 CAPABILITY ALL -TCB
    30 VENDORID        0x00000000
    31 #endif
    32 
    33 SYSTEMINCLUDE 	../inc
    34 SYSTEMINCLUDE  ../../../inc
    35 SYSTEMINCLUDE   ../tests
    36 SYSTEMINCLUDE		/epoc32/include 
    37 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis
    38 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0
    39 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0/glib
    40 
    41 SYSTEMINCLUDE		/epoc32/include/stdapis
    42 SYSTEMINCLUDE		/epoc32/include/stdapis/glib-2.0
    43 SYSTEMINCLUDE		/epoc32/include/stdapis/glib-2.0/glib
    44 
    45 
    46 SOURCEPATH	../tests
    47 SOURCE			keyfile-test.c
    48 
    49 
    50 STATICLIBRARY	libcrt0.lib
    51 LIBRARY 		libc.lib
    52 LIBRARY			euser.lib
    53 LIBRARY			libglib.lib
    54 
    55 //VENDORID VID_DEFAULT 
    56 
    57 SMPSAFE