24
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
TARGET ctsydispatcher.dll
|
|
18 |
|
|
19 |
TARGETTYPE DLL
|
|
20 |
UID 0x1000008D 0x10285C38
|
|
21 |
|
|
22 |
CAPABILITY all -tcb
|
|
23 |
VENDORID 0x70000001
|
|
24 |
|
|
25 |
// For logging
|
|
26 |
#include <comms-infras/commsdebugutility.mmh>
|
|
27 |
|
|
28 |
MACRO USING_CTSY_DISPATCHER
|
|
29 |
|
|
30 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
31 |
OS_LAYER_ESTLIB_SYSTEMINCLUDE
|
|
32 |
|
|
33 |
USERINCLUDE ../inc
|
|
34 |
USERINCLUDE ../../common_tsy/commontsy/exportinc/serviceapi
|
|
35 |
|
|
36 |
|
|
37 |
SOURCEPATH ../src
|
|
38 |
|
|
39 |
SOURCE cmessagerouter.cpp
|
|
40 |
SOURCE cctsydispatcherfactory.cpp
|
|
41 |
SOURCE cctsydispatchercallback.cpp
|
|
42 |
SOURCE ccallcontroldispatcher.cpp
|
|
43 |
SOURCE cphonedispatcher.cpp
|
|
44 |
SOURCE csecuritydispatcher.cpp
|
|
45 |
SOURCE cphonebookendispatcher.cpp
|
|
46 |
SOURCE ccellbroadcastdispatcher.cpp
|
|
47 |
SOURCE cphonebookondispatcher.cpp
|
|
48 |
SOURCE cphonebookdispatcher.cpp
|
|
49 |
SOURCE csimdispatcher.cpp
|
|
50 |
SOURCE csmsdispatcher.cpp
|
|
51 |
SOURCE ccallcontrolmultipartydispatcher.cpp
|
|
52 |
SOURCE csupplementaryservicesdispatcher.cpp
|
|
53 |
SOURCE cpacketservicesdispatcher.cpp
|
|
54 |
SOURCE csatdispatcher.cpp
|
|
55 |
|
|
56 |
SOURCE ltsylogger.cpp
|
|
57 |
|
|
58 |
SOURCE tdispatcherholder.cpp
|
|
59 |
SOURCE requestqueueoneshot.cpp
|
|
60 |
SOURCE ctsydispatcherpanic.cpp
|
|
61 |
|
|
62 |
SOURCEPATH ../src/utility
|
|
63 |
SOURCE cphonebookentry.cpp
|
|
64 |
|
|
65 |
|
|
66 |
LIBRARY euser.lib
|
|
67 |
LIBRARY flogger.lib
|
|
68 |
LIBRARY estlib.lib
|
|
69 |
LIBRARY estor.lib
|
|
70 |
LIBRARY etel.lib
|
|
71 |
LIBRARY etelmm.lib
|
|
72 |
LIBRARY etelpckt.lib
|
|
73 |
LIBRARY efsrv.lib
|
|
74 |
LIBRARY commontsyfordispatcher.lib
|
|
75 |
LIBRARY insock.lib
|
|
76 |
LIBRARY bafl.lib //needed for CPhoneBookStoreEntry
|
|
77 |
LIBRARY customapi.lib
|
|
78 |
|
|
79 |
//DEBUGLIBRARY ComsDbgUtil.lib
|
|
80 |
|
|
81 |
|