equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-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 the License "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 * test bld.inf needed for sdptestonly builds. |
|
16 * This bld.inf shouldn't be added in the main build. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 PRJ_TESTMMPFILES |
|
22 |
|
23 #ifndef TOOLS |
|
24 #ifndef TOOLS2 |
|
25 ../../../swi/test/testutilswi/group/testutilclientswi.mmp |
|
26 ../../../swi/test/tuiscriptadaptors/tuiscriptadaptors.mmp |
|
27 ../../../swi/test/testutilswi/group/testutilserverswi.mmp |
|
28 ../../../swi/test/tbackuprestore/tbackuprestore.mmp |
|
29 #ifndef __WINS__ |
|
30 ../../../swi/test/tuiscriptadaptors/tuiscriptadaptors_tshell.mmp |
|
31 #endif |
|
32 #endif |
|
33 #endif |
|
34 |
|
35 // End of file |