245
|
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 |
// Domain Manager Tests
|
|
15 |
//
|
|
16 |
|
|
17 |
#ifndef __DM_TEST_IBY__
|
|
18 |
#define __DM_TEST_IBY__
|
|
19 |
|
|
20 |
|
|
21 |
file=\Epoc32\Release\##MAIN##\##BUILD##\t_domain.exe \sys\bin\t_domain.exe
|
|
22 |
file=\Epoc32\Release\##MAIN##\##BUILD##\t_domain_slave.exe \sys\bin\t_domain_slave.exe
|
|
23 |
file=\Epoc32\Release\##MAIN##\##BUILD##\domainpolicy99.dll \sys\bin\domainpolicy99.dll
|
|
24 |
|
|
25 |
|
|
26 |
data=\epoc32\rom\include\dmtest.auto.bat \test\dm.auto.bat
|
|
27 |
|
|
28 |
#if defined(DM_AUTO_ROM)
|
|
29 |
data=\epoc32\rom\include\dm_autoexec.bat \autoexec.bat
|
|
30 |
#endif
|
|
31 |
|
|
32 |
|
|
33 |
|
|
34 |
#endif // __DM_TEST_IBY__
|