equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-2009 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 "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 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @test |
|
19 @internalComponent - Internal Symbian test code |
|
20 */ |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 |
|
26 PRJ_EXPORTS |
|
27 // test code only |
|
28 |
|
29 |
|
30 PRJ_MMPFILES |
|
31 // test code only |
|
32 |
|
33 |
|
34 PRJ_TESTMMPFILES |
|
35 tipcfuzz_server.mmp |
|
36 |
|
37 |
|
38 PRJ_TESTEXPORTS |
|
39 tipcfuzz.iby /epoc32/rom/include/tipcfuzz.iby |
|
40 |
|
41 // ipcfuzztest batch files for emulator / hardware test execution |
|
42 ../scripts/tipcfuzz_run.bat /epoc32/data/z/ipcfuzztest/tipcfuzz_run.bat |
|
43 // Emulator - this test is meant only for urel build. |
|
44 ../scripts/tipcfuzz_run.bat /epoc32/release/winscw/urel/tipcfuzz_run.bat |
|
45 |
|
46 // ipcfuzztest scripts |
|
47 ../scripts/tipcfuzz.script z:/ipcfuzztest/tipcfuzz.script |
|
48 |
|
49 |