0
|
1 |
//
|
|
2 |
// Copyright (c) 2005-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 |
#ifndef __BASE_TEFLITE_IBY__
|
|
18 |
#define __BASE_TEFLITE_IBY__
|
|
19 |
|
|
20 |
REM This file is intended to be included by oby files which are to be processed "rom.bat"
|
|
21 |
|
|
22 |
|
|
23 |
file=\epoc32\release\##MAIN##\##BUILD##\testexecutelite.exe Sys\Bin\testexecute.exe
|
|
24 |
file=\epoc32\release\##MAIN##\##BUILD##\testexecuteutils.dll Sys\Bin\testexecuteutils.dll
|
|
25 |
|
|
26 |
file=\epoc32\release\##MAIN##\##BUILD##\testexecutelogclient.dll Sys\Bin\testexecutelogclient.dll
|
|
27 |
file=\epoc32\release\##MAIN##\##BUILD##\testexecutelogengine.exe Sys\Bin\testexecutelogengine.exe
|
|
28 |
file=\epoc32\release\##MAIN##\##BUILD##\RFileLoggerClient.dll Sys\Bin\RFileLoggerClient.dll
|
|
29 |
file=\epoc32\release\##MAIN##\##BUILD##\RFileLoggerServer.exe Sys\Bin\RFileLoggerServer.exe
|
|
30 |
file=\epoc32\release\##MAIN##\##BUILD##\testexecutepipslogclient.dll Sys\Bin\testexecutepipslogclient.dll
|
|
31 |
file=\epoc32\release\##MAIN##\##BUILD##\wrapperutilsplugin1.dll Sys\Bin\wrapperutilsplugin.dll
|
|
32 |
|
|
33 |
data=\epoc32\data\z\system\data\testexecute.ini system\data\testexecute.ini
|
|
34 |
|
|
35 |
#ifndef __BASE_INIPARSER__
|
|
36 |
#define __BASE_INIPARSER__
|
|
37 |
file=\epoc32\release\##MAIN##\##BUILD##\iniparser.dll sys\bin\iniparser.dll
|
|
38 |
#endif __BASE_INIPARSER__
|
|
39 |
|
|
40 |
#endif __BASE_TEFLITE_IBY__
|