graphicscomposition/openwfcompositionengine/group/openwfc.mmp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 34 76efc8f9f7b4
child 86 841b49c57c50
child 152 9f1c3fea0f87
child 216 b87045f2f5d7
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 OS_LAYER_LIBC_SYSTEMINCLUDE
    43 OS_LAYER_LIBC_SYSTEMINCLUDE
    44 MACRO		HG_NO_ALLOCA_H
    44 MACRO		HG_NO_ALLOCA_H
    45 MACRO		EGL_DLL
    45 MACRO		EGL_DLL
    46 
    46 
    47 USERINCLUDE		..\composition\include
    47 USERINCLUDE		../composition/include
    48 USERINCLUDE		..\common\include
    48 USERINCLUDE		../common/include
    49 USERINCLUDE		..\adaptation\include
    49 USERINCLUDE		../adaptation/include
    50 
    50 
    51 LIBRARY			libegl.lib
    51 LIBRARY			libEGL.lib
    52 LIBRARY			euser.lib
    52 LIBRARY			euser.lib
    53 LIBRARY			libc.lib
    53 LIBRARY			libc.lib
    54 LIBRARY			libpthread.lib
    54 LIBRARY			libpthread.lib
    55 LIBRARY			libm.lib
    55 LIBRARY			libm.lib
    56 LIBRARY			hal.lib
    56 LIBRARY			hal.lib
    57 LIBRARY			WFCinterop.lib
    57 LIBRARY			wfcinterop.lib
    58 LIBRARY			surfacemanager.lib
    58 LIBRARY			surfacemanager.lib
    59 
    59 
    60 SOURCEPATH	..\composition\src
    60 SOURCEPATH	../composition/src
    61 SOURCE			wfcapi.c 
    61 SOURCE			wfcapi.c 
    62 SOURCE			wfccontext.c
    62 SOURCE			wfccontext.c
    63 SOURCE			wfcdevice.c
    63 SOURCE			wfcdevice.c
    64 SOURCE			wfcelement.c
    64 SOURCE			wfcelement.c
    65 SOURCE			wfcimageprovider.c
    65 SOURCE			wfcimageprovider.c
    66 SOURCE			wfcscene.c
    66 SOURCE			wfcscene.c
    67 SOURCE			wfcpipeline.c
    67 SOURCE			wfcpipeline.c
    68 
    68 
    69 SOURCEPATH	..\common\src
    69 SOURCEPATH	../common/src
    70 SOURCE			owfarray.c
    70 SOURCE			owfarray.c
    71 SOURCE			owfattributes.c
    71 SOURCE			owfattributes.c
    72 SOURCE			owfdebug.c
    72 SOURCE			owfdebug.c
    73 SOURCE			owfimage.c
    73 SOURCE			owfimage.c
    74 SOURCE			owflinkedlist.c
    74 SOURCE			owflinkedlist.c
    75 SOURCE			owfmemory.c
    75 SOURCE			owfmemory.c
    76 SOURCE			owfobject.c
    76 SOURCE			owfobject.c
    77 SOURCE			owfpool.c
    77 SOURCE			owfpool.c
    78 SOURCE			owfutils.c
    78 SOURCE			owfutils.c
    79 
    79 
    80 SOURCEPATH	..\adaptation\src\Platform\OS\symbian
    80 SOURCEPATH	../adaptation/src/Platform/OS/symbian
    81 SOURCE			owfconsole.cpp
    81 SOURCE			owfconsole.cpp
    82 SOURCE			owfmessagequeue.c
    82 SOURCE			owfmessagequeue.c
    83 SOURCE			owfmutex.c
    83 SOURCE			owfmutex.c
    84 SOURCE			owfsemaphore.c
    84 SOURCE			owfsemaphore.c
    85 SOURCE			owfthread.c
    85 SOURCE			owfthread.c
    86 SOURCE			owfextensions.cpp
    86 SOURCE			owfextensions.cpp
    87 
    87 
    88 SOURCEPATH ..\adaptation\src\Platform\Graphics\symbian
    88 SOURCEPATH ../adaptation/src/Platform/Graphics/symbian
    89 SOURCE			owfdisplaycontext.cpp
    89 SOURCE			owfdisplaycontext.cpp
    90 SOURCE 			owfscreen_displaychannel.cpp
    90 SOURCE 			owfscreen_displaychannel.cpp
    91 SOURCE 			owfnativestreamstub.cpp
    91 SOURCE 			owfnativestreamstub.cpp
    92 SOURCE 			owfnotifications.cpp
    92 SOURCE 			owfnotifications.cpp
    93 
    93