24
|
1 |
// Copyright (c) 2003-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 |
// Supports Packet Switched Data regardless of underlying Wireless Network
|
|
15 |
// PSD.AGT Acts as GPRS AGT - Packet data networking
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
TARGET psd.agt
|
|
24 |
TARGETTYPE DLL
|
|
25 |
UID 0x10003d39 0x101F4AAF
|
|
26 |
VENDORID 0x70000001
|
|
27 |
TARGETPATH /system/libs
|
|
28 |
|
|
29 |
NOEXPORTLIBRARY /* Ensures that DEF file can be safely shared
|
|
30 |
for RVCT builds */
|
|
31 |
|
|
32 |
SOURCEPATH ../src
|
|
33 |
SOURCE PSDAGTBase.cpp psdagt.cpp psdstates.cpp psdentry.cpp psdlogger.cpp MipCdma.cpp
|
|
34 |
|
|
35 |
USERINCLUDE ../src
|
|
36 |
USERINCLUDE ../inc
|
|
37 |
|
|
38 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
39 |
|
|
40 |
LIBRARY euser.lib etel.lib etelpckt.lib nifman.lib etelmm.lib
|
|
41 |
#include <comms-infras/commsdebugutility.mmh>
|
|
42 |
|
|
43 |
#if defined(WINS)
|
|
44 |
deffile /epoc32/release/wins/agent.def
|
|
45 |
#elif defined(GCC32)
|
|
46 |
deffile /epoc32/release/marm/agent.def
|
|
47 |
#else
|
|
48 |
deffile /epoc32/include/def/eabi/agent.def
|
|
49 |
#endif
|
|
50 |
|
|
51 |
START WINS
|
|
52 |
BASEADDRESS 0x7d030000
|
|
53 |
END
|
|
54 |
|
|
55 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
56 |
|
|
57 |
UNPAGED
|
|
58 |
|
|
59 |
SMPSAFE
|