author | Shabe Razvi <shaber@symbian.org> |
Wed, 21 Oct 2009 13:56:00 +0100 | |
changeset 15 | a0f5c5f1fb2f |
parent 12 | f4292e0e20df |
child 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of the License "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 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: |
|
15 |
* This component provides all the core logging services by interacting with symbian |
|
16 |
* log engine classes. |
|
17 |
* |
|
18 |
*/ |
|
19 |
||
20 |
#include "../../../group/sapiincludes.mmpi" |
|
21 |
||
22 |
||
23 |
TARGET loggingservice.dll |
|
24 |
TARGETTYPE dll |
|
25 |
UID 0x100039CE 0x2000CFBB |
|
26 |
VENDORID VID_DEFAULT |
|
27 |
//TARGETPATH ?target_path |
|
28 |
//PROJECT ?project_name |
|
29 |
//SUBPROJECT ?sub_project_name |
|
30 |
CAPABILITY ALL -Tcb |
|
31 |
//CAPABILITY ReadUserData WriteUserData WriteDeviceData |
|
32 |
DEFFILE loggingservice.def |
|
33 |
||
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
34 |
VERSION 1.1 |
5 | 35 |
|
36 |
SOURCEPATH ../src |
|
37 |
SOURCE loggingsyncservice.cpp |
|
38 |
SOURCE loggingasyncservice.cpp |
|
39 |
SOURCE loggingservice.cpp |
|
40 |
SOURCE loggingevent.cpp |
|
41 |
SOURCE loggingfilter.cpp |
|
42 |
SOURCE loggingcallbackslot.cpp |
|
43 |
SOURCE logiter.cpp |
|
44 |
||
45 |
USERINCLUDE ../inc |
|
46 |
||
47 |
||
48 |
LIBRARY euser.lib |
|
49 |
LIBRARY apparc.lib |
|
50 |
LIBRARY cone.lib |
|
51 |
LIBRARY eikcore.lib |
|
52 |
LIBRARY eikcoctl.lib |
|
53 |
LIBRARY avkon.lib |
|
54 |
LIBRARY efsrv.lib |
|
55 |
LIBRARY bafl.lib |
|
56 |
LIBRARY eikctl.lib |
|
57 |
LIBRARY eikdlg.lib |
|
58 |
LIBRARY aknnotify.lib |
|
59 |
||
60 |
/* LogEngine */ |
|
61 |
||
62 |
LIBRARY logcli.lib |
|
63 |
LIBRARY logwrap.lib |
|
64 |
||
65 |
//START WINS |
|
66 |
//?wins_specific_information |
|
67 |
//END |
|
68 |
||
69 |
//START MARM |
|
70 |
//?marm_specific_information |
|
71 |
//END |
|
72 |
||
73 |
// Other possible keywords: |
|
74 |
/* |
|
75 |
START BITMAP ?target |
|
76 |
TARGETPATH ?emulated_path_on_target_machine |
|
77 |
HEADER |
|
78 |
SOURCEPATH ?source_path |
|
79 |
SOURCE ?color_depth ?source_bitmap |
|
80 |
END |
|
81 |
*/ |
|
82 |
//DEFFILE loggingservice.def |
|
83 |
// AIF ?filename |
|
84 |
||
85 |
paged |