os/mm/mmlibs/mmfw/MMPFiles/ControllerFramework/MmfControllerFramework.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/MMPFiles/ControllerFramework/MmfControllerFramework.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,82 @@
     1.4 +// Copyright (c) 2002-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 +// mmfcontrollerframework.dll MMF controller framework library
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +target			mmfcontrollerframework.dll
    1.26 +CAPABILITY ALL -TCB
    1.27 +targettype		DLL
    1.28 +UID				0x1000008d 0x101F76DD
    1.29 +VENDORID 0x70000001
    1.30 +UNPAGED
    1.31 +
    1.32 +// Define this macro if the controller threads are to use the client heap
    1.33 +// For use for testing purposes only - principally enables out-of-memory/alloc testing on the controller
    1.34 +//MACRO			SYMBIAN_USE_CLIENT_HEAP
    1.35 +
    1.36 +// If this macro is defined, it is as if UseSharedHeap or equiv is always called. 
    1.37 +// For use for testing purposes only, note only valid if SYMBIAN_USE_CLIENT_HEAP is _not_ defined
    1.38 +//MACRO SYMBIAN_FORCE_USE_SHARED_HEAP
    1.39 +
    1.40 +userinclude	../../inc
    1.41 +USERINCLUDE	../../inc/mmf/ControllerFramework
    1.42 +
    1.43 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.44 +
    1.45 +SOURCEPATH		../../src/ControllerFramework
    1.46 +source			MMFControllerFramework.cpp
    1.47 +source			mmfcontrollerclient.cpp
    1.48 +source			mmfcontrollerserver.cpp
    1.49 +source			MMFControllerFrameworkBase.cpp
    1.50 +source			mmfcontrollerpluginresolver.cpp
    1.51 +source			RecMmfUtil.cpp
    1.52 +source			RecMmfUtilBody.cpp
    1.53 +source			mmfcontrollerheap.cpp
    1.54 +source			MMFFormatImplementationInformationBody.cpp
    1.55 +source			mmfcontrollerpatchdata.cpp
    1.56 +
    1.57 +library			euser.lib
    1.58 +library			ecom.lib
    1.59 +library			efsrv.lib
    1.60 +library			estor.lib
    1.61 +library			bafl.lib
    1.62 +library			charconv.lib
    1.63 +library			inetprotutil.lib
    1.64 +library 		mmcommonutils.lib
    1.65 +library			mmfdrmpluginserverproxy.lib
    1.66 +
    1.67 +#ifdef EABI
    1.68 +DEFFILE MmfControllerFramework.def
    1.69 +#endif
    1.70 +
    1.71 +#ifdef WINSCW
    1.72 +DEFFILE MMFCONTROLLERFRAMEWORK.DEF
    1.73 +#endif
    1.74 +
    1.75 +nostrictdef
    1.76 +
    1.77 +start			wins
    1.78 +	baseaddress	0x4F340000
    1.79 +end
    1.80 +
    1.81 +
    1.82 +
    1.83 +                    
    1.84 +
    1.85 +SMPSAFE