equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 "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: |
|
15 * |
|
16 */ |
|
17 #ifndef __NETUPS_IBY__ |
|
18 #define __NETUPS_IBY__ |
|
19 |
|
20 #define SYMBIAN_NETWORKING_UPS |
|
21 |
|
22 #ifdef SYMBIAN_NETWORKING_UPS |
|
23 #include <ups.iby> |
|
24 #ifdef _DEBUG |
|
25 #include <commsdebugutility.iby> |
|
26 #endif |
|
27 |
|
28 file=ABI_DIR\DEBUG_DIR\netups.dll system\libs\netups.dll |
|
29 |
|
30 // |
|
31 // Patchable Constants: |
|
32 // |
|
33 // NETWORKING_UPS_DISABLE 0 = enable UPS support within IP Networking (default), |
|
34 // 1 = disable UPS support within IP Networking. |
|
35 // |
|
36 // NETWORKING_UPS_SESSION 0 = process lifetime session mode (default), |
|
37 // 1 = network lifetime session mode. |
|
38 // |
|
39 // Note: these preprocessor names match corresponding parameter names in the emulator epoc.ini file. |
|
40 // |
|
41 |
|
42 #ifdef NETWORKING_UPS_DISABLE |
|
43 patchdata netups.dll@NetUps::KUpsIpDisabled NETWORKING_UPS_DISABLE |
|
44 #endif |
|
45 |
|
46 #ifdef NETWORKING_UPS_SESSION |
|
47 patchdata netups.dll@NetUps::KUpsSessionType NETWORKING_UPS_SESSION |
|
48 #endif |
|
49 |
|
50 #endif |
|
51 |
|
52 #endif |