phoneapp/phonemediatorcenter/group/phonemediatorcenter.mmp
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 65 2a5d4ab426d3
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /*
       
     2 * Copyright (c) 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 PhoneMediatorCenter DLL module, which
       
    16 *   handles all interaction with Mediator.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // Capability assignment.
       
    25 // <-- QT PHONE START --> 
       
    26 CAPABILITY CAP_GENERAL_DLL
       
    27 //CAPABILITY CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl DRM DiskAdmin
       
    28 // <-- QT PHONE END --> 
       
    29 
       
    30 // Assign Vendor ID.
       
    31 VENDORID VID_DEFAULT
       
    32 
       
    33 TARGET          phonemediatorcenter.dll
       
    34 TARGETTYPE      dll
       
    35 
       
    36 UID             0x1000008d  0x20011381
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          cphonedataportmessage.cpp
       
    40 SOURCE          cphonemediatorfactory.cpp
       
    41 SOURCE          cphonemediatorcommandlistener.cpp
       
    42 SOURCE          cphonemediatormessagefactory.cpp
       
    43 SOURCE          cphonemediatorsender.cpp
       
    44 SOURCE          cphonereleasecommand.cpp
       
    45 SOURCE          cphoneswitchtovideoorvoicecommand.cpp
       
    46 SOURCE          cphoneterminateallconnectionscommand.cpp
       
    47 SOURCE          cphonecontinueemergencycallcommand.cpp
       
    48 
       
    49 /* Languages */
       
    50 LANG SC
       
    51 
       
    52 USERINCLUDE     ../inc
       
    53 USERINCLUDE     ../../phoneuicontrol/inc
       
    54 // <-- QT PHONE START --> 
       
    55 USERINCLUDE     ../../phoneuiqtviewadapter/inc
       
    56 //USERINCLUDE     ../../phoneuiview/inc
       
    57 // <-- QT PHONE END --> 
       
    58 USERINCLUDE     ../../phoneuiutils/inc
       
    59 USERINCLUDE     ../../phoneui2/srcdata // phoneui.pan
       
    60 
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    63 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    64 
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         phoneuicontrol.lib
       
    68 LIBRARY         phoneuiutils.lib
       
    69 // <-- QT PHONE START --> 
       
    70 //LIBRARY         phoneuiview.lib
       
    71 // <-- QT PHONE END --> 
       
    72 
       
    73 // CCoeStatic
       
    74 LIBRARY         cone.lib
       
    75 
       
    76 // Mediator
       
    77 LIBRARY         mediatorclient.lib