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