phoneapp/phoneuivoipextension/group/phoneuivoipextension.mmp
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 65 2a5d4ab426d3
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /*
       
     2 * Copyright (c) 2007-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:  
       
    15 *   This mmp file defines the PhoneUIVoIPExtension polymorphic interface
       
    16 *   DLL module, which contains all the VoIP specific implementations 
       
    17 *   of variant classes.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 // Capability assignment.
       
    26 // <-- QT PHONE START --> 
       
    27 CAPABILITY CAP_GENERAL_DLL
       
    28 //CAPABILITY CAP_APPLICATION MultiMediaDD NetworkControl PowerMgmt DRM DiskAdmin
       
    29 // <-- QT PHONE END --> 
       
    30 
       
    31 // Assign Vendor ID.
       
    32 VENDORID VID_DEFAULT
       
    33 
       
    34 TARGET          phoneuivoipextension.dll
       
    35 TARGETTYPE      dll
       
    36 
       
    37 UID             0x101F7CA9  0x10207905
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          cphoneresourceresolvervoip.cpp
       
    42 SOURCE          cphonestatealertingvoip.cpp
       
    43 SOURCE          cphonestatecallsetupvoip.cpp
       
    44 SOURCE          cphonestateidlevoip.cpp
       
    45 SOURCE          cphonestateincomingvoip.cpp
       
    46 SOURCE          cphonestatemachinevoip.cpp
       
    47 SOURCE          cphonestatesinglevoip.cpp
       
    48 SOURCE          cphoneuistatemachinefactoryvoip.cpp
       
    49 SOURCE          cphonecustomizationvoip.cpp
       
    50 SOURCE          cphonevoiperrormessageshandler.cpp
       
    51 SOURCE          cphonemenuextensionwrapper.cpp
       
    52 SOURCE          cphoneextensionhandler.cpp
       
    53 SOURCE          tphonecmdparamselector.cpp
       
    54 // <-- QT PHONE START -->
       
    55 //SOURCE          tphonetouchpanewrapper.cpp
       
    56 // <-- QT PHONE END -->
       
    57 SOURCE          cphonetransferdialercontroller.cpp
       
    58 SOURCE          cphoneviewcustomizationvoip.cpp
       
    59 SOURCE          cphonestateutilsvoip.cpp
       
    60 SOURCE          cphoneunattendedtransfercmdhandler.cpp
       
    61 // <-- QT PHONE START -->
       
    62 //SOURCE          cphonevcchandler.cpp
       
    63 // <-- QT PHONE END -->
       
    64 SOURCE          cphonenewcallcmdhandler.cpp
       
    65 SOURCE          cphonecallforwardqueryhandler.cpp
       
    66 
       
    67 // <-- QT PHONE START -->
       
    68 /* Languages */
       
    69 /*LANG SC
       
    70 
       
    71 #ifndef __SECURE_DATA__ 
       
    72 SOURCEPATH      ../srcdata
       
    73 
       
    74 // load protocol specific resources
       
    75 RESOURCE        phoneuivoip.rss
       
    76 #else
       
    77 // Resources
       
    78 
       
    79 SOURCEPATH      ../srcdata
       
    80 
       
    81 START RESOURCE  phoneuivoip.rss
       
    82 TARGETPATH APP_RESOURCE_DIR 
       
    83 HEADER
       
    84 LANGUAGE_IDS
       
    85 END  // RESOURCE
       
    86 
       
    87 #endif // __SECURE_DATA__
       
    88 */
       
    89 // <-- QT PHONE END -->
       
    90 
       
    91 USERINCLUDE     ../inc
       
    92 USERINCLUDE     ../../phoneuicontrol/inc
       
    93 USERINCLUDE     ../../phoneuistates/inc
       
    94 // <-- QT PHONE START -->
       
    95 USERINCLUDE     ../../phoneuiqtviewadapter/inc
       
    96 //USERINCLUDE     ../../phoneuiview/inc
       
    97 // <-- QT PHONE END -->
       
    98 USERINCLUDE     ../../phoneui/inc
       
    99 USERINCLUDE     ../../phoneuiutils/inc
       
   100 USERINCLUDE     ../../phoneui2/srcdata
       
   101 USERINCLUDE     ../../phoneui2/loc
       
   102 
       
   103 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
   104 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
   105 
       
   106 LIBRARY         bafl.lib
       
   107 // <-- QT PHONE START -->
       
   108 //LIBRARY         cch.lib 
       
   109 // <-- QT PHONE END -->
       
   110 // <-- QT PHONE START --> 
       
   111 LIBRARY         phonestringloader.lib
       
   112 //LIBRARY         commonengine.lib //StringLoader 
       
   113 // <-- QT PHONE END -->
       
   114 LIBRARY         cone.lib
       
   115 LIBRARY         ecom.lib
       
   116 LIBRARY         eikcoctl.lib // CEikMenuPane
       
   117 LIBRARY         engineinfo.lib
       
   118 LIBRARY         euser.lib
       
   119 LIBRARY         featmgr.lib // FeatureManager
       
   120 LIBRARY         phoneclient.lib 
       
   121 LIBRARY         phoneengine.lib
       
   122 LIBRARY         phoneuicontrol.lib
       
   123 LIBRARY         phoneuistates.lib
       
   124 LIBRARY         phoneuiutils.lib
       
   125 LIBRARY         serviceprovidersettings.lib
       
   126 LIBRARY         serviceselector.lib
       
   127 // <-- QT PHONE START -->
       
   128 //LIBRARY         vccuipropertyhandler.lib //For VCC Usage
       
   129 // <-- QT PHONE END -->
       
   130 LIBRARY         ws32.lib
       
   131