os/graphics/windowing/windowserver/group/CMakeLists.txt
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 # Copyright (c) 2009-2012 Stéphane Lenclud.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 #
     8 # Initial Contributors:
     9 # Stéphane Lenclud.
    10 #
    11 
    12 #Avoid warnings
    13 cmake_minimum_required(VERSION 2.8)
    14 
    15 #TODO
    16 #include (windowserver.cmake)
    17 
    18 #------------------------------------
    19 #Exports
    20 
    21 public_export(../inc/W32STD.H /)
    22 public_export(../inc/sizemode.h /)
    23 public_export(../inc/pointerevent.h /)
    24 public_export(../inc/advancedpointerevent.h /)
    25 public_export(../inc/advancedpointerevent.inl /)
    26 public_export(../inc/textcursor.h /)
    27 public_export(../inc/wspublishandsubscribedata.h  /)
    28 public_export(../inc/W32ADLL.H /)
    29 public_export(../inc/W32CLICK.H /)
    30 public_export(../inc/W32STDGRAPHIC.H /)
    31 public_export(../inc/graphics/windowserverconstants.h /graphics/)
    32 
    33 platform_export(../inc/graphics/pointereventdata.h /graphics/)
    34 platform_export(../inc/openwfc/W32Debug.H /)
    35 
    36 #Graphic Drawer exports for partners
    37 platform_export(../inc/graphics/WSGRAPHICDRAWER.H /graphics/)
    38 platform_export(../inc/graphics/openwfc/WSGRAPHICDRAWERINTERFACE.H /graphics/)
    39 platform_export(../inc/graphics/WSGRAPHICMSGBUF.H /graphics/)
    40 platform_export(../inc/graphics/W32STDGRAPHICTEST.H /graphics/)
    41 
    42 #Plugin exports for partners
    43 platform_export(../inc/graphics/WSPLUGIN.H /graphics/)
    44 platform_export(../inc/graphics/WsRenderStage.h /graphics/)
    45 platform_export(../inc/graphics/WsRenderStageFactory.h /graphics/)
    46 platform_export(../inc/graphics/wscursor.h /graphics/)
    47 platform_export(../inc/graphics/wsgraphicscontext.h /graphics/)
    48 platform_export(../inc/graphics/wsscreendevice.h /graphics/)
    49 platform_export(../inc/graphics/wsuibuffer.h /graphics/)
    50 platform_export(../inc/graphics/wsdrawablesourceprovider.h /graphics/)
    51 platform_export(../inc/graphics/wsdisplaycontrol.h /graphics/)
    52 platform_export(../inc/graphics/openwfc/wsdisplaymapping.h /graphics/)
    53 platform_export(../inc/graphics/wsdisplaypolicy.h /graphics/)
    54 platform_export(../inc/graphics/openwfc/wselement.h /graphics/)
    55 platform_export(../inc/graphics/openwfc/wsscene.h /graphics/)
    56 platform_export(../inc/graphics/wskeyrouter.h /graphics/)
    57 platform_export(../inc/graphics/wscontentreadyforcomposition.h /graphics/)
    58 
    59 #RemoteGc exports for partners
    60 platform_export(../inc/RemoteGc.h	 /graphics/)
    61 platform_export(../inc/CommandBuffer.h /graphics/)
    62 platform_export(../inc/RemoteGcUtils.h /graphics/)
    63 
    64 #Test Screen Capture
    65 platform_export(../inc/graphics/testscreencapture.h /graphics/)
    66 platform_export(../inc/graphics/wsscreendeviceutils.h /graphics/)
    67 platform_export(../inc/graphics/wstestscreencapture.h /graphics/)
    68 
    69 platform_export(../inc/graphics/wsdrawresource.h /graphics/)
    70 
    71 # Workaround for Bug 3283
    72 platform_export(../inc/Graphics/wstfxconst.h /graphics/)
    73 
    74 
    75 #Surface support
    76 platform_export(../inc/graphics/surfaceconfiguration.h /graphics/)
    77 platform_export(../inc/graphics/openwfc/surfaceconfiguration.inl /graphics/)
    78 #Display Control
    79 platform_export(../inc/graphics/displaycontrol.h /graphics/)
    80 
    81 #Display Mapping
    82 platform_export(../inc/graphics/displaymapping.h /graphics/)