equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // spud.nif Secondary PDP Context UMTS Driver |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @internalComponent |
|
21 */ |
|
22 |
|
23 |
|
24 TARGET spud.nif |
|
25 TARGETTYPE DLL |
|
26 TARGETPATH /system/libs |
|
27 |
|
28 UID 0x10003D3A 0x102075AE |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 // Needed for GUQoS files |
|
32 MACRO EPOC_SDK=0x08010000 |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE spudman.cpp spudfactory.cpp spudnotify.cpp bindman.cpp mux.cpp |
|
36 SOURCE rpdpfsminterface.cpp |
|
37 |
|
38 USERINCLUDE ../inc |
|
39 USERINCLUDE ../../inc |
|
40 OS_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY esocksvr.lib mbufmgr.lib |
|
43 LIBRARY euser.lib esock.lib nifman.lib |
|
44 LIBRARY etelpckt.lib |
|
45 LIBRARY etel.lib |
|
46 LIBRARY umtsif.lib |
|
47 LIBRARY insock.lib |
|
48 |
|
49 |
|
50 #include "comms-infras/commsdebugutility.mmh" |
|
51 |
|
52 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
53 |
|
54 UNPAGED |