supl/locationomasuplprotocolhandler/protocolhandlerver1/group/omasuplprotocolhandler1.mmp
changeset 0 667063e416a2
child 19 02ba3f1733c6
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Project definition file for project OMASUPLProtocolHandler implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET 			eposomasuplprotocolhandler1.dll
       
    22 TARGETTYPE  	PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID 			0x10009d8d 0x200255D7   
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN CommDD
       
    28 VENDORID        VID_DEFAULT
       
    29 //#define  USE_E_CELL_ID_STUB_FILES  1 
       
    30 
       
    31 #if USE_E_CELL_ID_STUB_FILES
       
    32 	MACRO USE_E_CELL_ID_STUB
       
    33 #endif	
       
    34 
       
    35 SOURCEPATH  	../src
       
    36 SOURCE      epos_omaprotocolhandlermain1.cpp
       
    37 SOURCE      epos_comasuplprotocolmanager1.cpp
       
    38 SOURCE      epos_comasuplsession.cpp
       
    39 SOURCE      epos_comasupltimeouttimer.cpp
       
    40 SOURCE      epos_comasuplconnrequestor.cpp
       
    41 SOURCE      epos_comasupletel.cpp 
       
    42 SOURCE      epos_comasupletelnotifier.cpp 
       
    43 SOURCE      epos_comasupliapchangenotifier.cpp 
       
    44 SOURCE      epos_comasuplcompleteselfrequestor.cpp
       
    45 SOURCE      epos_comasuplstate.cpp
       
    46 SOURCE      epos_comasuplstartstate.cpp
       
    47 SOURCE      epos_comasuplposinitstate.cpp
       
    48 SOURCE      epos_comasuplendstate.cpp
       
    49 SOURCE      epos_comasuplresponsestate.cpp
       
    50 SOURCE      epos_comasuplposstate.cpp
       
    51 SOURCE      epos_comasuplinitstate.cpp
       
    52 SOURCE      epos_comasuplposrequestor.cpp
       
    53 SOURCE	    epos_comasuplecomeventwatcher.cpp
       
    54 SOURCE      epos_comasuplsettingslauncher.cpp
       
    55 SOURCE      epos_comasupltrace.cpp
       
    56 SOURCE      epos_comasupldialogtimer.cpp
       
    57 SOURCE      epos_comasuplfallbackhandler.cpp
       
    58 
       
    59 
       
    60 #ifdef 		USE_E_CELL_ID_STUB_FILES
       
    61 SOURCE      epos_rsuplmmcustomapi.cpp
       
    62 #endif
       
    63 
       
    64 USERINCLUDE     . ../inc
       
    65 USERINCLUDE     ../../../inc
       
    66 USERINCLUDE     ../../inc
       
    67 
       
    68 MW_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 START RESOURCE    ../data/200255D7.rss  // same as second UID above 
       
    71 		TARGET eposomasuplprotocolhandler1.rsc 
       
    72 END
       
    73 
       
    74 LIBRARY commdb.lib 
       
    75 LIBRARY centralrepository.lib
       
    76 LIBRARY charconv.lib
       
    77 LIBRARY ecom.lib
       
    78 LIBRARY epos_csuplutils.lib
       
    79 LIBRARY esock.lib 
       
    80 LIBRARY etel.lib 
       
    81 LIBRARY etelmm.lib
       
    82 LIBRARY euser.lib
       
    83 LIBRARY insock.lib
       
    84 LIBRARY lbs.lib
       
    85 LIBRARY eposnwprv.lib
       
    86 LIBRARY locsettingsuiclient.lib
       
    87 LIBRARY hash.lib
       
    88 LIBRARY bafl.lib  //logging
       
    89 LIBRARY flogger.lib
       
    90 LIBRARY efsrv.lib 
       
    91 LIBRARY aknnotify.lib 
       
    92 LIBRARY commonengine.lib 
       
    93 LIBRARY agentdialog.lib
       
    94 
       
    95 LIBRARY epossuplprotocolhandlerplugin.lib
       
    96 LIBRARY epos_comasuplasnplugin.lib
       
    97 LIBRARY eposomasuplposmessageplugin.lib
       
    98 LIBRARY epos_suplsettings.lib
       
    99 LIBRARY epos_suplterminitiation.lib
       
   100 LIBRARY eposomasuplprotocolhandler.lib
       
   101 LIBRARY	featmgr.lib
       
   102 
       
   103 #if USE_E_CELL_ID_STUB_FILES
       
   104 	LIBRARY estor.lib 
       
   105 #else
       
   106 	LIBRARY customapi.lib
       
   107 #endif
       
   108 
       
   109 
       
   110 #if defined(WINS)
       
   111 deffile ../bwins/eposomasuplprotocolhandler1.def
       
   112 #else
       
   113 deffile ../eabi/eposomasuplprotocolhandler1.def
       
   114 #endif