author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 18 Jan 2010 21:02:57 +0200 | |
changeset 27 | 02682e02e51f |
parent 26 | 5d0ec8b709be |
child 28 | 92cfb77afb61 |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2002 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: ?Description |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include "../../../group/sapiincludes.mmpi" |
|
19 |
||
20 |
TARGET sysinfoservice.dll |
|
21 |
TARGETTYPE dll |
|
22 |
UID 0x1000008d 0x2000CFB7 |
|
23 |
CAPABILITY ALL -TCB |
|
24 |
||
25 |
#if defined(EKA2) |
|
26 |
#ifndef WINSCW |
|
27 |
EpocAllowDllData |
|
28 |
#endif |
|
29 |
#endif |
|
30 |
||
26
5d0ec8b709be
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
31 |
VERSION 1.2 |
5 | 32 |
|
33 |
SOURCEPATH ../src |
|
34 |
SOURCE sysinfoservice.cpp |
|
35 |
SOURCE activerequests.cpp |
|
36 |
SOURCE activestore.cpp |
|
37 |
SOURCE sysinfoutils.cpp |
|
38 |
SOURCE sysinfo.cpp |
|
39 |
||
40 |
SOURCE sysnetworkrequest.cpp |
|
41 |
SOURCE sysaccessoryrequest.cpp |
|
42 |
SOURCE sysconnectionrequest.cpp |
|
43 |
SOURCE sysuseractivity.cpp |
|
44 |
SOURCE deviceinfo.cpp |
|
45 |
||
46 |
USERINCLUDE ../inc |
|
47 |
||
48 |
LIBRARY euser.lib |
|
49 |
LIBRARY bafl.lib |
|
50 |
LIBRARY etelmm.lib // multimode telephony |
|
51 |
LIBRARY etel.lib |
|
52 |
LIBRARY AccClient.lib |
|
53 |
LIBRARY AccPolicy.lib |
|
54 |
LIBRARY usbman.lib |
|
55 |
LIBRARY ConnMon.lib |
|
56 |
LIBRARY ActivityManager.lib |
|
57 |
LIBRARY PtiEngine.lib |
|
58 |
LIBRARY efsrv.lib |
|
59 |
LIBRARY hal.lib //rpropety |
|
60 |
LIBRARY centralrepository.lib // central repositry |
|
61 |
LIBRARY ws32.lib |
|
62 |
LIBRARY FEATMGR.LIB |
|
63 |
LIBRARY sysutil.lib |
|
64 |
LIBRARY btengsettings.lib |
|
65 |
LIBRARY aknswallpaperutils.lib |
|
66 |
LIBRARY PlatformEnv.lib |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
67 |
LIBRARY ImagingConfigManager.lib |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
68 |
LIBRARY Avkon.lib // PhoneLanguage |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
69 |
LIBRARY estlib.lib //strlen function |
5 | 70 |
|
71 |
paged |
|
72 |
||
73 |
//end of file |