os/graphics/graphicscomposition/openwfc_ri_displaychannel/group/openwfc_ri_displaychannel.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 //
     3 // Permission is hereby granted, free of charge, to any person obtaining a
     4 // copy of this software and/or associated documentation files (the
     5 // "Materials"), to deal in the Materials without restriction, including
     6 // without limitation the rights to use, copy, modify, merge, publish,
     7 // distribute, sublicense, and/or sell copies of the Materials, and to
     8 // permit persons to whom the Materials are furnished to do so, subject to
     9 // the following conditions:
    10 //
    11 // The above copyright notice and this permission notice shall be included
    12 // in all copies or substantial portions of the Materials.
    13 //
    14 // THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    15 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    16 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    17 // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    18 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    19 // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    20 // MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
    21 // 
    22 // Description:
    23 // mmp file for display channel
    24 
    25 #ifdef WINS
    26 // Emulator cannot rename DLL, so it has to match the import library name
    27 TARGET			openwfc_ri_display.dll
    28 #else
    29 TARGET			openwfc_ri_displaychannel.dll
    30 #endif
    31 
    32 TARGETTYPE		dll
    33 UID				0x2002BC57 0x2002BC59
    34 // same capabilities as OpenWF-C RI
    35 CAPABILITY		PowerMgmt ReadDeviceData WriteDeviceData ProtServ		
    36 NOEXPORTLIBRARY
    37 
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 USERINCLUDE		../inc
    40 
    41 LIBRARY			euser.lib
    42 LIBRARY			WFCinterop.lib
    43 
    44 SOURCEPATH		../src
    45 SOURCE openwfc_ri_displaychannel.cpp
    46 
    47 #ifdef WINS
    48 deffile SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/win32/openwfc_ri_display.def)
    49 #else
    50 deffile SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/eabi/openwfc_ri_display.def)
    51 #endif
    52 
    53 SMPSAFE