os/graphics/graphicstest/uibench/s60/testlauncher/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2005-2006 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 PRJ_PLATFORMS
    20 DEFAULT GCCE
    21 
    22 PRJ_EXPORTS
    23 
    24 ./testlauncher.iby   		/epoc32/rom/include/testlauncher.iby
    25 
    26 PRJ_EXTENSIONS
    27 
    28 START EXTENSION s60/mifconv
    29 OPTION TARGETFILE testlauncher_aif.mif
    30 OPTION SOURCEDIR ../gfx
    31 OPTION SOURCES -c8,8 qgn_menu_testlauncher
    32 END
    33 
    34 
    35 PRJ_MMPFILES
    36 
    37 testlauncher.mmp
    38 
    39 #ifdef MARM
    40 PRJ_EXTENSIONS
    41 START EXTENSION app-services/buildstubsis
    42 OPTION SRCDIR ../sis_stub
    43 OPTION SISNAME testlauncher_stub
    44 END
    45 #endif
    46