equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-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 "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 // logwrap.dll Wrapper API around log engine to enable optional removal of log engine from the ROM |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET logwrap.dll |
|
24 CAPABILITY All -Tcb |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x10005342 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 SMPSAFE |
|
30 |
|
31 //CodeWarrior compilation options - disable the "illegal pragma" warning |
|
32 OPTION CW -w noillpragmas |
|
33 |
|
34 SOURCEPATH ../LogWrap/src |
|
35 SOURCE LOGACT.CPP LOGWRAP.CPP LOGEVENT.CPP LOGBASE.CPP LOGDLL.CPP |
|
36 USERINCLUDE ../LogWrap/inc |
|
37 USERINCLUDE ../logcntmodel/inc |
|
38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
39 LIBRARY euser.lib efsrv.lib bafl.lib estor.lib logcli.lib |
|
40 |
|
41 SOURCEPATH ../LogWrap |
|
42 START RESOURCE LOGWRAP.RSS |
|
43 TARGETPATH resource/logeng |
|
44 HEADER |
|
45 END |
|
46 |
|
47 |
|
48 START WINS |
|
49 BASEADDRESS 0x4ADA0000 |
|
50 END |
|
51 |