phoneapp/phoneuivoipextension/group/phoneuivoipextension.mmp
changeset 0 5f000ab63145
child 9 8871b09be73b
child 21 92ab7f8d0eab
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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 CAPABILITY CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl DRM DiskAdmin
       
    27 
       
    28 // Assign Vendor ID.
       
    29 VENDORID VID_DEFAULT
       
    30 
       
    31 TARGET          phoneuivoipextension.dll
       
    32 TARGETTYPE      dll
       
    33 
       
    34 UID             0x101F7CA9  0x10207905
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          cphoneresourceresolvervoip.cpp
       
    39 SOURCE          cphonestatealertingvoip.cpp
       
    40 SOURCE          cphonestatecallsetupvoip.cpp
       
    41 SOURCE          cphonestateidlevoip.cpp
       
    42 SOURCE          cphonestateincomingvoip.cpp
       
    43 SOURCE          cphonestatemachinevoip.cpp
       
    44 SOURCE          cphonestatesinglevoip.cpp
       
    45 SOURCE          cphoneuistatemachinefactoryvoip.cpp
       
    46 SOURCE          cphonecustomizationvoip.cpp
       
    47 SOURCE          cphonevoiperrormessageshandler.cpp
       
    48 SOURCE          cphonemenuextensionwrapper.cpp
       
    49 SOURCE          cphoneextensionhandler.cpp
       
    50 SOURCE          tphonecmdparamselector.cpp
       
    51 SOURCE          tphonetouchpanewrapper.cpp
       
    52 SOURCE          cphonetransferdialercontroller.cpp
       
    53 SOURCE          cphoneviewcustomizationvoip.cpp
       
    54 SOURCE          cphonestateutilsvoip.cpp
       
    55 SOURCE          cphoneunattendedtransfercmdhandler.cpp
       
    56 SOURCE          cphonevcchandler.cpp
       
    57 SOURCE          cphonenewcallcmdhandler.cpp
       
    58 SOURCE          cphonecallforwardqueryhandler.cpp
       
    59 
       
    60 USERINCLUDE     ../inc
       
    61 USERINCLUDE     ../../phoneuicontrol/inc
       
    62 USERINCLUDE     ../../phoneuistates/inc
       
    63 USERINCLUDE     ../../phoneuiview/inc
       
    64 USERINCLUDE     ../../phoneui/inc
       
    65 USERINCLUDE     ../../phoneuiutils/inc
       
    66 USERINCLUDE     ../../phoneui/srcdata
       
    67 USERINCLUDE     ../../phoneui/loc
       
    68 
       
    69 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    70 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    71 
       
    72 
       
    73 
       
    74 #ifndef __SECURE_DATA__ 
       
    75 
       
    76 /* Languages */
       
    77  LANG SC
       
    78 SOURCEPATH      ../srcdata
       
    79 // load protocol specific resources
       
    80 RESOURCE        phoneuivoip.rss
       
    81 #else
       
    82 // Resources
       
    83 SOURCEPATH      ../srcdata
       
    84 START RESOURCE  phoneuivoip.rss
       
    85 TARGETPATH APP_RESOURCE_DIR 
       
    86 HEADER
       
    87 LANGUAGE_IDS
       
    88 END  // RESOURCE
       
    89 
       
    90 #endif // __SECURE_DATA__
       
    91 
       
    92 
       
    93 LIBRARY         bafl.lib
       
    94 LIBRARY         cch.lib 
       
    95 LIBRARY         commonengine.lib //StringLoader 
       
    96 LIBRARY         cone.lib
       
    97 LIBRARY         ecom.lib
       
    98 LIBRARY         eikcoctl.lib // CEikMenuPane
       
    99 LIBRARY         engineinfo.lib
       
   100 LIBRARY         euser.lib
       
   101 LIBRARY         featmgr.lib // FeatureManager
       
   102 LIBRARY         phoneclient.lib 
       
   103 LIBRARY         phoneengine.lib
       
   104 LIBRARY         phoneuicontrol.lib
       
   105 LIBRARY         phoneuistates.lib
       
   106 LIBRARY         phoneuiutils.lib
       
   107 LIBRARY         serviceprovidersettings.lib
       
   108 LIBRARY         serviceselector.lib
       
   109 LIBRARY         vccuipropertyhandler.lib //For VCC Usage
       
   110 LIBRARY         ws32.lib
       
   111