equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 // umtsif.mmp - Interface routines between |
|
15 // GUQoS and a QoS capable NIF |
|
16 // umtsif.dll Interface routines between GUQoS and a QoS capable NIF |
|
17 // |
|
18 |
|
19 |
|
20 |
|
21 /** |
|
22 @file |
|
23 */ |
|
24 |
|
25 |
|
26 #include "qostesting.mmp" |
|
27 |
|
28 #ifdef QOS_TESTING |
|
29 MACRO MM_ETEL_API=1 |
|
30 #else |
|
31 MACRO MM_ETEL_API=0 |
|
32 #endif |
|
33 |
|
34 TARGET umtsif.dll |
|
35 TARGETTYPE dll |
|
36 |
|
37 UID 0x1000008d 0x101F6D03 |
|
38 VENDORID 0x70000001 |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE UmtsNifControlIf.cpp |
|
42 |
|
43 |
|
44 #if defined(QOS_TESTING) |
|
45 USERINCLUDE ..\..\..\..\unref\orphan\comgen\networking\qostesting\umtssim\inc |
|
46 LIBRARY umtssim_client.lib |
|
47 #else |
|
48 LIBRARY etelpckt.lib |
|
49 #endif |
|
50 |
|
51 USERINCLUDE ../inc |
|
52 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
53 LIBRARY euser.lib |
|
54 |
|
55 #ifndef SYMBIAN_NETWORKING_UMTSR5 |
|
56 DEFFILE umtsif_92.def |
|
57 #endif |
|
58 |
|
59 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
60 |
|
61 UNPAGED |
|
62 |
|
63 SMPSAFE |