phoneapp/phoneuiview/group/phoneuiview.mmp
branchRCL_3
changeset 62 5266b1f337bd
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
       
     1 /*
       
     2 * Copyright (c) 2007 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:  View subcomponent of PhoneUI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl DRM DiskAdmin
       
    23 
       
    24 // Assign Vendor ID.
       
    25 VENDORID VID_DEFAULT
       
    26 
       
    27 TARGET          phoneuiview.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x101F4D18
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          cphoneapplicationexit.cpp
       
    34 SOURCE          cphoneaudiocontroller.cpp
       
    35 SOURCE          cphoneaudioplayer.cpp
       
    36 SOURCE          cphonebubblemapping.cpp
       
    37 SOURCE          cphonebubblewrapper.cpp
       
    38 SOURCE          cphonecallheadertextanimation.cpp
       
    39 SOURCE          cphonecontactcontroller.cpp
       
    40 SOURCE          cphonedtmfsendingnote.cpp
       
    41 SOURCE          cphoneincallindicator.cpp
       
    42 SOURCE          cphonekeycapturecontroller.cpp
       
    43 SOURCE          cphonemenucontroller.cpp
       
    44 SOURCE          cphonenote.cpp
       
    45 SOURCE          cphonenotecontroller.cpp
       
    46 SOURCE          cphoneprogressnote.cpp
       
    47 SOURCE          cphonequerycontroller.cpp
       
    48 SOURCE          cphonequerydialog.cpp
       
    49 SOURCE          cphoneringingtone.cpp
       
    50 SOURCE          cphoneringingtoneplayerao.cpp
       
    51 SOURCE          cphonestatuspane.cpp
       
    52 SOURCE          cphonetextquery.cpp
       
    53 SOURCE          cphoneview.cpp
       
    54 SOURCE          cphonedialerview.cpp
       
    55 SOURCE          cphoneviewcontroller.cpp
       
    56 SOURCE          cphonevmbxhandler.cpp
       
    57 SOURCE          cphonedtmfnumberlistquery.cpp
       
    58 SOURCE          cphonebuttonscontroller.cpp
       
    59 SOURCE          cphonesingleitemfetch.cpp
       
    60 SOURCE          cphonedialercontroller.cpp
       
    61 SOURCE          cphonelistquerydialog.cpp
       
    62 SOURCE          cphonenumberentry.cpp 
       
    63 SOURCE          phonebubbleextensionmanager.cpp 
       
    64 SOURCE          phonebubbleextension.cpp 
       
    65 SOURCE          phonebubbleextensiondata.cpp
       
    66 SOURCE          cphonetoolbarcontroller.cpp
       
    67 SOURCE          cphoneeasydialingcontroller.cpp 
       
    68 SOURCE          cphonedtmfdialercontroller.cpp 
       
    69 SOURCE          phoneringingtonesrvplayerao.cpp
       
    70 SOURCE          phoneringingtonesrv.cpp
       
    71 SOURCE          phoneringingtonesrvsession.cpp
       
    72 SOURCE          phoneringingtoneclient.cpp
       
    73 
       
    74 /* Languages */
       
    75 LANG SC
       
    76 
       
    77 USERINCLUDE     ../inc
       
    78 USERINCLUDE     ../../phoneuicontrol/inc
       
    79 USERINCLUDE     ../../phoneuiutils/inc
       
    80 USERINCLUDE     ../../phonemediatorcenter/inc
       
    81 USERINCLUDE     ../../phoneui/srcdata
       
    82 
       
    83 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    84 SYSTEMINCLUDE   /epoc32/include/ecom
       
    85 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    86 SYSTEMINCLUDE   /epoc32/include/mda/client
       
    87 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    88 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    89 
       
    90 LIBRARY         euser.lib
       
    91 LIBRARY         cone.lib
       
    92 LIBRARY         eikcore.lib
       
    93 LIBRARY         ws32.lib
       
    94 LIBRARY         bafl.lib
       
    95 LIBRARY         efsrv.lib // TParse
       
    96 LIBRARY         ecom.lib // for CPhoneBubbleExtensionManager plugin
       
    97 
       
    98 LIBRARY         eikcoctl.lib // status pane
       
    99 LIBRARY         eikdlg.lib   // for CPhoneNote
       
   100 LIBRARY         eikctl.lib
       
   101 
       
   102 //LIBRARY         eikctl.lib
       
   103 LIBRARY         aknskins.lib
       
   104 LIBRARY         avkon.lib
       
   105 LIBRARY         aknnotify.lib // for AknInCallBubble
       
   106 LIBRARY         apparc.lib
       
   107 
       
   108 LIBRARY         apgrfx.lib  // Apa server
       
   109 
       
   110 LIBRARY         cdlengine.lib
       
   111 LIBRARY         aknicon.lib
       
   112 LIBRARY         akncapserverclient.lib
       
   113 
       
   114 // Scalable UI.
       
   115 LIBRARY         aknlayout2scalable.lib
       
   116 LIBRARY         aknlayout2.lib
       
   117 
       
   118 
       
   119 LIBRARY         bitmaptransforms.lib
       
   120 LIBRARY         fbscli.lib
       
   121 LIBRARY         bitgdi.lib
       
   122 LIBRARY         hlplch.lib // Help launcher
       
   123 LIBRARY         sendui.lib // CSendAppUi
       
   124 LIBRARY         mediaclient.lib
       
   125 LIBRARY         mediaclientaudio.lib
       
   126 
       
   127 // DRM
       
   128 LIBRARY         drmhelper.lib
       
   129 LIBRARY         apmime.lib
       
   130 LIBRARY         caf.lib
       
   131 
       
   132 // UTF-8 conversion for the TTS
       
   133 LIBRARY         charconv.lib
       
   134 
       
   135 LIBRARY         featmgr.lib // FeatureManager
       
   136 
       
   137 LIBRARY         phoneuiutils.lib
       
   138 LIBRARY         bubblemanager.lib
       
   139 LIBRARY         phoneclient.lib 
       
   140 
       
   141 // From S60
       
   142 LIBRARY         commonengine.lib //StringLoader
       
   143 LIBRARY         etext.lib // CRichText
       
   144 
       
   145 // Phonebook engine
       
   146 LIBRARY         pbkeng.lib
       
   147 
       
   148 // Ringingtone output
       
   149 LIBRARY         audiooutputrouting.lib
       
   150 
       
   151 // AIW
       
   152 LIBRARY         servicehandler.lib
       
   153 
       
   154 
       
   155 LIBRARY         dialer.lib
       
   156 LIBRARY         egul.lib
       
   157 
       
   158 
       
   159 // Video mailbox
       
   160 LIBRARY         vmbx.lib
       
   161 
       
   162 LIBRARY         cauiengine.lib // For Video call Reconnect query
       
   163 LIBRARY         gslauncher.lib // For call settings launch.
       
   164 
       
   165 // Transition effects
       
   166 LIBRARY         gfxtrans.lib
       
   167 
       
   168 LIBRARY         platformenv.lib // PathInfo
       
   169 
       
   170 LIBRARY         phonemediatorcenter.lib
       
   171 LIBRARY         serviceprovidersettings.lib
       
   172 
       
   173 LIBRARY         musmanagerclient.lib
       
   174 
       
   175 LIBRARY         aknskinsrv.lib