author | andy simpson <andrews@symbian.org> |
Fri, 07 May 2010 10:30:57 +0100 | |
branch | RCL_3 |
changeset 106 | 2a153f39070a |
parent 31 | 56f325a607ea |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 1998-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/kernel/monlog.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
#ifdef EPOC32 |
|
19 |
||
20 |
#define INCLUDE_EKERN_LIB |
|
21 |
#include "kern_int.mmh" |
|
22 |
||
23 |
targettype kext |
|
24 |
||
25 |
USERINCLUDE ../include/drivers |
|
26 |
||
27 |
sourcepath ../kernel |
|
28 |
#ifdef _CRASHLOG_COMPR |
|
29 |
USERINCLUDE ../kernel/zlib |
|
30 |
USERINCLUDE ../kernel |
|
31 |
source zlib/deflate.cpp |
|
32 |
source zlib/crc32.cpp |
|
33 |
source zlib/trees.cpp |
|
34 |
source zlib/zutil.cpp |
|
35 |
source crash_gzip.cpp |
|
36 |
source crashlog_gzip.cpp |
|
37 |
#endif |
|
38 |
source smonlog.cpp |
|
39 |
||
40 |
library exmoncommon.lib |
|
41 |
||
42 |
epocallowdlldata |
|
43 |
||
44 |
romtarget exmonlog.dll |
|
45 |
||
46 |
#endif |
|
47 |
||
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
48 |
SMPSAFE |
0 | 49 |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
50 |