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