equal
deleted
inserted
replaced
|
1 // memsamplerdd.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 FSHELL_TRACE_KERNEL_INCLUDE(..\..\..\) |
|
16 |
|
17 #include <kernel/kern_ext.mmh> |
|
18 |
|
19 target memsamplerdd.ldd |
|
20 targettype ldd |
|
21 linkas memsamplerdd.ldd |
|
22 romtarget memsamplerdd.ldd |
|
23 |
|
24 sourcepath . |
|
25 source memsamplerdd.cpp |
|
26 |
|
27 library ekern.lib |
|
28 |
|
29 uid 0x100000af FSHELL_UID_MEMSAMPLERDD |
|
30 capability all |
|
31 |
|
32 start wins |
|
33 win32_headers |
|
34 end |
|
35 |