author | hgs |
Mon, 26 Jul 2010 10:52:56 +0100 | |
changeset 231 | 75252ea6123b |
parent 31 | 56f325a607ea |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// e32/drivers/trace/btrace.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
#include <variant.mmh> |
|
19 |
||
20 |
#include "../../kernel/kern_ext.mmh" |
|
21 |
||
22 |
USERINCLUDE ../../include |
|
23 |
||
24 |
#ifndef SMP |
|
25 |
USERINCLUDE ../../include/nkern |
|
26 |
#else |
|
27 |
//SMP version of nk_priv.h is included through kern_ext.mmh |
|
28 |
#endif |
|
29 |
||
30 |
target VariantTarget(btracex,ldd) |
|
31 |
linkas btracex.ldd |
|
32 |
targettype ldd |
|
33 |
||
34 |
sourcepath . |
|
35 |
source btracex.cpp |
|
36 |
||
37 |
#ifdef MARM |
|
38 |
sourcepath arm |
|
39 |
source btracex.cia |
|
40 |
#endif |
|
41 |
||
42 |
noexportlibrary |
|
43 |
||
44 |
epocallowdlldata |
|
45 |
||
46 |
start wins |
|
47 |
win32_headers |
|
48 |
end |
|
49 |
||
50 |
vendorid 0x70000001 |
|
51 |
capability all |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
52 |
|
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
53 |
SMPSAFE |