satengine/SatServer/Commands/SetUpCallCmd/group/SetUpCallCmd.mmp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
     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".
    28 VENDORID                VID_DEFAULT
    28 VENDORID                VID_DEFAULT
    29 
    29 
    30 SOURCEPATH              ../src
    30 SOURCEPATH              ../src
    31 SOURCE                  std.cpp
    31 SOURCE                  std.cpp
    32 SOURCE                  CSetUpCallHandler.cpp
    32 SOURCE                  CSetUpCallHandler.cpp
       
    33 SOURCE                  csetupcallrequesthandler.cpp
       
    34 SOURCE                  csetupcalldtmfsender.cpp
    33 
    35 
    34 START RESOURCE          1000f005.rss
    36 START RESOURCE          1000f005.rss
    35 TARGET                  SetUpCallCmd.rsc
    37 TARGET                  SetUpCallCmd.rsc
    36 END
    38 END
    37 
    39 
    41 MW_LAYER_SYSTEMINCLUDE
    43 MW_LAYER_SYSTEMINCLUDE
    42 SYSTEMINCLUDE           /epoc32/include/ecom
    44 SYSTEMINCLUDE           /epoc32/include/ecom
    43 SYSTEMINCLUDE           ../../../../../inc      // Domain telephony
    45 SYSTEMINCLUDE           ../../../../../inc      // Domain telephony
    44 SYSTEMINCLUDE           ../../../../inc         // Subsystem satengine
    46 SYSTEMINCLUDE           ../../../../inc         // Subsystem satengine
    45 
    47 
    46 LIBRARY                 aiwdialdata.lib
       
    47 LIBRARY                 ServiceHandler.lib
       
    48 LIBRARY                 phoneclient.lib
       
    49 LIBRARY                 euser.lib
    48 LIBRARY                 euser.lib
    50 LIBRARY                 etelsat.lib
    49 LIBRARY                 etelsat.lib
    51 LIBRARY                 SatEngine.lib
    50 LIBRARY                 etelmm.lib
       
    51 LIBRARY                 etel.lib
       
    52 LIBRARY                 satengine.lib
    52 
    53 
    53 #ifdef ENABLE_SAT_LOGGING
    54 #ifdef ENABLE_SAT_LOGGING
    54 LIBRARY                 flogger.lib
    55 LIBRARY                 flogger.lib
    55 #endif
    56 #endif