os/ossrv/lowlevellibsandfws/pluginfw/Framework/MMPFiles/EComServer.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Framework/MMPFiles/EComServer.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,73 @@
     1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// ecomserver.exe Plug-in server framework
    1.18 +// When macro defined trace messages are compiled in and sent to RDebug
    1.19 +// This line must always be commented before submitting to the MCL. See EComDebug.h
    1.20 +// MACRO ECOM_TRACE
    1.21 +// EPOCHEAPSIZE
    1.22 +// Investigations were carried out for defect INC115057. It was found (using RDir rather
    1.23 +// than CDir) that after a scan of around 1150 plug-ins the committed heap size increased 
    1.24 +// from 3980 to 618380 bytes. After a re-scan the committed heap size was still 618380.
    1.25 +// The max is set to 2MB to avoid overflows when the number of plug-ins a licensee has is larger.
    1.26 +// The min is set to 192K. This is approximately 85% of the techview committed heap after bootup
    1.27 +// so all devices will need at least this. (In techview environment with 317 plug-ins the committed
    1.28 +// heap size after bootup was 233K)
    1.29 +// 
    1.30 +//
    1.31 +
    1.32 +/**
    1.33 + @file
    1.34 +*/
    1.35 +
    1.36 +EPOCHEAPSIZE 0x00030000 0x00200000 
    1.37 +
    1.38 +TARGET		ecomserver.exe
    1.39 +
    1.40 +targettype	EXE
    1.41 +
    1.42 +// Dynamic Dll UID followed by the unique UID for this executable
    1.43 +UID 0x1000008D 0x10009D8F
    1.44 +VENDORID 0x70000001
    1.45 +CAPABILITY ProtServ
    1.46 +SOURCEPATH	../../Framework/frame
    1.47 +
    1.48 +// And keep this server side
    1.49 +SOURCE		EComServerStart.cpp
    1.50 +SOURCE		EComServer.cpp EComServerSession.cpp resolvercache.cpp
    1.51 +SOURCE		Registrar.cpp RegistryData.cpp DefaultResolver.cpp 
    1.52 +SOURCE		RegistryResolveTransaction.cpp
    1.53 +SOURCE		ParseImplementationData.cpp
    1.54 +SOURCE		Discoverer.cpp BackupNotifier.cpp
    1.55 +SOURCE		DowngradePath.cpp
    1.56 +
    1.57 +SOURCE		ImplementationInformation.cpp RomOnlyResolver.cpp
    1.58 +SOURCE		EComEntry.cpp
    1.59 +SOURCE		clientrequest.cpp
    1.60 +SOURCE		EComEntryBase.cpp
    1.61 +SOURCE		ServerStartupManager.cpp
    1.62 +SOURCE		DriveInfo.cpp
    1.63 +SOURCE		FileUtils.cpp
    1.64 +SOURCE		EComPerformance.cpp
    1.65 +#ifdef __ECOM_SERVER_TESTABILITY__
    1.66 +SOURCE		TestHarnessDomainMember.cpp
    1.67 +#endif
    1.68 +SOURCE		EComPatchDataConstantv2.cpp
    1.69 +
    1.70 +USERINCLUDE ../../Framework/inc ../../Test_Bed/inc
    1.71 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.72 +
    1.73 +LIBRARY euser.lib efsrv.lib estor.lib bafl.lib domaincli.lib
    1.74 +LIBRARY bsul.lib hal.lib
    1.75 +
    1.76 +SMPSAFE