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 |
// mm.tsy Multimode 2 box GSM/GPRS TSY
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
TARGET mm.tsy
|
|
23 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
24 |
TARGETTYPE DLL
|
|
25 |
TARGETPATH /system/libs
|
|
26 |
UID 0x10003D3C 0x100039c2
|
|
27 |
VENDORID 0x70000001
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
SOURCEPATH ../Multimode
|
|
32 |
SOURCE Mbattery.cpp mPHBKCOM.CPP Mphbook.cpp mPHONE.CPP
|
|
33 |
SOURCE Msignal.cpp mSLOGGER.CPP Mphbkinf.cpp
|
|
34 |
SOURCE mnetwork.cpp Mimsi.cpp Mownnum.cpp monstore.cpp
|
|
35 |
|
|
36 |
SOURCEPATH ../Multimode/sms
|
|
37 |
SOURCE mSMSCSCA.CPP
|
|
38 |
SOURCE mSMSREAD.CPP mSMSSEND.CPP
|
|
39 |
SOURCE mSMSSTOR.CPP mSMSWRIT.CPP mSSETSC.CPP
|
|
40 |
SOURCE mSMSDEL.CPP mSMSMEM.CPP mSMSMESS.CPP
|
|
41 |
SOURCE smsutil.cpp smsbase.cpp
|
|
42 |
SOURCE set_cmti_mode.cpp set_cmt_mode.cpp
|
|
43 |
SOURCE sms_rx_queue.cpp sms_rx_queue_pduread.cpp
|
|
44 |
SOURCE cmti_stored.cpp cmt_unstored.cpp
|
|
45 |
|
|
46 |
SOURCEPATH ../hayes
|
|
47 |
SOURCE ATBASE.CPP ATCALL.CPP ATDIAL.CPP ATHANGUP.CPP
|
|
48 |
SOURCE ATIO.CPP CALL.CPP LINE.CPP PHONE.CPP NOTIFY.CPP
|
|
49 |
SOURCE ATINIT.CPP ATANSWER.CPP ATCONNCT.CPP
|
|
50 |
SOURCE ATNOCARR.CPP ATERROR.CPP ATESCAPE.CPP ATO.CPP
|
|
51 |
SOURCE ATWAIT.CPP SCHAT.CPP
|
|
52 |
SOURCE SCOMM.CPP TSYCONFG.CPP PHONEFAC.CPP panic.cpp
|
|
53 |
SOURCE set_cbst.cpp
|
|
54 |
|
|
55 |
SOURCEPATH ../Multimode/gprs
|
|
56 |
SOURCE Gprs.cpp GprsContext.cpp ATGprsConfig.cpp GprsNotify.cpp
|
|
57 |
SOURCE ATGprsAttach.CPP ATGprsDetach.CPP ATGprsClass.cpp
|
|
58 |
SOURCE ATGprsContextActivate.CPP ATGprsContextDeactivate.CPP
|
|
59 |
SOURCE gprsqos.cpp atgprssetqosprofile.cpp
|
|
60 |
SOURCE atgprscontextdelete.cpp
|
|
61 |
SOURCE atgprsntwkregstatus.cpp atgprsntwkregstatuschange.cpp
|
|
62 |
|
|
63 |
USERINCLUDE ../hayes
|
|
64 |
USERINCLUDE ../Multimode
|
|
65 |
USERINCLUDE ../Multimode/sms
|
|
66 |
USERINCLUDE ../Multimode/gprs
|
|
67 |
|
|
68 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
69 |
USERINCLUDE ../hayes
|
|
70 |
|
|
71 |
LIBRARY efsrv.lib euser.lib c32.lib etel.lib etelmm.lib etelpckt.lib
|
|
72 |
LIBRARY flogger.lib
|
|
73 |
|
|
74 |
LIBRARY commsdat.lib
|
|
75 |
|
|
76 |
START WINS
|
|
77 |
BASEADDRESS 0x47D00000
|
|
78 |
END
|
|
79 |
|
|
80 |
UNPAGED
|
|
81 |
|
|
82 |
SMPSAFE
|