24
|
1 |
// Copyright (c) 1997-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 |
// sim.tsy Simulator TSY
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
TARGET sim.tsy
|
|
23 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
24 |
TARGETPATH /system/libs
|
|
25 |
TARGETTYPE DLL
|
|
26 |
UID 0x10003D3C 0x100039c2
|
|
27 |
VENDORID 0x70000001
|
|
28 |
|
|
29 |
MACRO SIM_LOGGER
|
|
30 |
|
|
31 |
SOURCEPATH ../src
|
|
32 |
SOURCE CSimCall.cpp
|
|
33 |
SOURCE CSimDataCall.cpp
|
|
34 |
SOURCE CSimDataLine.cpp
|
|
35 |
SOURCE CSimLine.cpp
|
|
36 |
SOURCE CSimPhone.cpp
|
|
37 |
SOURCE CSimPhoneFactory.cpp
|
|
38 |
SOURCE CSimVoiceCall.cpp
|
|
39 |
SOURCE CSimVoiceLine.cpp
|
|
40 |
SOURCE csimsmsmess.cpp
|
|
41 |
SOURCE CSimSmsStore.cpp
|
|
42 |
SOURCE CSimPhBkStore.cpp
|
|
43 |
SOURCE CSimONStore.cpp
|
|
44 |
SOURCE CSimSignalStrength.cpp
|
|
45 |
SOURCE CSimNetworkStatus.cpp
|
|
46 |
SOURCE CSimDtmf.cpp
|
|
47 |
SOURCE csimtimer.cpp
|
|
48 |
SOURCE CSimReduceTimers.cpp
|
|
49 |
SOURCE utils.cpp
|
|
50 |
SOURCE CSimNtRas.cpp
|
|
51 |
SOURCE CSimPacketService.cpp
|
|
52 |
SOURCE CSimPacketContext.cpp
|
|
53 |
SOURCE CSimPacketQoS.cpp
|
|
54 |
SOURCE CSimIndicator.cpp
|
|
55 |
SOURCE CSimSerComm.cpp
|
|
56 |
SOURCE CSimSat.cpp
|
|
57 |
SOURCE CSimBatteryCharger.cpp
|
|
58 |
SOURCE CSimPhoneUSimApp.cpp
|
|
59 |
SOURCE CSimPhoneSmartCardApp.cpp
|
|
60 |
SOURCE CSimPhoneSecurity.cpp
|
|
61 |
SOURCE CSimCallForwarding.cpp
|
|
62 |
SOURCE CSimCallBarring.cpp
|
|
63 |
SOURCE CSimCallWaiting.cpp
|
|
64 |
SOURCE CSimPhBkUsimStore.cpp
|
|
65 |
SOURCE csimnetstatchange.cpp
|
|
66 |
SOURCE CSimSignalStrengthChange.cpp
|
|
67 |
SOURCE CSimTsyMode.cpp
|
|
68 |
SOURCE CSimPubSub.cpp
|
|
69 |
SOURCE CSimPubSubChange.cpp
|
|
70 |
SOURCE CSimPhoneInitialise.cpp
|
|
71 |
SOURCE CSimPhoneIMSAuth.cpp
|
|
72 |
SOURCE csimsmartcardauth.cpp
|
|
73 |
SOURCE csimsmartcardeap.cpp
|
|
74 |
SOURCE CSimIncomingContextManager.cpp
|
|
75 |
SOURCE CSimContextHelper.cpp
|
|
76 |
SOURCE CSimUsimR6.cpp
|
|
77 |
SOURCE CSimMbmsPacketContext.cpp
|
|
78 |
|
|
79 |
USERINCLUDE ../inc
|
|
80 |
|
|
81 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
82 |
|
|
83 |
LIBRARY efsrv.lib euser.lib etel.lib etelmm.lib
|
|
84 |
LIBRARY testconfigfileparser.lib c32.lib flogger.lib etelpckt.lib
|
|
85 |
DEBUGLIBRARY comsdbgutil.lib
|
|
86 |
|
|
87 |
|
|
88 |
UNPAGED
|
|
89 |
|
|
90 |
|
|
91 |
SMPSAFE
|