telephonyserverplugins/ctsydispatchlayer/group/ctsydispatcher.mmp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 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>
       
    27 
    25 
    28 MACRO USING_CTSY_DISPATCHER
    26 MACRO USING_CTSY_DISPATCHER
    29 
    27 
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    29 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    32 
    30 
    33 USERINCLUDE     ../inc 
    31 USERINCLUDE     ../inc 
    34 USERINCLUDE     ../../common_tsy/commontsy/exportinc/serviceapi
    32 USERINCLUDE     ../../common_tsy/commontsy/exportinc/serviceapi
    35 
    33 USERINCLUDE		../traces
    36 
    34 
    37 SOURCEPATH      ../src
    35 SOURCEPATH      ../src
    38 
    36 
    39 SOURCE			cmessagerouter.cpp
    37 SOURCE			cmessagerouter.cpp
    40 SOURCE			cctsydispatcherfactory.cpp
    38 SOURCE			cctsydispatcherfactory.cpp
    74 LIBRARY         commontsyfordispatcher.lib
    72 LIBRARY         commontsyfordispatcher.lib
    75 LIBRARY         insock.lib
    73 LIBRARY         insock.lib
    76 LIBRARY			bafl.lib //needed for CPhoneBookStoreEntry
    74 LIBRARY			bafl.lib //needed for CPhoneBookStoreEntry
    77 LIBRARY         customapi.lib
    75 LIBRARY         customapi.lib
    78 
    76 
    79 //DEBUGLIBRARY    ComsDbgUtil.lib
       
    80 
    77 
    81 
    78