equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2007 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: Project definition file for project bctestutil |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 TARGET bctestutil.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x20004742 |
|
23 |
|
24 CAPABILITY ALL -TCB |
|
25 VENDORID 0x101FB657 |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE bctestLogger.cpp |
|
29 SOURCE bctestAssert.cpp |
|
30 SOURCE bctestcase.cpp |
|
31 SOURCE bctestsuite.cpp |
|
32 SOURCE bctestutil.cpp |
|
33 SOURCE bctestKeyFeeder.cpp |
|
34 SOURCE bctestEndCase.cpp |
|
35 |
|
36 USERINCLUDE . ../inc |
|
37 |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 LIBRARY efsrv.lib |
|
41 LIBRARY ws32.lib |
|
42 LIBRARY fbscli.lib |
|
43 LIBRARY euser.lib |
|
44 LIBRARY cone.lib |
|
45 LIBRARY eikcore.lib |
|
46 LIBRARY aknnotify.lib |
|
47 LIBRARY commonengine.lib |
|
48 LIBRARY avkon.lib |
|
49 LIBRARY CentralRepository.lib |
|
50 LIBRARY sysutil.lib |
|
51 |
|
52 #if defined(WINS) && !defined(WINSB) |
|
53 deffile ../BWINS/bctestutil.def |
|
54 #elif defined(WINSB) |
|
55 deffile ../BWINSB/bctestutil.def |
|
56 #elif defined(ARM) |
|
57 deffile ../BMARM/bctestutil.def |
|
58 #elif defined(ARMCC) |
|
59 deffile ../BMARMV5/bctestutil.def |
|
60 #endif |