24
|
1 |
// Copyright (c) 2000-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 |
// Packet-switched data connection agent
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
|
|
23 |
|
|
24 |
PRJ_PLATFORMS
|
|
25 |
|
|
26 |
DEFAULT
|
|
27 |
|
|
28 |
PRJ_EXPORTS
|
|
29 |
|
|
30 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
|
|
31 |
../inc/psdprog.h
|
|
32 |
#endif
|
|
33 |
../inc/gprsprog.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gprsprog.h)
|
|
34 |
../group/psdagt.iby /epoc32/rom/include/psdagt.iby
|
|
35 |
|
|
36 |
../inc/psderr.ra SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(errors/generic/psderr.ra)
|
|
37 |
../inc/psderr.rls SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(errors/generic/psderr.rls)
|
|
38 |
|
|
39 |
#ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
|
|
40 |
PRJ_TESTEXPORTS
|
|
41 |
../group/tpsdagt.iby /epoc32/rom/include/tpsdagt.iby
|
|
42 |
|
|
43 |
../TS_PsdAgt/psdagt.xml /epoc32/release/wins/udeb/z/testdata/configs/psdagt/psdagt.xml
|
|
44 |
../TS_PsdAgt/psdagt_udeb.script /epoc32/release/wins/udeb/z/testdata/scripts/psdagt/psdagt_udeb.script
|
|
45 |
../TS_PsdAgt/psdagt_urel.script /epoc32/release/wins/udeb/z/testdata/scripts/psdagt/psdagt_urel.script
|
|
46 |
../TS_PsdAgt/psdagt_udeb_NonConnection.script /epoc32/release/wins/udeb/z/testdata/scripts/psdagt/psdagt_udeb_nonconnection.script
|
|
47 |
../TS_PsdAgt/psdagt_urel_NonConnection.script /epoc32/release/wins/udeb/z/testdata/scripts/psdagt/psdagt_urel_nonconnection.script
|
|
48 |
|
|
49 |
../TS_PsdAgt/psdagt.xml /epoc32/release/winscw/udeb/z/testdata/configs/psdagt/psdagt.xml
|
|
50 |
../TS_PsdAgt/psdagt_udeb.script /epoc32/release/winscw/udeb/z/testdata/scripts/psdagt/psdagt_udeb.script
|
|
51 |
../TS_PsdAgt/psdagt_urel.script /epoc32/release/winscw/udeb/z/testdata/scripts/psdagt/psdagt_urel.script
|
|
52 |
../TS_PsdAgt/psdagt_udeb_NonConnection.script /epoc32/release/winscw/udeb/z/testdata/scripts/psdagt/psdagt_udeb_nonconnection.script
|
|
53 |
../TS_PsdAgt/psdagt_urel_NonConnection.script /epoc32/release/winscw/udeb/z/testdata/scripts/psdagt/psdagt_urel_nonconnection.script
|
|
54 |
|
|
55 |
../TS_PsdAgt/psdagt.xml /epoc32/release/wins/urel/z/testdata/configs/psdagt/psdagt.xml
|
|
56 |
../TS_PsdAgt/psdagt_udeb.script /epoc32/release/wins/urel/z/testdata/scripts/psdagt/psdagt_udeb.script
|
|
57 |
../TS_PsdAgt/psdagt_urel.script /epoc32/release/wins/urel/z/testdata/scripts/psdagt/psdagt_urel.script
|
|
58 |
../TS_PsdAgt/psdagt_udeb_NonConnection.script /epoc32/release/wins/urel/z/testdata/scripts/psdagt/psdagt_udeb_nonconnection.script
|
|
59 |
../TS_PsdAgt/psdagt_urel_NonConnection.script /epoc32/release/wins/urel/z/testdata/scripts/psdagt/psdagt_urel_nonconnection.script
|
|
60 |
|
|
61 |
../TS_PsdAgt/psdagt.xml /epoc32/release/winscw/urel/z/testdata/configs/psdagt/psdagt.xml
|
|
62 |
../TS_PsdAgt/psdagt_udeb.script /epoc32/release/winscw/urel/z/testdata/scripts/psdagt/psdagt_udeb.script
|
|
63 |
../TS_PsdAgt/psdagt_urel.script /epoc32/release/winscw/urel/z/testdata/scripts/psdagt/psdagt_urel.script
|
|
64 |
../TS_PsdAgt/psdagt_udeb_NonConnection.script /epoc32/release/winscw/urel/z/testdata/scripts/psdagt/psdagt_udeb_nonconnection.script
|
|
65 |
../TS_PsdAgt/psdagt_urel_NonConnection.script /epoc32/release/winscw/urel/z/testdata/scripts/psdagt/psdagt_urel_nonconnection.script
|
|
66 |
|
|
67 |
../TS_PsdAgt/psdagt.xml /epoc32/data/z/testdata/configs/psdagt/psdagt.xml
|
|
68 |
../TS_PsdAgt/psdagt_udeb.script /epoc32/data/z/testdata/scripts/psdagt/psdagt_udeb.script
|
|
69 |
../TS_PsdAgt/psdagt_urel.script /epoc32/data/z/testdata/scripts/psdagt/psdagt_urel.script
|
|
70 |
../TS_PsdAgt/psdagt_udeb_NonConnection.script /epoc32/data/z/testdata/scripts/psdagt/psdagt_udeb_nonconnection.script
|
|
71 |
../TS_PsdAgt/psdagt_urel_NonConnection.script /epoc32/data/z/testdata/scripts/psdagt/psdagt_urel_nonconnection.script
|
|
72 |
#endif
|
|
73 |
|
|
74 |
PRJ_MMPFILES
|
|
75 |
|
|
76 |
../group/psdagt.mmp
|
|
77 |
|
|
78 |
#ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
|
|
79 |
PRJ_TESTMMPFILES
|
|
80 |
../group/dummypsdagt.mmp
|
|
81 |
../group/TS_PsdAgt.mmp
|
|
82 |
#endif
|