telephonyserverplugins/simatktsy/group/cstktsyutility.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
child 42 3adadc800673
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2005-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 // Name        : utility.mmp
       
    15 // Part of     : SIM ATK TSY
       
    16 // Common SIM ATK TSY utility mmp file
       
    17 // Version     : 1.0
       
    18 //
       
    19 
       
    20 
       
    21 
       
    22 TARGET          cstktsyutility.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x102078E0
       
    25 
       
    26 #define USING_CTSY_DISPATCHER
       
    27 MACRO TF_SAT_LOGGING
       
    28 USERINCLUDE     ../inc
       
    29 USERINCLUDE		../exportinc/utility
       
    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
       
    35 
       
    36 SOURCEPATH      ../utility/src
       
    37 
       
    38 SOURCE          CBerTlv.cpp
       
    39 SOURCE          CTlv.cpp
       
    40 SOURCE          TTlv.cpp
       
    41 SOURCE          TSatUtility.cpp
       
    42 
       
    43 CAPABILITY    All -Tcb
       
    44 
       
    45 
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 
       
    49 // Dependencies from other components
       
    50 
       
    51 // Symbian
       
    52 LIBRARY         euser.lib	// E32 user library
       
    53 
       
    54 #include <comms-infras/commsdebugutility.mmh>
       
    55 
       
    56 UNPAGED
       
    57 
       
    58 SMPSAFE