os/graphics/graphicscomposition/openwfc_ri_displayupdater/group/openwfc_ri_displayupdater.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicscomposition/openwfc_ri_displayupdater/group/openwfc_ri_displayupdater.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,55 @@
     1.4 +// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +//
     1.6 +// Permission is hereby granted, free of charge, to any person obtaining a
     1.7 +// copy of this software and/or associated documentation files (the
     1.8 +// "Materials"), to deal in the Materials without restriction, including
     1.9 +// without limitation the rights to use, copy, modify, merge, publish,
    1.10 +// distribute, sublicense, and/or sell copies of the Materials, and to
    1.11 +// permit persons to whom the Materials are furnished to do so, subject to
    1.12 +// the following conditions:
    1.13 +//
    1.14 +// The above copyright notice and this permission notice shall be included
    1.15 +// in all copies or substantial portions of the Materials.
    1.16 +//
    1.17 +// THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    1.18 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    1.19 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    1.20 +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    1.21 +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    1.22 +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    1.23 +// MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
    1.24 +// 
    1.25 +// Description:
    1.26 +// mmp file for display updater
    1.27 +
    1.28 +#include <non_foundation_paths.hrh>
    1.29 +
    1.30 +//MACRO ENABLE_LOGGING
    1.31 +
    1.32 +TARGET			openwfc_ri_displayupdater.dll
    1.33 +
    1.34 +TARGETTYPE		dll
    1.35 +UID				0x2002BC57 0x2002BC5A
    1.36 +
    1.37 +// same capabilities as OpenWF-C RI
    1.38 +CAPABILITY		PowerMgmt ReadDeviceData WriteDeviceData ProtServ		
    1.39 +NOEXPORTLIBRARY
    1.40 +
    1.41 +OS_LAYER_SYSTEMINCLUDE
    1.42 +NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
    1.43 +
    1.44 +USERINCLUDE		../inc
    1.45 +
    1.46 +LIBRARY			euser.lib
    1.47 +LIBRARY			hal.lib
    1.48 +LIBRARY			WFCinterop.lib
    1.49 +LIBRARY			display_updater.lib
    1.50 +LIBRARY			surfacemanager.lib
    1.51 +
    1.52 +SOURCEPATH		../src
    1.53 +SOURCE openwfc_ri_displayupdater.cpp
    1.54 +
    1.55 +deffile SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/eabi/openwfc_ri_display.def)
    1.56 +
    1.57 +SMPSAFE
    1.58 +