satengine/SatServer/Commands/SendSSCmd/group/SendSsCmd.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002-2010 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 SendSs plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../inc/SatMacroes.h"
       
    21 
       
    22 TARGET                  SendSsCmd.dll
       
    23 TARGETTYPE              PLUGIN
       
    24 UID                     0x10009D8D 0x1000A884
       
    25 
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  std.cpp
       
    31 SOURCE                  CSendSsHandler.cpp
       
    32 SOURCE                  csatsendssadditionalinfohandler.cpp
       
    33 SOURCE                  csatsendsshandler.cpp
       
    34 SOURCE                  csatsendssrequestcompletehandler.cpp
       
    35 SOURCE                  csatsendssbarringnouiobs.cpp
       
    36 SOURCE                  csatsendssdivertnouiobs.cpp
       
    37 SOURCE                  csatsendsscallwaitingnouiobs.cpp
       
    38 SOURCE                  csatsendssclinouiobs.cpp
       
    39 
       
    40 START RESOURCE          1000A884.rss
       
    41 TARGET                  SendSsCmd.rsc
       
    42 END
       
    43 
       
    44 USERINCLUDE             ../../../inc
       
    45 USERINCLUDE             ../inc
       
    46 
       
    47 // The application domain layer systeminclude is needed as PhoneParser is used
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE           /epoc32/include/ecom
       
    50 SYSTEMINCLUDE           ../../../../../inc // Domain telephony
       
    51 SYSTEMINCLUDE           ../../../../inc // Subsystem satengine
       
    52 
       
    53 LIBRARY                 euser.lib
       
    54 LIBRARY                 etelsat.lib
       
    55 LIBRARY                 SatEngine.lib
       
    56 LIBRARY                 PhoneParser.lib
       
    57 LIBRARY                 customAPI.lib // RMmCustomAPI
       
    58 LIBRARY                 etel.lib
       
    59 LIBRARY                 etelmm.lib
       
    60 LIBRARY                 phonesettings.lib
       
    61 
       
    62 #ifdef ENABLE_SAT_LOGGING
       
    63 LIBRARY                 flogger.lib
       
    64 #endif