satengine/SatServer/SystemState/group/SatSystemState.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002-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 SatSystemState
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../inc/SatMacroes.h"
       
    22 
       
    23 TARGET                  SatSystemState.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000008d 0x1000f200
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  std.cpp
       
    32 SOURCE                  CSatSystemState.cpp
       
    33 SOURCE                  TSatSystemStateFactory.cpp
       
    34 SOURCE                  CSatPSChangeNotifier.cpp
       
    35 SOURCE                  CSatCenRepChangeNotifier.cpp
       
    36 SOURCE                  csatnetworkregstatusmonitor.cpp
       
    37 
       
    38 USERINCLUDE             ../inc
       
    39 USERINCLUDE             ../../inc
       
    40 
       
    41 // Application layer systeminclude is needed due P&S and CR keys provided by ProfileEngine
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE           /epoc32/include/connect
       
    44 SYSTEMINCLUDE           ../../../../inc         // Domain telephony
       
    45 SYSTEMINCLUDE           ../../../inc            // Subsystem satengine
       
    46 
       
    47 LIBRARY                 euser.lib
       
    48 LIBRARY                 etel.lib
       
    49 LIBRARY                 etelmm.lib
       
    50 LIBRARY                 msgs.lib                // For CMsvSession
       
    51 LIBRARY                 smcm.lib                // For CSmsNumber
       
    52 LIBRARY                 centralrepository.lib   // For Central Repository
       
    53 
       
    54 #ifdef ENABLE_SAT_LOGGING
       
    55 LIBRARY                 flogger.lib
       
    56 #endif