equal
deleted
inserted
replaced
|
1 // ltkutils-tcb.mmp |
|
2 // |
|
3 // Copyright (c) 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 #include <fshell/common.mmh> |
|
13 |
|
14 target ltkutils-tcb.dll |
|
15 targettype dll |
|
16 uid 0x100000af FSHELL_UID_LTKUTILS_TCB |
|
17 |
|
18 capability FSHELL_CAP_MMP_MAX |
|
19 |
|
20 nostrictdef |
|
21 |
|
22 #include <fshell/fsh_system_include.mmh> |
|
23 |
|
24 userinclude ..\inc |
|
25 |
|
26 sourcepath ..\src |
|
27 source heaphackery.cpp |
|
28 source proxyallocatorhelper.cpp |
|
29 source keyinject.cpp |
|
30 source hexdump.cpp |
|
31 source friendlynames.cpp |
|
32 source descriptorJuggling.cpp |
|
33 source settings.cpp |
|
34 source ltkhal.cpp |
|
35 |
|
36 library euser.lib |
|
37 library efsrv.lib |
|
38 library iocli.lib |
|
39 library hal.lib |