|
1 // Copyright (c) 2007-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 // nuc.mmp |
|
15 // @file |
|
16 // @SYMPurpose Networking Ups Component DLL. |
|
17 // |
|
18 // |
|
19 |
|
20 |
|
21 TARGET netups.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x102859CB |
|
24 // 2ND UID is for static DLL, 3rd UID is unique to this DLL |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 SOURCEPATH ../utils/src |
|
28 SOURCE netupsprocessmonitor.cpp |
|
29 SOURCE netupssubsession.cpp |
|
30 SOURCE netupsthreadmonitor.cpp |
|
31 SOURCE netupsconst.cpp |
|
32 SOURCE netupstls.cpp |
|
33 SOURCE netupsconnectionentry.cpp |
|
34 SOURCEPATH ../interface/src |
|
35 SOURCE netups.cpp |
|
36 SOURCE netupsimpl.cpp |
|
37 SOURCE netupspolicycheckrequestqueue.cpp |
|
38 SOURCEPATH ../state/src |
|
39 SOURCE netupsstate.cpp |
|
40 SOURCE netupsaction.cpp |
|
41 SOURCE netupsstatemachine.cpp |
|
42 SOURCEPATH ../database/src |
|
43 SOURCE netupsprocessentry.cpp |
|
44 SOURCE netupsthreadentry.cpp |
|
45 SOURCE netupsdatabaseentry.cpp |
|
46 USERINCLUDE ../utils/inc |
|
47 USERINCLUDE ../interface/inc |
|
48 USERINCLUDE ../state/inc |
|
49 USERINCLUDE ../database/inc |
|
50 |
|
51 |
|
52 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY esock.lib |
|
56 //LIBRARY esocksvr.lib |
|
57 LIBRARY upsclient.lib |
|
58 LIBRARY nodemessages.lib |
|
59 |
|
60 LIBRARY estor.lib efsrv.lib |
|
61 //LIBRARY etelmm.lib etel.lib mbufmgr.lib |
|
62 LIBRARY logwrap.lib bafl.lib |
|
63 |
|
64 // Same capabilities as IP transport |
|
65 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
66 |
|
67 #include "comms-infras/commsdebugutility.mmh" |
|
68 |
|
69 |
|
70 |
|
71 SMPSAFE |