telephonyserverplugins/simatktsy/group/commonsimatktsy.mmp
changeset 0 3553901f7fa8
child 19 630d2f34d719
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        : commonsimatktsy.mmp
       
    15 // Part of     : SIM ATK TSY
       
    16 // Common SIM ATK TSY mmp file
       
    17 // Version     : 1.0
       
    18 //
       
    19 
       
    20 
       
    21 
       
    22 TARGET          cstktsy.dll
       
    23 
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x102078E2
       
    26 
       
    27 //#ifdef __ some system wide macro here to indicate the dispatcher is being used
       
    28 MACRO USING_CTSY_DISPATCHER
       
    29 #define USING_CTSY_DISPATCHER
       
    30 //#endif
       
    31 MACRO TF_SAT_LOGGING
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 // SatTsy (the "main" module)
       
    35 //SOURCE          SatMessaging.cpp
       
    36 SOURCE          csatmessagerouterproxy.cpp
       
    37 SOURCE          CSatTsy.cpp
       
    38 SOURCE          csattsyfactory.cpp
       
    39 
       
    40 SOURCE          cmmmessagemanagerbase.cpp 
       
    41 SOURCE          CSatNotificationsTsy.cpp
       
    42 SOURCE          CSatNotifyDisplayText.cpp
       
    43 SOURCE          CSatNotifySetUpCall.cpp
       
    44 SOURCE          CSatNotifySetUpEventList.cpp
       
    45 SOURCE          CSatNotifyLanguageNotification.cpp
       
    46 SOURCE          CSatNotifyTimerMgmt.cpp
       
    47 SOURCE          CSatNotifySendDtmf.cpp
       
    48 SOURCE          CSatNotifyPollingOff.cpp
       
    49 SOURCE          CSatNotifyLocalInfo.cpp
       
    50 SOURCE          CSatNotifyPollInterval.cpp
       
    51 SOURCE          CSatNotifyGetInkey.cpp
       
    52 
       
    53 SOURCE          CSatNotifyGetInput.cpp
       
    54 SOURCE          CSatNotifyPlayTone.cpp
       
    55 SOURCE          CSatNotifySetUpMenu.cpp
       
    56 SOURCE          CSatNotifySelectItem.cpp
       
    57 SOURCE          CSatNotifySendSm.cpp
       
    58 SOURCE          CSatNotifySendUssd.cpp
       
    59 SOURCE          CSatNotifySendSs.cpp
       
    60 SOURCE          CSatNotifySetUpIdleModeText.cpp
       
    61 SOURCE          CSatNotifyLaunchBrowser.cpp
       
    62 SOURCE          CSatNotifySimSessionEnd.cpp
       
    63 SOURCE          CSatNotifyCallControlRequest.cpp
       
    64 SOURCE          CSatNotifyRefresh.cpp
       
    65 SOURCE			CSatNotifyOpenChannel.cpp
       
    66 SOURCE			CSatNotifyGetChannelStatus.cpp
       
    67 SOURCE			CSatNotifyCloseChannel.cpp
       
    68 SOURCE			CSatNotifySendData.cpp
       
    69 SOURCE			CSatNotifyReceiveData.cpp
       
    70 SOURCE			CSatNotifyMoSmControlRequest.cpp
       
    71 SOURCE			CSatNotifyMoreTime.cpp
       
    72 SOURCE			CSatCCTsy.cpp
       
    73 SOURCE          CSatIconTsy.cpp
       
    74 SOURCE			CSatDataDownloadTsy.cpp
       
    75 SOURCE          CSatEventDownloadTsy.cpp
       
    76 SOURCE          TSatEventList.cpp
       
    77 
       
    78 // Utility
       
    79 SOURCE          CSatTimer.cpp
       
    80 SOURCE          CSatTsyReqHandleStore.cpp
       
    81 
       
    82 SOURCEPATH	  	../../common_tsy/commontsy/src/mmtsy
       
    83 SOURCE			ctsydelegates.cpp
       
    84 
       
    85 
       
    86 // PlatSec caps of loading process c32exe.exe 
       
    87 //#ifdef USING_CTSY_DISPATCHER
       
    88 //CAPABILITY All -TCB
       
    89 //#else //USING_CTSY_DISPATCHER
       
    90 
       
    91 // Same caps as CTSY (C32.exe) such that the dispatcher.dll will be able to dynamically 
       
    92 // load Sat.dll. If SAT is used statically with dispatcher, it must have the same caps as
       
    93 // the dispatcher
       
    94 CAPABILITY  CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData                                                                                                                                                         
       
    95 
       
    96 //#endif //USING_CTSY_DISPATCHER
       
    97 
       
    98 
       
    99 USERINCLUDE     ../inc
       
   100 USERINCLUDE		../exportinc/utility
       
   101 
       
   102 #ifdef USING_CTSY_DISPATCHER
       
   103 USERINCLUDE		../exportinc
       
   104 
       
   105 //needed for tflogger.h (ideally change all "" to <> and remove)
       
   106 USERINCLUDE	../../common_tsy/commontsy/inc
       
   107 #endif //USING_CTSY_DISPATCHER
       
   108 
       
   109 
       
   110 // Dependencies from other components
       
   111 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
   112 
       
   113 // Symbian
       
   114 LIBRARY         euser.lib					// E32 user library
       
   115 LIBRARY         cstktsyutility.lib			// For using BerTlv and other utility methods
       
   116 
       
   117 // Etel
       
   118 LIBRARY         etelsat.lib		// SAT ETel API
       
   119 LIBRARY         etelmm.lib      // ETel Multimode API
       
   120 LIBRARY         ETel.lib        // Etel server and core API
       
   121 
       
   122 #include <comms-infras/commsdebugutility.mmh>
       
   123 
       
   124 START WINS      
       
   125 BASEADDRESS     0x65000000
       
   126 END
       
   127 
       
   128 UNPAGED
       
   129 
       
   130 SMPSAFE