telephonyserverplugins/simatktsy/group/cstktsyutility.mmp
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    22 TARGET          cstktsyutility.dll
    22 TARGET          cstktsyutility.dll
    23 TARGETTYPE      dll
    23 TARGETTYPE      dll
    24 UID             0x1000008D 0x102078E0
    24 UID             0x1000008D 0x102078E0
    25 
    25 
    26 #define USING_CTSY_DISPATCHER
    26 #define USING_CTSY_DISPATCHER
       
    27 MACRO TF_SAT_LOGGING
    27 USERINCLUDE     ../inc
    28 USERINCLUDE     ../inc
    28 USERINCLUDE		../exportinc/utility
    29 USERINCLUDE		../exportinc/utility
    29 USERINCLUDE		../traces
    30 
       
    31 #ifdef USING_CTSY_DISPATCHER
       
    32 //needed for tflogger.h (ideally change all "" to <> and remove
       
    33 USERINCLUDE	../../common_tsy/commontsy/inc
       
    34 #endif //USING_CTSY_DISPATCHER
    30 
    35 
    31 SOURCEPATH      ../utility/src
    36 SOURCEPATH      ../utility/src
    32 
    37 
    33 SOURCE          CBerTlv.cpp
    38 SOURCE          CBerTlv.cpp
    34 SOURCE          CTlv.cpp
    39 SOURCE          CTlv.cpp
    44 // Dependencies from other components
    49 // Dependencies from other components
    45 
    50 
    46 // Symbian
    51 // Symbian
    47 LIBRARY         euser.lib	// E32 user library
    52 LIBRARY         euser.lib	// E32 user library
    48 
    53 
       
    54 #include <comms-infras/commsdebugutility.mmh>
       
    55 
    49 UNPAGED
    56 UNPAGED
    50 
    57 
    51 SMPSAFE
    58 SMPSAFE