author | Oscar Gonzalez <oscar.1.gonzalez@nokia.com> |
Fri, 04 Jun 2010 13:03:15 +0100 | |
branch | opencode |
changeset 35 | 6fbc08ed9c42 |
parent 32 | 58332560b319 |
permissions | -rw-r--r-- |
32
58332560b319
Bring opencode branch up-to-date with latest cellularsrv changes
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
24
diff
changeset
|
1 |
// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
24 | 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 |
// Network interface for supporting multiple primary PDP contexts on the telephony reference platform |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
/** |
|
19 |
@file |
|
20 |
*/ |
|
21 |
||
22 |
#ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY |
|
23 |
||
24 |
#include "../version1/group/bld.inf" |
|
25 |
||
26 |
#else |
|
27 |
||
28 |
PRJ_PLATFORMS |
|
29 |
||
30 |
DEFAULT |
|
31 |
||
32 |
||
33 |
PRJ_EXPORTS |
|
34 |
||
35 |
RawIpNif.iby /epoc32/rom/include/rawipnif.iby |
|
36 |
||
37 |
PRJ_TESTEXPORTS |
|
38 |
||
39 |
// epoc.ini alternative and batchfile for replacement |
|
32
58332560b319
Bring opencode branch up-to-date with latest cellularsrv changes
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
24
diff
changeset
|
40 |
../data/epocrawip.ini z:/testdata/configs/epocrawip.ini |
58332560b319
Bring opencode branch up-to-date with latest cellularsrv changes
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
24
diff
changeset
|
41 |
../data/replaceepocrawipini.bat z:/testdata/configs/replaceepocrawipini.bat |
24 | 42 |
|
43 |
PRJ_MMPFILES |
|
44 |
||
45 |
RawIPNif.mmp |
|
46 |
||
47 |
#ifdef SYMBIAN_ZERO_COPY_NETWORKING |
|
48 |
RawIPNif2.mmp |
|
49 |
#endif |
|
50 |
||
51 |
#endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY |