resourcemgmt/hwresourcesmgr/test/group/te_hwrm.iby
changeset 0 4e1aa6a622a0
child 41 c87e5f80c17d
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef TE_HWRM_IBY
       
    17 #define TE_HWRM_IBY
       
    18 
       
    19 #include <testexecute.iby>
       
    20 #include <hwresourcemanager.iby>
       
    21 //for test purposes, include symbian's FmTx and UI plugin
       
    22 #include <fmtx_hwrm.iby>
       
    23 #include <hwrmuiplugin.iby>
       
    24 
       
    25 #include <hwrmdefaultlighttargetmodifierplugin.iby>
       
    26 #include <mocksy.iby>
       
    27 #include <cap_hwrm_api_policing.iby>
       
    28 
       
    29 // test executables
       
    30 file=ABI_DIR/DEBUG_DIR/te_hwrm.exe      SYSTEM_BINDIR\te_hwrm.exe
       
    31 file=ABI_DIR/DEBUG_DIR/te_hwrm_pr.exe   SYSTEM_BINDIR\te_hwrm_pr.exe
       
    32 file=ABI_DIR/DEBUG_DIR/hwrmtests.exe   SYSTEM_BINDIR\hwrmtests.exe
       
    33 ECOM_PLUGIN(hwrmtestuiplugin_f.dll,hwrmtestuiplugin_f.dll)
       
    34 ECOM_PLUGIN(hwrmtestuiplugin_b.dll,hwrmtestuiplugin_b.dll)
       
    35 file=ABI_DIR/DEBUG_DIR/mctest_f.exe   SYSTEM_BINDIR\mctest_f.exe
       
    36 file=ABI_DIR/DEBUG_DIR/mctest_b.exe   SYSTEM_BINDIR\mctest_b.exe
       
    37 
       
    38 // executables needed by te_hwrm.exe
       
    39 ECOM_PLUGIN(mockhwrmsy.dll,mockhwrmsy.rsc)
       
    40 file=ABI_DIR/DEBUG_DIR/mockhwrm.dll     SYSTEM_BINDIR\mockhwrm.dll
       
    41 
       
    42 ECOM_PLUGIN( hwrmfmtxwatcherplugin.dll, hwrmfmtxwatcherplugin.rsc )
       
    43 
       
    44 // test script
       
    45 data=/epoc32/data/z/testdata/scripts/te_hwrm.script     testdata\scripts\te_hwrm.script
       
    46 data=/epoc32/data/z/testdata/scripts/te_hwrm_vibra.script     testdata\scripts\te_hwrm_vibra.script
       
    47 data=/epoc32/data/z/testdata/scripts/te_hwrm_light.script     testdata\scripts\te_hwrm_light.script
       
    48 data=/epoc32/data/z/testdata/scripts/te_hwrm_power.script     testdata\scripts\te_hwrm_power.script
       
    49 data=/epoc32/data/z/testdata/scripts/te_hwrm_fmtx.script     testdata\scripts\te_hwrm_fmtx.script
       
    50 
       
    51 #ifdef SYMBIAN_HWRM_EXTPOWERINFO
       
    52 data=/epoc32/data/z/testdata/scripts/te_hwrm_power_ext_charging_info.script     testdata\scripts\te_hwrm_power_ext_charging_info.script
       
    53 #endif
       
    54 
       
    55 // cenrep registration files
       
    56 #ifdef TEXT_ONLY_ROM
       
    57 // This is required because the cenrep files are now being included only via techview_base.iby
       
    58 data=DATAZ_\private\10202BE9\10205043.txt   private\10202be9\10205043.txt
       
    59 #endif
       
    60 data=DATAZ_\private\10202BE9\10200C8B.txt 	private\10202be9\10200C8B.txt
       
    61 data=DATAZ_\private\10202BE9\10200C8C.txt 	private\10202be9\10200C8C.txt
       
    62 data=DATAZ_\private\10202BE9\10200C8D.txt 	private\10202be9\10200C8D.txt
       
    63 data=DATAZ_\private\10202BE9\20008EA6.txt 	private\10202be9\20008EA6.txt
       
    64 
       
    65 // UI Plugin INI file
       
    66 data=DATAZ_\testdata\testuiplugins.ini     testdata\testuiplugins.ini
       
    67 
       
    68 #endif // TE_HWRM_IBY