24
|
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 |
// Secondary PDP Context UMTS Driver
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
#ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
|
|
23 |
|
|
24 |
PRJ_PLATFORMS
|
|
25 |
|
|
26 |
DEFAULT
|
|
27 |
|
|
28 |
PRJ_EXPORTS
|
|
29 |
#ifdef SYMBIAN_NETWORKING_3GPPDEFAULTQOS
|
|
30 |
./spud.iby /epoc32/rom/include/spud.iby
|
|
31 |
#else
|
|
32 |
..\version1\inc\spud.h \epoc32\include\networking\spud.h
|
|
33 |
..\version1\inc\spudmanif.h \epoc32\include\networking\spudmanif.h
|
|
34 |
.\spud_v1.iby \epoc32\rom\include\spud.iby
|
|
35 |
#endif
|
|
36 |
|
|
37 |
|
|
38 |
PRJ_MMPFILES
|
|
39 |
../spudman/group/spud.mmp
|
|
40 |
|
|
41 |
#endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
|
|
42 |
|
|
43 |
PRJ_TESTEXPORTS
|
|
44 |
|
|
45 |
../te_spudRSubConn/group/TE_spudRSubConn.iby /epoc32/rom/include/te_spudrsubconn.iby
|
|
46 |
|
|
47 |
../te_spudRSubConn/scripts/TE_spudRSubConn.script z:/testdata/scripts/te_spudrsubconn.script
|
|
48 |
../te_spudRSubConn/configs/spudRSubConnPPP_loopback.xml z:/testdata/configs/spudrsubconnppp_loopback.xml
|
|
49 |
../te_spudRSubConn/configs/spudRSubConnPPP_loopback.ini z:/testdata/configs/spudrsubconnppp_loopback.ini
|
|
50 |
../te_spudRSubConn/configs/spudRSubConnPPP_pcktloopback.ini z:/testdata/configs/spudrsubconnppp_pcktloopback.ini
|
|
51 |
../te_spudRSubConn/configs/spudRSubConnPPP.ini z:/testdata/configs/spudrsubconnppp.ini
|
|
52 |
../te_spudRSubConn/configs/spudRSubConnPPP_config.txt z:/testdata/configs/spudrsubconnppp_config.txt
|
|
53 |
../te_spudRSubConn/configs/spudRSubConnPPP_qospolicies.ini z:/testdata/configs/spudrsubconnppp_qospolicies.ini
|
|
54 |
|
|
55 |
../te_spudRSubConn/scripts/te_spud_staticip.script z:/testdata/scripts/te_spud_staticip.script
|
|
56 |
|
|
57 |
../te_spudRSubConn/configs/spud_staticip/socketserv.ini z:/testdata/configs/spud_staticip/socketserv.ini
|
|
58 |
../te_spudRSubConn/configs/spud_staticip/connection.ini z:/testdata/configs/spud_staticip/connection.ini
|
|
59 |
../te_spudRSubConn/configs/spud_staticip/subconnection.ini z:/testdata/configs/spud_staticip/subconnection.ini
|
|
60 |
../te_spudRSubConn/configs/spud_staticip/simtsy.ini z:/testdata/configs/spud_staticip/simtsy.ini
|
|
61 |
../te_spudRSubConn/configs/spud_staticip/te_spud_staticip.xml z:/testdata/configs/spud_staticip/te_spud_staticip.xml
|
|
62 |
../te_spudRSubConn/configs/spud_staticip/te_spud_staticip_config.txt z:/testdata/configs/spud_staticip/te_spud_staticip_config.txt
|
|
63 |
../te_spudRSubConn/configs/spud_staticip/te_spud_staticip_loopback.ini z:/testdata/configs/spud_staticip/te_spud_staticip_loopback.ini
|
|
64 |
|
|
65 |
|
|
66 |
PRJ_TESTMMPFILES
|
|
67 |
#include "../te_spudNetworkSide/group/bld.inf"
|
|
68 |
|
|
69 |
../te_spudRSubConn/group/TE_SpudRSubConn.mmp
|
|
70 |
|
|
71 |
|
|
72 |
|