uifw/AknGlobalUI/AknCapServer/group/AknCapServer.mmp
changeset 0 2f259fa3e83a
child 4 8ca85d2f0db7
child 45 667edd0b8678
child 49 31c16e0c5e3e
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          akncapserver.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x100039CE 0x10207218
       
    23 
       
    24 epocstacksize   0x8000
       
    25 #ifdef WINS
       
    26 epocheapsize    0x1000 0x0800000	// 8M
       
    27 #else
       
    28 epocheapsize    0x1000 0x1000000	// 16M
       
    29 #endif
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 CAPABILITY      All -TCB
       
    33 
       
    34 MACRO TFX_USE_WCHANGE_EVENT    // Enable these if TfxServer CRP supports the EWindowGroupChanged event 
       
    35 #define TFX_USE_WCHANGE_EVENT  // Note: must be enabled also in avkon.mmp and wsdrawer.mmp
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 USERINCLUDE     ../../CommonInc
       
    39 USERINCLUDE     ../../../inc
       
    40 USERINCLUDE     ../../../../inc
       
    41 
       
    42 // This is a SYSTEMINCLUDE macro containing the middleware
       
    43 // and applications layer specific include directories
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE          AknCapServerEntry.cpp
       
    49 SOURCE          AknCapServer.cpp
       
    50 SOURCE          AknFastswapWindowControl.cpp
       
    51 SOURCE          AknFastswapWindowGrid.cpp
       
    52 SOURCE          AknMemoryCardDialogImpl.cpp
       
    53 SOURCE          AknMemoryCardUi.cpp
       
    54 SOURCE          AknEikSgcs.cpp
       
    55 SOURCE          eiksrvsp.cpp
       
    56 SOURCE          AknBlankWin.cpp
       
    57 SOURCE          aknKeyFilter.cpp
       
    58 SOURCE          AknCapServerShutdown.cpp
       
    59 SOURCE          aknphonekeyforwarder.cpp
       
    60 SOURCE          akncapserverdiscreetpopuphandler.cpp
       
    61 
       
    62 START RESOURCE  AknMemoryCardUi.rss
       
    63 HEADER
       
    64 TARGETPATH      /private/10207218
       
    65 LANGUAGE_IDS
       
    66 END
       
    67 
       
    68 #ifndef TFX_USE_WCHANGE_EVENT
       
    69 SOURCE          winchangemonitor.cpp
       
    70 #endif
       
    71 
       
    72 LIBRARY         euser.lib 
       
    73 LIBRARY         apparc.lib 
       
    74 LIBRARY         cone.lib 
       
    75 LIBRARY         eikcore.lib 
       
    76 LIBRARY         eikcoctl.lib 
       
    77 LIBRARY         ws32.lib 
       
    78 LIBRARY         aknskins.lib 
       
    79 LIBRARY         apfile.lib 
       
    80 LIBRARY         apgrfx.lib
       
    81 LIBRARY         avkon.lib 
       
    82 LIBRARY         aknnotifierwrapper.lib 
       
    83 LIBRARY         commonengine.lib 
       
    84 LIBRARY         aknicon.lib 
       
    85 LIBRARY         egul.lib 
       
    86 LIBRARY         fbscli.lib
       
    87 LIBRARY         eiksrvc.lib
       
    88 LIBRARY         efsrv.lib
       
    89 LIBRARY         bafl.lib
       
    90 LIBRARY         cdlengine.lib
       
    91 LIBRARY         aknlayout2scalable.lib
       
    92 LIBRARY         eikdlg.lib
       
    93 LIBRARY         eiksrv.lib
       
    94 LIBRARY         ecom.lib
       
    95 LIBRARY         ptiengine.lib
       
    96 LIBRARY         oommonitor.lib
       
    97 LIBRARY         akncapserverclient.lib
       
    98 LIBRARY         hal.lib
       
    99 LIBRARY         featmgr.lib
       
   100 LIBRARY         gfxtrans.lib
       
   101 LIBRARY         syslangutil.lib
       
   102 LIBRARY         centralrepository.lib
       
   103 LIBRARY         akntransitionutils.lib
       
   104 LIBRARY         widgetregistryclient.lib
       
   105 LIBRARY         akndynamicsoftnoteeventmanager.lib
       
   106 LIBRARY         ecompluginnotifier.lib
       
   107 LIBRARY         touchfeedback.lib
       
   108 LIBRARY         AknNotify.lib
       
   109 
       
   110 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
       
   111 LIBRARY         aknlistloadertfx.lib
       
   112 #endif // RD_UI_TRANSITION_EFFECTS_LIST
       
   113 
       
   114 #ifdef SYMBIAN_BUILD_GCE
       
   115 LIBRARY         alfclient.lib
       
   116 #endif // SYMBIAN_BUILD_GCE
       
   117 
       
   118 // #define WCPLOG WCPLOG
       
   119 #ifdef WCPLOG
       
   120 LIBRARY         flogger.lib
       
   121 MACRO           WCPLOG
       
   122 #endif
       
   123 
       
   124 START RESOURCE AknCapServer_reg.rss
       
   125 // Do not change the UID below.
       
   126 TARGETPATH /private/10003a3f/apps
       
   127 END
       
   128