windowing/windowserver/group/openwfc/WServ_nga.MMP
changeset 0 5d03bc08d59c
child 3 406617043e2c
child 116 171fae344dd4
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     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 // 3Mb max heap for Winscw builds (default 1Mb used for target builds)
       
    27 
       
    28 #ifdef WINS
       
    29 EPOCHEAPSIZE	    0x00010000 0x00300000
       
    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 
       
    78 SOURCEPATH        ../../nga/SERVER/openwfc
       
    79 
       
    80 SOURCE            ANIMDLL.CPP
       
    81 SOURCE            backedupwindow.cpp
       
    82 SOURCE            CLIENT.CPP
       
    83 SOURCE            cliwin.cpp 
       
    84 SOURCE            Direct.CPP
       
    85 SOURCE            gc.cpp 
       
    86 SOURCE            GROUPWIN.CPP
       
    87 SOURCE            playbackgc.cpp
       
    88 SOURCE            redrawmsgwindow.cpp
       
    89 SOURCE            registeredsurfacemap.cpp
       
    90 SOURCE            screen.cpp 
       
    91 SOURCE            ScreenRedraw.cpp
       
    92 SOURCE            SPRITE.CPP
       
    93 SOURCE            walkwindowtree.cpp
       
    94 SOURCE            WINBASE.CPP
       
    95 SOURCE            WINDOW.CPP
       
    96 SOURCE            windowelementset.cpp
       
    97 SOURCE            wnredraw.cpp
       
    98 SOURCE            wspluginmanager.cpp
       
    99 SOURCE            WSTOP.CPP
       
   100 
       
   101 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
   102 
       
   103 LIBRARY           bitgdi.lib
       
   104 LIBRARY           ecom.lib
       
   105 LIBRARY           efsrv.lib
       
   106 LIBRARY           ektran.lib
       
   107 LIBRARY           estor.lib
       
   108 LIBRARY           euser.lib
       
   109 LIBRARY           fbscli.lib
       
   110 LIBRARY           gdi.lib
       
   111 LIBRARY           hal.lib
       
   112 LIBRARY           wsgraphicdrawer.lib
       
   113 LIBRARY           libEGL.lib
       
   114 
       
   115 #ifdef WINS
       
   116 LIBRARY           osbwin32.lib
       
   117 #endif
       
   118 
       
   119 START WINS
       
   120 BASEADDRESS       0x48800000
       
   121 END
       
   122 
       
   123 UID               268435596 268450592
       
   124 VENDORID          0x70000001
       
   125 UNPAGED
       
   126 SMPSAFE
       
   127