cbsref/telephonyrefplugins/atltsy/group/stltsy.mmp
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 // Copyright (c) 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 // @file stltsy.mmp
       
    15 // 
       
    16 
       
    17 TARGETTYPE      DLL
       
    18 TARGET          licenseeskeletontsy.dll
       
    19 UID             0x1000008D 0x102870ED
       
    20 
       
    21 CAPABILITY      All -Tcb
       
    22 VENDORID        0x70000001
       
    23 
       
    24 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    26 
       
    27 USERINCLUDE 	../handler/inc
       
    28 USERINCLUDE 	../comms/inc 
       
    29 USERINCLUDE 	../atcommand/generic/inc 
       
    30 USERINCLUDE 	../atcommand/pktservice/inc 
       
    31 USERINCLUDE 	../atcommand/phone/inc 
       
    32 USERINCLUDE     ../atcommand/sms/inc
       
    33 USERINCLUDE 	../atcommand/callcontrol/inc 
       
    34 USERINCLUDE     ../atcommand/phonebook/inc
       
    35 USERINCLUDE     ../atcommand/phonebooken/inc
       
    36 //USERINCLUDE     ../../ctsydispatcher/exportinc
       
    37 
       
    38 SOURCEPATH      ../handler/src
       
    39 SOURCE 			cltsyfactoryv1.cpp
       
    40 SOURCE 			cltsycallcontrolhandler.cpp
       
    41 SOURCE 			cltsyphonehandler.cpp
       
    42 SOURCE 			cltsysecurityhandler.cpp
       
    43 SOURCE 			cltsyphonebookenhandler.cpp
       
    44 SOURCE 			cltsycellbroadcasthandler.cpp
       
    45 SOURCE 			cltsyphonebookonhandler.cpp
       
    46 SOURCE 			cltsyphonebookhandler.cpp
       
    47 SOURCE 			cltsysimhandler.cpp
       
    48 SOURCE 			cltsysmshandler.cpp
       
    49 SOURCE 			cltsycallcontrolmultipartyhandler.cpp
       
    50 SOURCE 			cltsysupplementaryserviceshandler.cpp
       
    51 SOURCE 			cltsypacketserviceshandler.cpp
       
    52 SOURCE 			cltsysathandler.cpp
       
    53 
       
    54 SOURCEPATH      ../comms/src
       
    55 SOURCE          stringparser.cpp
       
    56 SOURCE			commengine.cpp 
       
    57 SOURCE			commreader.cpp 
       
    58 SOURCE			commwriter.cpp
       
    59 
       
    60 SOURCEPATH      ../atcommand/generic/src
       
    61 SOURCE          tsyconfg.cpp
       
    62 SOURCE          mslogger.cpp
       
    63 SOURCE          panic.cpp
       
    64 SOURCE 			atcommandbase.cpp
       
    65 SOURCE 			activecommandstore.cpp 
       
    66 SOURCE			atmanager.cpp 
       
    67 SOURCE			globalphonemanager.cpp 
       
    68 SOURCE          respondbufparser.cpp
       
    69 SOURCE          atunsolicited.cpp
       
    70 SOURCE          unsolicitedparams.cpp
       
    71 SOURCE 			unsolicitedeventmonitor.cpp
       
    72 SOURCE 		    atcommandcontrolbase.cpp 
       
    73 SOURCE          requestbase.cpp
       
    74 SOURCE          ltsycallinformation.cpp
       
    75 SOURCE          ltsycallinformationmanager.cpp
       
    76 SOURCE          asynchelperrequest.cpp
       
    77 SOURCE          athelpercommand.cpp
       
    78 SOURCE          atswitchonlinemode.cpp
       
    79 
       
    80 
       
    81 SOURCEPATH      ../atcommand/phone/src
       
    82 SOURCE			atdetectnetwork.cpp
       
    83 SOURCE			atgetbatteryinfo.cpp
       
    84 SOURCE			atgetimei.cpp
       
    85 SOURCE			atgetmanufacturer.cpp
       
    86 SOURCE			atgetmodel.cpp
       
    87 SOURCE			atgetmodemstatus.cpp
       
    88 SOURCE			atgetnetworkinfo.cpp
       
    89 SOURCE			atgetnetworkregistrationstatus.cpp
       
    90 SOURCE			atgetrevision.cpp
       
    91 SOURCE			atgetsignalstrength.cpp
       
    92 SOURCE			atgetsimstatusready.cpp
       
    93 SOURCE			atselectnetwork.cpp
       
    94 SOURCE			atselectnetworkmode.cpp
       
    95 SOURCE			atsetnotifycell.cpp
       
    96 SOURCE			atgetphonecellinfo.cpp
       
    97 SOURCE			atgetcellinfo.cpp
       
    98 SOURCE			atnetworkregstatuschange.cpp
       
    99 SOURCE			atnotifycellinfo.cpp
       
   100 SOURCE			atgetfdnstatus.cpp
       
   101 SOURCE			atgetfdnsupport.cpp
       
   102 SOURCE			getphoneid.cpp
       
   103 SOURCE			getoperatorname.cpp
       
   104 SOURCE			getfdnstatus.cpp
       
   105 SOURCE			getcurrentnetworkinfo.cpp
       
   106 SOURCE			initializephone.cpp
       
   107 SOURCE			notifybatteryandsignal.cpp
       
   108 
       
   109 
       
   110 SOURCEPATH      ../atcommand/pktservice/src
       
   111 SOURCE			atgprsattach.cpp
       
   112 SOURCE			atgprsdetach.cpp
       
   113 SOURCE			atgprsntwkregstatus.cpp
       
   114 SOURCE			atgprscontextactivate.cpp
       
   115 SOURCE			atgprscontextdeactivate.cpp
       
   116 SOURCE			atgprscontextdelete.cpp
       
   117 SOURCE			atgprsconfig.cpp
       
   118 SOURCE			atgprssetqosprofile.cpp
       
   119 SOURCE			initialisepdpcontext.cpp
       
   120 SOURCE			atgprsntwkregstatuschange.cpp
       
   121 SOURCE			activatecontextandgetaddr.cpp
       
   122 SOURCE			atgprsgetcontextaddr.cpp
       
   123 //SOURCE			gprscontextdeactivate.cpp
       
   124 SOURCE			atgprscontextconnect.cpp
       
   125 
       
   126 SOURCEPATH      ../atcommand/callcontrol/src
       
   127 SOURCE          atdialvoice.cpp
       
   128 SOURCE          athangup.cpp
       
   129 SOURCE          atclcc.cpp
       
   130 SOURCE          atring.cpp
       
   131 SOURCE          atwaitforcallhandler.cpp
       
   132 SOURCE          atanswer.cpp
       
   133 SOURCE          atchld.cpp
       
   134 SOURCE          unsolicitedcommandcallcontrolhandler.cpp
       
   135 SOURCE          atdtmfvts.cpp
       
   136 SOURCE          athangupcommandrecords.cpp
       
   137 
       
   138 SOURCEPATH      ../atcommand/sms/src
       
   139 SOURCE          smsatutil.cpp
       
   140 SOURCE          atsmsack.cpp
       
   141 SOURCE          atsmsstoreinfo.cpp 
       
   142 SOURCE          atmessagestoreinfo.cpp
       
   143 SOURCE          atsmssend.cpp
       
   144 SOURCE          atsmsstorewrite.cpp   
       
   145 SOURCE          atsmsstoreread.cpp
       
   146 SOURCE          atsmsreceive.cpp
       
   147 SOURCE          atsmsstoredelete.cpp
       
   148 SOURCE          atsmsstorereadall.cpp
       
   149 
       
   150 SOURCEPATH      ../atcommand/phonebook/src
       
   151 SOURCE          atphbkgetphonestoreinfo.cpp
       
   152 SOURCE          atphbkstoreinitialise.cpp
       
   153 SOURCE          atphbkstorewrite.cpp
       
   154 SOURCE          atphbkstoreread.cpp
       
   155 SOURCE          atphbkstorecache.cpp
       
   156 SOURCE          atphbkstoredelete.cpp
       
   157 
       
   158 SOURCEPATH      ../atcommand/phonebooken/src
       
   159 SOURCE          atphbkengetinfo.cpp
       
   160 SOURCE          atphbkenread.cpp
       
   161 SOURCE          atphbkenreadall.cpp
       
   162 
       
   163 LIBRARY 		euser.lib
       
   164 LIBRARY         ctsydispatcher.lib
       
   165 LIBRARY			etelmm.lib
       
   166 LIBRARY			etelpckt.lib
       
   167 LIBRARY         flogger.lib
       
   168 LIBRARY			estlib.lib
       
   169 LIBRARY 		estor.lib
       
   170 LIBRARY         customapi.lib
       
   171 LIBRARY	        commsdat.lib
       
   172 LIBRARY         c32.lib
       
   173 LIBRARY         secutil.lib
       
   174 LIBRARY         efsrv.lib
       
   175 
       
   176 // For logging
       
   177 #include <comms-infras/commsdebugutility.mmh>
       
   178 
       
   179 SMPSAFE