satengine/SatServer/SatInternalClient/group/satinternalclient.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2008 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 for project SatClient
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../inc/SatMacroes.h"
       
    22 
       
    23 TARGET                  SatInternalClient.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000008d 0x200194F8
       
    26 
       
    27 CAPABILITY              CAP_CLIENT_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 #ifdef ENABLE_SAT_LOGGING
       
    31 EPOCSTACKSIZE           0x4000 // Logging needs more stack than default 8 kilos.
       
    32 #endif
       
    33 
       
    34 SOURCEPATH              ../src
       
    35 
       
    36 SOURCE                  RSatUiSession.cpp
       
    37 SOURCE                  CSatCCommandProcessor.cpp
       
    38 SOURCE                  CSatCDisplayTextHandler.cpp
       
    39 SOURCE                  CSatCGetInkeyHandler.cpp
       
    40 SOURCE                  CSatCGetInputHandler.cpp
       
    41 SOURCE                  CSatCSetUpMenuHandler.cpp
       
    42 SOURCE                  CSatCPlayToneHandler.cpp
       
    43 SOURCE                  CSatCSelectItemHandler.cpp
       
    44 SOURCE                  CSatCActiveCommandHandler.cpp
       
    45 SOURCE                  CSatCQueryHandler.cpp
       
    46 SOURCE                  CSatCEventHandler.cpp
       
    47 SOURCE                  CSatCNotifyHandler.cpp
       
    48 
       
    49 USERINCLUDE             ../inc
       
    50 USERINCLUDE             ../../inc
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 SYSTEMINCLUDE           ../../../../inc         // Domain telephony
       
    54 SYSTEMINCLUDE           ../../../inc            // Subsystem satengine
       
    55 
       
    56 LIBRARY                 euser.lib
       
    57 LIBRARY                 satengine.lib
       
    58 LIBRARY                 etelsat.lib
       
    59 LIBRARY                 bafl.lib
       
    60 LIBRARY                 fbscli.lib
       
    61 LIBRARY                 CentralRepository.lib   // For Central Repository
       
    62 LIBRARY                 SatClient.lib
       
    63 
       
    64 #ifdef ENABLE_SAT_LOGGING
       
    65 LIBRARY                 flogger.lib
       
    66 #endif