equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010- 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 * |
|
16 */ |
|
17 |
|
18 #include<platform_paths.hrh> |
|
19 #include<eunitcaps.h> |
|
20 |
|
21 // DEFINES |
|
22 #define KMyUniqueUid3 0x20031E7A |
|
23 #define KEUnitTestDllUid2 0x1000af5a |
|
24 |
|
25 // Build target |
|
26 TARGET ut_swhandlerplugin.dll |
|
27 TARGETTYPE dll |
|
28 UID KEUnitTestDllUid2 KMyUniqueUid3 |
|
29 |
|
30 CAPABILITY EUNIT_CAPS |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 // Source files |
|
34 SOURCEPATH ../src |
|
35 SOURCE dllmain.cpp |
|
36 SOURCE ut_swhandlerplugin.cpp |
|
37 |
|
38 // Code under test |
|
39 SOURCEPATH ../../src |
|
40 SOURCE swhandlerplugin.cpp |
|
41 |
|
42 // Include paths |
|
43 USERINCLUDE . ../ ../inc ../../inc |
|
44 |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 // Dependencies to system components |
|
48 LIBRARY euser.lib |
|
49 LIBRARY eunit.lib |
|
50 LIBRARY ECOM.LIB |
|
51 LIBRARY apparc.lib // MApaServerAppExitObserver |
|
52 LIBRARY avkon.lib // MAknServerAppExitObserver |
|
53 |