satengine/SatServer/Commands/SetUpCallCmd/group/SetUpCallCmd.mmp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2008 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
       
    35 
    33 
    36 START RESOURCE          1000f005.rss
    34 START RESOURCE          1000f005.rss
    37 TARGET                  SetUpCallCmd.rsc
    35 TARGET                  SetUpCallCmd.rsc
    38 END
    36 END
    39 
    37 
    43 MW_LAYER_SYSTEMINCLUDE
    41 MW_LAYER_SYSTEMINCLUDE
    44 SYSTEMINCLUDE           /epoc32/include/ecom
    42 SYSTEMINCLUDE           /epoc32/include/ecom
    45 SYSTEMINCLUDE           ../../../../../inc      // Domain telephony
    43 SYSTEMINCLUDE           ../../../../../inc      // Domain telephony
    46 SYSTEMINCLUDE           ../../../../inc         // Subsystem satengine
    44 SYSTEMINCLUDE           ../../../../inc         // Subsystem satengine
    47 
    45 
       
    46 LIBRARY                 aiwdialdata.lib
       
    47 LIBRARY                 ServiceHandler.lib
       
    48 LIBRARY                 phoneclient.lib
    48 LIBRARY                 euser.lib
    49 LIBRARY                 euser.lib
    49 LIBRARY                 etelsat.lib
    50 LIBRARY                 etelsat.lib
    50 LIBRARY                 etelmm.lib
    51 LIBRARY                 SatEngine.lib
    51 LIBRARY                 etel.lib
       
    52 LIBRARY                 satengine.lib
       
    53 
    52 
    54 #ifdef ENABLE_SAT_LOGGING
    53 #ifdef ENABLE_SAT_LOGGING
    55 LIBRARY                 flogger.lib
    54 LIBRARY                 flogger.lib
    56 #endif
    55 #endif