equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 |
|
18 #ifndef __TNETCON_IBY__ |
|
19 #define __TNETCON_IBY__ |
|
20 |
|
21 REM Network Controller Test files |
|
22 |
|
23 #include <integrationtest.iby> |
|
24 |
|
25 file=ABI_DIR\DEBUG_DIR\ts_queue.dll System\Libs\ts_queue.dll |
|
26 file=ABI_DIR\DEBUG_DIR\ts_netcon.dll System\Libs\ts_netcon.dll |
|
27 file=ABI_DIR\DEBUG_DIR\ts_netconoom.dll System\Libs\ts_netconoom.dll |
|
28 |
|
29 data=EPOCROOT##epoc32\release\wins\udeb\z\testdata\scripts\netcon.script TestData\scripts\netcon.script |
|
30 data=EPOCROOT##epoc32\release\wins\udeb\z\testdata\scripts\ts_netcon.script TestData\scripts\ts_netcon.script |
|
31 data=EPOCROOT##epoc32\release\wins\udeb\z\testdata\scripts\ts_queue.script TestData\scripts\ts_queue.script |
|
32 data=EPOCROOT##epoc32\release\wins\udeb\z\testdata\scripts\ts_netconoom.script TestData\scripts\ts_netconoom.script |
|
33 |
|
34 #endif |
|
35 |