24
|
1 |
// Copyright (c) 2002-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 |
// Network interface for supporting multiple primary PDP contexts on the telephony reference platform
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
PRJ_PLATFORMS
|
|
23 |
|
|
24 |
DEFAULT
|
|
25 |
|
|
26 |
PRJ_EXPORTS
|
|
27 |
RawIpNif.iby /epoc32/rom/include/rawipnif.iby
|
|
28 |
|
|
29 |
PRJ_MMPFILES
|
|
30 |
|
|
31 |
RawIPNif.mmp
|
|
32 |
|
|
33 |
// Note that there is no PRJ_TESTMMPFILES here. This is intentional, because
|
|
34 |
// building the NIF unit test stops the other unit tests from working. If you
|
|
35 |
// want to run the NIF unit test, build it explicitly.
|