appinstall_plat/appmngr2runtimeapi/tsrc/group/bld.inf
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2008 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:   Build information file for AppMngr2 Runtime API STIF tests
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 
       
    25 PRJ_TESTEXPORTS
       
    26 // no exported files needed for automated testing
       
    27 
       
    28 
       
    29 PRJ_EXPORTS
       
    30 // for emulator testing
       
    31 ../conf/ui_appmngr2runtimeapitest_winscw.cfg    /epoc32/winscw/c/testframework/ui_appmngr2runtimeapitest_winscw.cfg
       
    32 ../init/TestFramework_winscw.ini                /epoc32/winscw/c/testframework/TestFramework.ini
       
    33 
       
    34 // for ROM image creation
       
    35 ../rom/appmngr2runtimeapitest.iby               CORE_MW_LAYER_IBY_EXPORT_PATH( appmngr2runtimeapitest.iby )
       
    36 ../conf/ui_appmngr2runtimeapitest.cfg           /epoc32/data/z/testframework/ui_appmngr2runtimeapitest.cfg
       
    37 ../init/TestFramework.ini                       /epoc32/data/z/system/data/TestFramework.ini
       
    38 
       
    39 // Note: data files needs to be copied manually from ../data/mmc to memory card e:/testing/data/
       
    40 
       
    41 
       
    42 PRJ_TESTMMPFILES
       
    43 appmngr2runtimeapitest.mmp
       
    44 
       
    45 
       
    46 PRJ_MMPFILES
       
    47 appmngr2runtimeapitest_nrm.mmp
       
    48