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