author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 00:16:48 +0300 | |
changeset 77 | 2be0b271d017 |
parent 37 | ba76fc04e6c2 |
child 76 | cfea66083b62 |
permissions | -rw-r--r-- |
37 | 1 |
/* |
2 |
* Copyright (c) 2005 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 "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: Project specification file for Log Handling dll |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#ifdef RD_PHONE_NG |
|
19 |
||
20 |
#include <platform_paths.hrh> |
|
21 |
||
22 |
TARGET loghandling.dll |
|
23 |
TARGETTYPE dll |
|
24 |
UID 0x10000079 0x1000A830 |
|
25 |
VENDORID VID_DEFAULT |
|
77
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
26 |
VERSION 10.0 |
37 | 27 |
|
28 |
CAPABILITY CAP_GENERAL_DLL |
|
29 |
||
30 |
SOURCEPATH ../src |
|
31 |
||
32 |
SOURCE cpeloghandling.cpp |
|
33 |
SOURCE cpeloginfo.cpp |
|
34 |
SOURCE cpeloghandlingdummy.cpp |
|
35 |
SOURCE cpeloghandlingproxy.cpp |
|
36 |
SOURCE peloghandlingpanic.cpp |
|
37 |
SOURCE cpelogevent.cpp |
|
38 |
SOURCE cpeloghandlingcommand.cpp |
|
39 |
SOURCE cpelogexternaldata.cpp |
|
40 |
SOURCE cpelogextensionwrapper.cpp |
|
41 |
||
42 |
USERINCLUDE ../inc |
|
43 |
||
44 |
APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
45 |
SYSTEMINCLUDE ../../inc // PhoneEngine private headers |
|
46 |
SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
47 |
SYSTEMINCLUDE /epoc32/include/ecom |
|
48 |
||
49 |
LIBRARY customapi.lib |
|
50 |
LIBRARY efsrv.lib |
|
51 |
LIBRARY engineinfo.lib |
|
52 |
LIBRARY euser.lib |
|
53 |
LIBRARY flogger.lib // For logging |
|
54 |
LIBRARY logcli.lib |
|
55 |
LIBRARY logwrap.lib |
|
56 |
||
57 |
LIBRARY centralrepository.lib |
|
58 |
LIBRARY serviceprovidersettings.lib |
|
59 |
LIBRARY ecom.lib |
|
60 |
||
61 |
LANG SC |
|
62 |
START WINS |
|
63 |
BASEADDRESS 0x10040000 |
|
64 |
END |
|
65 |
||
77
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
66 |
#endif // RD_PHONE_NG |
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
67 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
68 |
SMPSAFE |