supl/locationomasuplprotocolhandler/protocolhandler/group/omasuplprotocolhandler.mmp
changeset 0 667063e416a2
child 22 4c4ed41530db
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 			eposomasuplprotocolhandler.dll
       
    22 TARGETTYPE  	PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID 			0x10009d8d 0x102073d0    
       
    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_omaprotocolhandlermain.cpp
       
    37 SOURCE      epos_comasuplprotocolmanager.cpp
       
    38 SOURCE      epos_comasuplcommonconfig.cpp
       
    39 SOURCE      epos_comasuplinitilizerequestor.cpp
       
    40 SOURCE      epos_comasuplsettings.cpp
       
    41 SOURCE      epos_comasupltrace.cpp 
       
    42 SOURCE      epos_comasupldeinitializer.cpp 
       
    43 
       
    44 
       
    45 //SOURCE      epos_comasupltrace.cpp
       
    46 
       
    47 
       
    48 /*
       
    49 #ifdef 		USE_E_CELL_ID_STUB_FILES
       
    50 SOURCE      epos_rsuplmmcustomapi.cpp
       
    51 #endif
       
    52 */
       
    53 USERINCLUDE     . ../inc
       
    54 USERINCLUDE     ../../../inc
       
    55 USERINCLUDE     ../../inc
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 START RESOURCE    ../data/102073d0.rss  // same as second UID above 
       
    60 		TARGET eposomasuplprotocolhandler.rsc 
       
    61 END
       
    62 
       
    63 LIBRARY commdb.lib 
       
    64 LIBRARY centralrepository.lib
       
    65 LIBRARY charconv.lib
       
    66 LIBRARY ecom.lib
       
    67 LIBRARY epos_csuplutils.lib
       
    68 LIBRARY esock.lib 
       
    69 LIBRARY etel.lib 
       
    70 LIBRARY etelmm.lib
       
    71 LIBRARY euser.lib
       
    72 LIBRARY insock.lib
       
    73 LIBRARY lbs.lib
       
    74 LIBRARY eposnwprv.lib
       
    75 LIBRARY locsettingsuiclient.lib
       
    76 LIBRARY hash.lib
       
    77 LIBRARY bafl.lib  //logging
       
    78 LIBRARY flogger.lib
       
    79 LIBRARY efsrv.lib 
       
    80 LIBRARY aknnotify.lib 
       
    81 LIBRARY commonengine.lib 
       
    82 LIBRARY agentdialog.lib
       
    83 
       
    84 LIBRARY epossuplprotocolhandlerplugin.lib
       
    85 LIBRARY epos_comasuplasnplugin.lib
       
    86 LIBRARY eposomasuplposmessageplugin.lib
       
    87 LIBRARY epos_suplsettings.lib
       
    88 LIBRARY epos_suplterminitiation.lib
       
    89 
       
    90 #if USE_E_CELL_ID_STUB_FILES
       
    91 LIBRARY estor.lib 
       
    92 #else
       
    93 LIBRARY customapi.lib
       
    94 #endif
       
    95 
       
    96 
       
    97 #if defined(WINS)
       
    98 deffile ../bwins/eposomasuplprotocolhandler.def
       
    99 #else
       
   100 deffile ../eabi/eposomasuplprotocolhandler.def
       
   101 #endif