satengine/SatServer/Commands/SendSSCmd/group/SendSsCmd.mmp
branchRCL_3
changeset 5 7237db0d9fca
parent 0 ff3b6d0fd310
equal deleted inserted replaced
3:a4a774cb6ea7 5:7237db0d9fca
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Project definition file for project SendSs plug-in
    14 * Description:  Project definition file for project SendSs plug-in
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
    17 
    19 #include <data_caging_paths.hrh>
    18 #include <data_caging_paths.hrh>
    20 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    21 #include "../../../inc/SatMacroes.h"
    20 #include "../../../inc/SatMacroes.h"
    22 
    21 
    43 END
    42 END
    44 
    43 
    45 USERINCLUDE             ../../../inc
    44 USERINCLUDE             ../../../inc
    46 USERINCLUDE             ../inc
    45 USERINCLUDE             ../inc
    47 
    46 
    48 // The application domain layer systeminclude is needed as PhoneParser and PhoneSettings are used in SS.
    47 // The application domain layer systeminclude is needed as PhoneParser is used
    49 APP_LAYER_SYSTEMINCLUDE
    48 APP_LAYER_SYSTEMINCLUDE
    50 SYSTEMINCLUDE           /epoc32/include/ecom
    49 SYSTEMINCLUDE           /epoc32/include/ecom
    51 SYSTEMINCLUDE           ../../../../../inc      // Domain telephony
    50 SYSTEMINCLUDE           ../../../../../inc // Domain telephony
    52 SYSTEMINCLUDE           ../../../../inc         // Subsystem satengine
    51 SYSTEMINCLUDE           ../../../../inc // Subsystem satengine
    53 
    52 
    54 LIBRARY                 euser.lib
    53 LIBRARY                 euser.lib
    55 LIBRARY                 etelsat.lib
    54 LIBRARY                 etelsat.lib
    56 LIBRARY                 SatEngine.lib
    55 LIBRARY                 SatEngine.lib
    57 LIBRARY                 PhoneParser.lib
    56 LIBRARY                 PhoneParser.lib
    58 LIBRARY                 customAPI.lib           // RMmCustomAPI
    57 LIBRARY                 customAPI.lib // RMmCustomAPI
    59 LIBRARY                 psui.lib
       
    60 LIBRARY                 etel.lib
    58 LIBRARY                 etel.lib
    61 LIBRARY                 etelmm.lib
    59 LIBRARY                 etelmm.lib
    62 LIBRARY                 phonesettings.lib
    60 LIBRARY                 phonesettings.lib
    63 
    61 
    64 #ifdef ENABLE_SAT_LOGGING
    62 #ifdef ENABLE_SAT_LOGGING