realtimenetprots/sipfw/ProfileAgent/Group/sipprofileserver.mmp
changeset 0 307788aac0a8
child 4 dd3853b8dc3f
child 15 8248b03a2669
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2007-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 // Name          : SIPProfileServer.mmp
       
    15 // Part of       : SIP Profile Agent
       
    16 // Version       : SIP/6.0
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 TARGET            sipprofilesrv.exe
       
    22 TARGETTYPE        exe
       
    23 UID               0x1000008d 0x101F413C
       
    24 
       
    25 // Bigger than default stack size is required because of logging in debug mode
       
    26 EPOCSTACKSIZE 0x5000
       
    27 
       
    28 SOURCEPATH        ../Server/Src
       
    29 SOURCE            SipProfileActiveScheduler.cpp
       
    30 SOURCE            SipProfileCSServer.cpp
       
    31 SOURCE            SipProfileCSSession.cpp
       
    32 SOURCE            SipProfileCSSessionHelper.cpp
       
    33 SOURCE	          SipProfileServerCore.cpp
       
    34 SOURCE	          SipProfileCacheItem.cpp
       
    35 SOURCE            SipProfileState.cpp
       
    36 SOURCE	          SipProfileStateUnregistered.cpp
       
    37 SOURCE	          SipProfileStateRegistered.cpp
       
    38 SOURCE	          SipProfileStateRegInProg.cpp
       
    39 SOURCE	          SipProfileStateUnregInProg.cpp
       
    40 SOURCE            sipprofilestatewaitforiap.cpp
       
    41 SOURCE            sipprofilestatewaitforpermission.cpp
       
    42 SOURCE            sipprofilestatemigratingtonewiap.cpp
       
    43 SOURCE            sipprofilestateunregisteringoldiap.cpp
       
    44 SOURCE	          SipProfileCSServerCloseTimer.cpp
       
    45 SOURCE            sipalrhandler.cpp
       
    46 SOURCE            sipalrmigrationcontroller.cpp
       
    47 SOURCE            sipalrmigrationobserverinfo.cpp
       
    48 
       
    49 SOURCEPATH        ../Store/Src
       
    50 SOURCE            SIPProfileStorageBase.cpp
       
    51 SOURCE            SIPProfileStorageIndex.cpp
       
    52 SOURCE            SIPProfileStorage.cpp
       
    53 SOURCE            SipProfileStorageSecureBackup.cpp
       
    54 
       
    55 SOURCEPATH        ../PluginMgr/Src
       
    56 SOURCE            Sipplugindirector.cpp
       
    57 SOURCE			  SipProfileAgentConfigExtension.cpp
       
    58 SOURCE			  SipProfileAgentConfigRetriever.cpp
       
    59 
       
    60 SOURCEPATH        ../AlrMonitor/src
       
    61 SOURCE            sipalrmonitor.cpp
       
    62 SOURCE            sipalrsnapmonitor.cpp
       
    63 
       
    64 USERINCLUDE       ../Server/Inc
       
    65 USERINCLUDE       ../Server/Src
       
    66 USERINCLUDE       ../Profile/api
       
    67 USERINCLUDE       ../Profile/Inc 
       
    68 USERINCLUDE       ../PluginMgr/api
       
    69 USERINCLUDE       ../PluginMgr/Inc
       
    70 USERINCLUDE       ../Store/Inc
       
    71 USERINCLUDE       ../AlrMonitor/inc
       
    72 
       
    73 MW_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 LIBRARY           euser.lib
       
    76 LIBRARY           estor.lib
       
    77 LIBRARY           esock.lib
       
    78 LIBRARY       	  ecom.lib
       
    79 LIBRARY       	  bafl.lib
       
    80 LIBRARY       	  efsrv.lib
       
    81 LIBRARY       	  charconv.lib
       
    82 LIBRARY           inetprotutil.lib
       
    83 LIBRARY           sipprofile.lib
       
    84 LIBRARY           random.lib
       
    85 LIBRARY           flogger.lib
       
    86 LIBRARY           netmeta.lib
       
    87 LIBRARY           centralrepository.lib
       
    88 LIBRARY 	  cmmanager.lib
       
    89 
       
    90 VENDORID 0x70000001
       
    91 
       
    92 CAPABILITY ProtServ NetworkServices ReadDeviceData
       
    93 
       
    94 // MACRO 	PLAT_SEC_TEST
       
    95 
       
    96 SMPSAFE
       
    97