equal
deleted
inserted
replaced
|
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 |
|
31 VERSION 1.0 |
|
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 |
|
67 |
|
68 paged |
|
69 |
|
70 //end of file |