equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
20 UID 0x1000008D 0x10285C38 |
20 UID 0x1000008D 0x10285C38 |
21 |
21 |
22 CAPABILITY all -tcb |
22 CAPABILITY all -tcb |
23 VENDORID 0x70000001 |
23 VENDORID 0x70000001 |
24 |
24 |
|
25 // For logging |
|
26 #include <comms-infras/commsdebugutility.mmh> |
25 |
27 |
26 MACRO USING_CTSY_DISPATCHER |
28 MACRO USING_CTSY_DISPATCHER |
27 |
29 |
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
29 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
31 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
30 |
32 |
31 USERINCLUDE ../inc |
33 USERINCLUDE ../inc |
32 USERINCLUDE ../../common_tsy/commontsy/exportinc/serviceapi |
34 USERINCLUDE ../../common_tsy/commontsy/exportinc/serviceapi |
33 USERINCLUDE ../traces |
35 |
34 |
36 |
35 SOURCEPATH ../src |
37 SOURCEPATH ../src |
36 |
38 |
37 SOURCE cmessagerouter.cpp |
39 SOURCE cmessagerouter.cpp |
38 SOURCE cctsydispatcherfactory.cpp |
40 SOURCE cctsydispatcherfactory.cpp |
72 LIBRARY commontsyfordispatcher.lib |
74 LIBRARY commontsyfordispatcher.lib |
73 LIBRARY insock.lib |
75 LIBRARY insock.lib |
74 LIBRARY bafl.lib //needed for CPhoneBookStoreEntry |
76 LIBRARY bafl.lib //needed for CPhoneBookStoreEntry |
75 LIBRARY customapi.lib |
77 LIBRARY customapi.lib |
76 |
78 |
|
79 //DEBUGLIBRARY ComsDbgUtil.lib |
77 |
80 |
78 |
81 |