telephonyserverplugins/common_tsy/commontsy/group/commontsy.mmh
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
child 73 70d75957b98f
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 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".
   179 USERINCLUDE     ../inc/mmtsy
   179 USERINCLUDE     ../inc/mmtsy
   180 USERINCLUDE     ../inc/mmutility
   180 USERINCLUDE     ../inc/mmutility
   181 
   181 
   182 USERINCLUDE     ../../licenseetsy_lib/inc
   182 USERINCLUDE     ../../licenseetsy_lib/inc
   183 
   183 
       
   184 USERINCLUDE ../traces
       
   185 
   184 // Default system include paths for OS extension layer modules.
   186 // Default system include paths for OS extension layer modules.
   185 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
   187 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
   186 #ifdef USING_DISPATCHER
   188 #ifdef USING_DISPATCHER
   187 #endif //USING_DISPATCHER
   189 #endif //USING_DISPATCHER
   188 	
   190 	
   189 LIBRARY       euser.lib    // EPOC basics
   191 LIBRARY       euser.lib    // EPOC basics
   190 LIBRARY	      bafl.lib	   // Arrays
   192 LIBRARY	      bafl.lib	   // Arrays
   191 LIBRARY       flogger.lib  // Logging
       
   192 LIBRARY       hash.lib     // For sha functions
   193 LIBRARY       hash.lib     // For sha functions
   193 LIBRARY       efsrv.lib    // File handling
   194 LIBRARY       efsrv.lib    // File handling
   194 LIBRARY	      centralrepository.lib  //Central Repository
   195 LIBRARY	      centralrepository.lib  //Central Repository
   195 LIBRARY       ecom.lib
   196 LIBRARY       ecom.lib
   196 LIBRARY       etel.lib     // ETel Server
   197 LIBRARY       etel.lib     // ETel Server
   204 
   205 
   205 #ifdef SYMBIAN_BAFL_SYSUTIL
   206 #ifdef SYMBIAN_BAFL_SYSUTIL
   206 LIBRARY sysutil.lib // for using sysutil API for phone identity
   207 LIBRARY sysutil.lib // for using sysutil API for phone identity
   207 #endif
   208 #endif
   208 
   209 
   209 #include <comms-infras/commsdebugutility.mmh>
       
   210