os/graphics/windowing/windowserver/group/openwfc/WServ_nga.MMP
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) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
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 "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
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// wserv_nga.exe Window server
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
/**
sl@0
    19
 @file
sl@0
    20
*/
sl@0
    21
sl@0
    22
TARGET            wserv_nga.exe
sl@0
    23
TARGETTYPE        exe
sl@0
    24
sl@0
    25
EPOCSTACKSIZE	  0x4000
sl@0
    26
// 6Mb max heap for Winscw builds (default 1Mb used for target builds)
sl@0
    27
sl@0
    28
#ifdef WINS
sl@0
    29
EPOCHEAPSIZE	    0x00010000 0x00600000
sl@0
    30
#endif
sl@0
    31
EPOCFIXEDPROCESS
sl@0
    32
CAPABILITY        PowerMgmt ReadDeviceData WriteDeviceData ProtServ
sl@0
    33
sl@0
    34
MACRO             SYMBIAN_GRAPHICS_GCE
sl@0
    35
//MACRO             USE_DEBUG_FRAME_CAPTURE
sl@0
    36
sl@0
    37
USERINCLUDE       ../../nga/SERVER/openwfc
sl@0
    38
USERINCLUDE       ../../nga/SERVER
sl@0
    39
USERINCLUDE       ../../SERVER/openwfc
sl@0
    40
USERINCLUDE       ../../SERVER
sl@0
    41
USERINCLUDE       ../../inc/openwfc
sl@0
    42
USERINCLUDE       ../../inc
sl@0
    43
sl@0
    44
SOURCEPATH        ../../nga/SERVER
sl@0
    45
sl@0
    46
SOURCE            BITMAP.CPP 
sl@0
    47
SOURCE            CAPKEY.CPP 
sl@0
    48
SOURCE            debugbar.cpp
sl@0
    49
SOURCE            EVENT.CPP
sl@0
    50
SOURCE            EVQUEUE.CPP 
sl@0
    51
SOURCE            GRAPHICDRAWER.CPP
sl@0
    52
SOURCE            graphicscontextstate.cpp
sl@0
    53
SOURCE            INIFILE.CPP
sl@0
    54
SOURCE            KEYBEMUL.CPP 
sl@0
    55
SOURCE            KEYCLICK.CPP 
sl@0
    56
SOURCE            OBJECT.CPP 
sl@0
    57
SOURCE            PASSWORD.CPP 
sl@0
    58
SOURCE            POINTER.CPP 
sl@0
    59
SOURCE            PRIKEY.CPP
sl@0
    60
SOURCE            REDRAWQ.CPP 
sl@0
    61
SOURCE            renderstagemanager.cpp
sl@0
    62
SOURCE            ROOTWIN.CPP 
sl@0
    63
SOURCE            scrdev.cpp
sl@0
    64
SOURCE            SERVER.CPP 
sl@0
    65
SOURCE            TCURSOR.CPP 
sl@0
    66
SOURCE            UTILS.CPP 
sl@0
    67
SOURCE            WSANIMGC.CPP
sl@0
    68
SOURCE            wsfont.cpp
sl@0
    69
SOURCE            WsMemMgr.cpp
sl@0
    70
SOURCE            WSOBJIX.CPP 
sl@0
    71
SOURCE            wstypes.cpp
sl@0
    72
SOURCE            regionextend.cpp
sl@0
    73
SOURCE            advancedpointereventhelper.cpp
sl@0
    74
SOURCE            drawresource.cpp
sl@0
    75
SOURCE            devicemap.cpp
sl@0
    76
SOURCE            wsdisplaychangeao.cpp
sl@0
    77
SOURCE            renderorientationtracker.cpp
sl@0
    78
sl@0
    79
SOURCEPATH        ../../nga/SERVER/openwfc
sl@0
    80
sl@0
    81
SOURCE            ANIMDLL.CPP
sl@0
    82
SOURCE            backedupwindow.cpp
sl@0
    83
SOURCE            CLIENT.CPP
sl@0
    84
SOURCE            cliwin.cpp 
sl@0
    85
SOURCE            Direct.CPP
sl@0
    86
SOURCE            gc.cpp 
sl@0
    87
SOURCE            GROUPWIN.CPP
sl@0
    88
SOURCE            playbackgc.cpp
sl@0
    89
SOURCE            redrawmsgwindow.cpp
sl@0
    90
SOURCE            registeredsurfacemap.cpp
sl@0
    91
SOURCE            screen.cpp 
sl@0
    92
SOURCE            ScreenRedraw.cpp
sl@0
    93
SOURCE            SPRITE.CPP
sl@0
    94
SOURCE            walkwindowtree.cpp
sl@0
    95
SOURCE            WINBASE.CPP
sl@0
    96
SOURCE            WINDOW.CPP
sl@0
    97
SOURCE            windowelementset.cpp
sl@0
    98
SOURCE            wnredraw.cpp
sl@0
    99
SOURCE            wspluginmanager.cpp
sl@0
   100
SOURCE            WSTOP.CPP
sl@0
   101
sl@0
   102
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
   103
sl@0
   104
LIBRARY           bitgdi.lib
sl@0
   105
LIBRARY           ecom.lib
sl@0
   106
LIBRARY           efsrv.lib
sl@0
   107
LIBRARY           ektran.lib
sl@0
   108
LIBRARY           estor.lib
sl@0
   109
LIBRARY           euser.lib
sl@0
   110
LIBRARY           fbscli.lib
sl@0
   111
LIBRARY           gdi.lib
sl@0
   112
LIBRARY           hal.lib
sl@0
   113
LIBRARY           wsgraphicdrawer.lib
sl@0
   114
LIBRARY           libEGL.lib
sl@0
   115
sl@0
   116
#ifdef WINS
sl@0
   117
LIBRARY           osbwin32.lib
sl@0
   118
#endif
sl@0
   119
sl@0
   120
START WINS
sl@0
   121
BASEADDRESS       0x48800000
sl@0
   122
END
sl@0
   123
sl@0
   124
UID               268435596 268450592
sl@0
   125
VENDORID          0x70000001
sl@0
   126
UNPAGED
sl@0
   127
SMPSAFE
sl@0
   128