|
1 // btrace_parser.mmp |
|
2 // |
|
3 // Copyright (c) 2008 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #include <fshell/common.mmh> |
|
14 |
|
15 target btrace_parser.dll |
|
16 targettype dll |
|
17 uid 0x100000af FSHELL_UID_BTRACE_PARSER |
|
18 |
|
19 userinclude ..\inc |
|
20 #include <fshell/fsh_system_include.mmh> |
|
21 capability FSHELL_CAP_MMP_NORMAL |
|
22 |
|
23 sourcepath . |
|
24 source btrace_utils.cpp |
|
25 source btrace_reader.cpp |
|
26 source btrace_context.cpp |
|
27 source btrace_cpuusage.cpp |
|
28 source btrace_keypress.cpp |
|
29 source btrace_textonscreen.cpp |
|
30 source btrace_generic.cpp |
|
31 source btrace_appresponse.cpp |
|
32 source btrace_screenupdate.cpp |
|
33 source btrace_pubsub.cpp |
|
34 source btrace_domainevent.cpp |
|
35 source btrace_focuschange.cpp |
|
36 |
|
37 FSHELL_TRACE_CONTROL_LIBRARY |
|
38 library euser.lib |
|
39 library efsrv.lib |
|
40 library hal.lib |
|
41 library ltkutils.lib |
|
42 |
|
43 #ifdef FSHELL_AUTOMETRIC_SUPPORT_EIKPLUGIN |
|
44 library am-eikclient.lib |
|
45 #endif |