131
|
1 |
// Copyright (c) 2010 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 the License "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 |
// HAL Test Applications
|
|
15 |
//
|
|
16 |
|
|
17 |
#ifndef __HALTESTS_IBY__
|
|
18 |
#define __HALTESTS_IBY__
|
|
19 |
|
|
20 |
|
|
21 |
file=\Epoc32\Release\##MAIN##\##BUILD##\t_haldefect.exe \sys\bin\t_haldefect.exe
|
|
22 |
file=\Epoc32\Release\##MAIN##\##BUILD##\t_newhal.exe \sys\bin\t_newhal.exe
|
|
23 |
file=\Epoc32\Release\##MAIN##\##BUILD##\savehal.exe \sys\bin\savehal.exe
|
|
24 |
|
|
25 |
data=\epoc32\rom\include\haltests.auto.bat \haltests.auot.bat
|
|
26 |
|
|
27 |
|
|
28 |
#endif // __HALTESTS_IBY__
|