phoneapp/phonemediatorcenter/group/phonemediatorcenter.mmp
changeset 0 5f000ab63145
child 21 92ab7f8d0eab
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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 CAPABILITY CAP_APPLICATION NetworkControl PowerMgmt MultimediaDD DRM DiskAdmin
       
    26 
       
    27 // Assign Vendor ID.
       
    28 VENDORID VID_DEFAULT
       
    29 
       
    30 TARGET          phonemediatorcenter.dll
       
    31 TARGETTYPE      dll
       
    32 
       
    33 UID             0x1000008d  0x20011381
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          cphonedataportmessage.cpp
       
    37 SOURCE          cphonemediatorfactory.cpp
       
    38 SOURCE          cphonemediatorcommandlistener.cpp
       
    39 SOURCE          cphonemediatormessagefactory.cpp
       
    40 SOURCE          cphonemediatorsender.cpp
       
    41 SOURCE          cphonereleasecommand.cpp
       
    42 SOURCE          cphoneswitchtovideoorvoicecommand.cpp
       
    43 SOURCE          cphoneterminateallconnectionscommand.cpp
       
    44 SOURCE          cphonecontinueemergencycallcommand.cpp
       
    45 
       
    46 /* Languages */
       
    47 LANG SC
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../../phoneuicontrol/inc
       
    51 USERINCLUDE     ../../phoneuiview/inc
       
    52 USERINCLUDE     ../../phoneuiutils/inc
       
    53 USERINCLUDE     ../../phoneui/srcdata // phoneui.pan
       
    54 
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    57 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    58 
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         phoneuicontrol.lib
       
    62 LIBRARY         phoneuiutils.lib
       
    63 LIBRARY         phoneuiview.lib
       
    64 
       
    65 // CCoeStatic
       
    66 LIBRARY         cone.lib
       
    67 
       
    68 // Mediator
       
    69 LIBRARY	        mediatorclient.lib