equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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: XIMP Framework Test code |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 // DEFINES |
|
22 #define KEUnitUid3 0x1000af59 |
|
23 #define KEUnitTestDllUid2 0x1000af5a |
|
24 |
|
25 |
|
26 // COMMON TEST DLL TARGET DEFINITIONS |
|
27 #if defined(ARMCC) |
|
28 deffile ./eunittstdll_armv5.def |
|
29 #elif defined(MARM) |
|
30 deffile ./eunittstdll_marm.def |
|
31 #elif defined(WINS) |
|
32 deffile ./eunittstdll_wins.def |
|
33 #endif |
|
34 |
|
35 UID KEUnitTestDllUid2 KEUnitUid3 |
|
36 TARGETTYPE dll |
|
37 CAPABILITY ALL -TCB |
|
38 VENDORID VID_DEFAULT |
|
39 NOEXPORTLIBRARY |
|
40 |
|
41 |
|
42 // COMMON TEST DLL INCLUDE PATHS |
|
43 // Default system include paths for middleware layer modules. |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 SYSTEMINCLUDE /epoc32/include/digia/eunit |
|
46 USERINCLUDE . |
|
47 |
|
48 |
|
49 // COMMON TEST DLL DEPENDENCIES TO SYSTEM COMPONENTS |
|
50 LIBRARY euser.lib |
|
51 LIBRARY eunit.lib |
|
52 LIBRARY eunitutil.lib |
|
53 LIBRARY aknnotify.lib |