resourcemgmt/hwresourcesmgr/test/group/te_hwrm.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:53:00 +0200
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
permissions -rw-r--r--
Revision: 201003

// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#ifndef TE_HWRM_IBY
#define TE_HWRM_IBY

#include <testexecute.iby>
#include <hwresourcemanager.iby>
//for test purposes, include symbian's FmTx and UI plugin
#include <fmtx_hwrm.iby>
#include <hwrmuiplugin.iby>

#include <hwrmdefaultlighttargetmodifierplugin.iby>
#include <mocksy.iby>
#include <cap_hwrm_api_policing.iby>

// test executables
file=ABI_DIR/DEBUG_DIR/te_hwrm.exe      SYSTEM_BINDIR\te_hwrm.exe
file=ABI_DIR/DEBUG_DIR/te_hwrm_pr.exe   SYSTEM_BINDIR\te_hwrm_pr.exe
file=ABI_DIR/DEBUG_DIR/hwrmtests.exe   SYSTEM_BINDIR\hwrmtests.exe
ECOM_PLUGIN(hwrmtestuiplugin_f.dll,hwrmtestuiplugin_f.dll)
ECOM_PLUGIN(hwrmtestuiplugin_b.dll,hwrmtestuiplugin_b.dll)
file=ABI_DIR/DEBUG_DIR/mctest_f.exe   SYSTEM_BINDIR\mctest_f.exe
file=ABI_DIR/DEBUG_DIR/mctest_b.exe   SYSTEM_BINDIR\mctest_b.exe

// executables needed by te_hwrm.exe
ECOM_PLUGIN(mockhwrmsy.dll,mockhwrmsy.rsc)
file=ABI_DIR/DEBUG_DIR/mockhwrm.dll     SYSTEM_BINDIR\mockhwrm.dll

ECOM_PLUGIN( hwrmfmtxwatcherplugin.dll, hwrmfmtxwatcherplugin.rsc )

// test script
data=/epoc32/data/z/testdata/scripts/te_hwrm.script     testdata\scripts\te_hwrm.script
data=/epoc32/data/z/testdata/scripts/te_hwrm_vibra.script     testdata\scripts\te_hwrm_vibra.script
data=/epoc32/data/z/testdata/scripts/te_hwrm_light.script     testdata\scripts\te_hwrm_light.script
data=/epoc32/data/z/testdata/scripts/te_hwrm_power.script     testdata\scripts\te_hwrm_power.script
data=/epoc32/data/z/testdata/scripts/te_hwrm_fmtx.script     testdata\scripts\te_hwrm_fmtx.script

#ifdef SYMBIAN_HWRM_EXTPOWERINFO
data=/epoc32/data/z/testdata/scripts/te_hwrm_power_ext_charging_info.script     testdata\scripts\te_hwrm_power_ext_charging_info.script
#endif

// cenrep registration files
#ifdef TEXT_ONLY_ROM
// This is required because the cenrep files are now being included only via techview_base.iby
data=DATAZ_\private\10202BE9\10205043.txt   private\10202be9\10205043.txt
#endif
data=DATAZ_\private\10202BE9\10200C8B.txt 	private\10202be9\10200C8B.txt
data=DATAZ_\private\10202BE9\10200C8C.txt 	private\10202be9\10200C8C.txt
data=DATAZ_\private\10202BE9\10200C8D.txt 	private\10202be9\10200C8D.txt
data=DATAZ_\private\10202BE9\20008EA6.txt 	private\10202be9\20008EA6.txt

// UI Plugin INI file
data=DATAZ_\testdata\testuiplugins.ini     testdata\testuiplugins.ini

#endif // TE_HWRM_IBY