os/graphics/graphicscomposition/openwfcompositionengine/group/openwfc.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
//
sl@0
     3
// Permission is hereby granted, free of charge, to any person obtaining a
sl@0
     4
// copy of this software and/or associated documentation files (the
sl@0
     5
// "Materials"), to deal in the Materials without restriction, including
sl@0
     6
// without limitation the rights to use, copy, modify, merge, publish,
sl@0
     7
// distribute, sublicense, and/or sell copies of the Materials, and to
sl@0
     8
// permit persons to whom the Materials are furnished to do so, subject to
sl@0
     9
// the following conditions:
sl@0
    10
//
sl@0
    11
// The above copyright notice and this permission notice shall be included
sl@0
    12
// in all copies or substantial portions of the Materials.
sl@0
    13
//
sl@0
    14
// THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
sl@0
    15
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
sl@0
    16
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
sl@0
    17
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
sl@0
    18
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
sl@0
    19
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
sl@0
    20
// MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
sl@0
    21
//
sl@0
    22
// Description:
sl@0
    23
// libWFC.dll OpenWFC Sample Implementation
sl@0
    24
// 
sl@0
    25
//
sl@0
    26
sl@0
    27
#include <WF/openwfcuids.hrh>
sl@0
    28
sl@0
    29
//macros to enable filtering debug log output.
sl@0
    30
//DEBUG_LOG must also be defined to enable logging 
sl@0
    31
//(automatic if _DEBUG is defined, and DEBUG_DONOT_LOG is not defined)
sl@0
    32
//MACRO DEBUG_DONOT_LOG
sl@0
    33
//MACRO DEBUG_LOG_FUNCTION=WFC_Element_
sl@0
    34
//MACRO DEBUG_LOG_FILE=owfnotifications.c
sl@0
    35
sl@0
    36
TARGET			libWFC.dll
sl@0
    37
NOEXPORTLIBRARY
sl@0
    38
EPOCALLOWDLLDATA 
sl@0
    39
sl@0
    40
#ifdef WINS
sl@0
    41
deffile SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/win32/libWFC.def)
sl@0
    42
#else
sl@0
    43
deffile SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/eabi/libWFC.def)
sl@0
    44
#endif
sl@0
    45
sl@0
    46
MACRO			__KHR_EXPORTS
sl@0
    47
TARGETTYPE		dll
sl@0
    48
CAPABILITY		PowerMgmt ReadDeviceData WriteDeviceData ProtServ
sl@0
    49
UID				0 KUidOpenWfcDllUidValue
sl@0
    50
sl@0
    51
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    52
OS_LAYER_LIBC_SYSTEMINCLUDE
sl@0
    53
MACRO		HG_NO_ALLOCA_H
sl@0
    54
MACRO		EGL_DLL
sl@0
    55
sl@0
    56
USERINCLUDE		../composition/include
sl@0
    57
USERINCLUDE		../common/include
sl@0
    58
USERINCLUDE		../adaptation/include
sl@0
    59
sl@0
    60
LIBRARY			libEGL.lib
sl@0
    61
LIBRARY			euser.lib
sl@0
    62
LIBRARY			libc.lib
sl@0
    63
LIBRARY			libpthread.lib
sl@0
    64
LIBRARY			libm.lib
sl@0
    65
LIBRARY			hal.lib
sl@0
    66
LIBRARY			wfcinterop.lib
sl@0
    67
LIBRARY			surfacemanager.lib
sl@0
    68
LIBRARY			openwfc_ri_display.lib
sl@0
    69
sl@0
    70
SOURCEPATH	../composition/src
sl@0
    71
SOURCE			wfcapi.c 
sl@0
    72
SOURCE			wfccontext.c
sl@0
    73
SOURCE			wfcdevice.c
sl@0
    74
SOURCE			wfcelement.c
sl@0
    75
SOURCE			wfcimageprovider.c
sl@0
    76
SOURCE			wfcscene.c
sl@0
    77
SOURCE			wfcpipeline.c
sl@0
    78
sl@0
    79
SOURCEPATH	../common/src
sl@0
    80
SOURCE			owfarray.c
sl@0
    81
SOURCE			owfattributes.c
sl@0
    82
SOURCE			owfdebug.c
sl@0
    83
SOURCE			owfimage.c
sl@0
    84
SOURCE			owflinkedlist.c
sl@0
    85
SOURCE			owfmemory.c
sl@0
    86
SOURCE			owfobject.c
sl@0
    87
SOURCE			owfpool.c
sl@0
    88
SOURCE			owfutils.c
sl@0
    89
sl@0
    90
SOURCEPATH	../adaptation/src/Platform/OS/symbian
sl@0
    91
SOURCE			owfconsole.cpp
sl@0
    92
SOURCE			owfmessagequeue.cpp
sl@0
    93
SOURCE			owfmutex.c
sl@0
    94
SOURCE			owfsemaphore.c
sl@0
    95
SOURCE			owfthread.c
sl@0
    96
SOURCE			owfextensions.cpp
sl@0
    97
sl@0
    98
SOURCEPATH ../adaptation/src/Platform/Graphics/symbian
sl@0
    99
SOURCE			owfdisplaycontext.cpp
sl@0
   100
SOURCE 			owfnativestreamstub.cpp
sl@0
   101
SOURCE 			owfnotifications.cpp 
sl@0
   102
SOURCE                  owfscreen.cpp
sl@0
   103
sl@0
   104
sl@0
   105
sl@0
   106
SMPSAFE
sl@0
   107