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: The .mmp file for the AToolKernelEventHandler |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <kernel/kern_ext.mmh> |
|
20 #include "../../symbian_version.hrh" |
|
21 |
|
22 TARGET atoolkerneleventhandler.ldd |
|
23 TARGETTYPE ldd |
|
24 CAPABILITY ALL |
|
25 |
|
26 SMPSAFE |
|
27 |
|
28 USERINCLUDE ../inc |
|
29 USERINCLUDE ../../inc |
|
30 |
|
31 OS_LAYER_KERNEL_SYSTEMINCLUDE |
|
32 |
|
33 SOURCEPATH ../src |
|
34 |
|
35 SOURCE analyzetoolchannel.cpp |
|
36 SOURCE analyzetooldevice.cpp |
|
37 SOURCE analyzetooleventhandler.cpp |
|
38 |
|
39 LIBRARY flogger.lib |
|
40 #ifdef WINSCW |
|
41 LIBRARY emulator.lib |
|
42 start wins |
|
43 win32_headers |
|
44 end |
|
45 #endif // WINSCW |
|
46 |
|
47 #if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 ) || defined(BSW_FLEXIBLE_MEMORY_MODEL) |
|
48 MACRO MCL_ROBJECTIX |
|
49 #endif |
|
50 |
|
51 // End of File |