phoneapp/phoneuistates/group/phoneuistates.mmp
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 65 2a5d4ab426d3
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     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:  
       
    15 *   This mmp file defines the PhoneUIStates polymorphic interface
       
    16 *   DLL module, which contains all the GSM specific implementations 
       
    17 *   of variant classes.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    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 
       
    34 TARGET          phoneuistates.dll
       
    35 TARGETTYPE      dll
       
    36 
       
    37 UID             0x101F7CAC  0x101F7C9F
       
    38 
       
    39 //EXPORTUNFROZEN
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          cphonealerting.cpp
       
    43 SOURCE          cphonecallsetup.cpp
       
    44 SOURCE          cphonecallsetupandwaiting.cpp
       
    45 SOURCE          cphoneconference.cpp
       
    46 SOURCE          cphoneconferenceandcallsetup.cpp
       
    47 SOURCE          cphoneconferenceandsingle.cpp
       
    48 SOURCE          cphoneconferenceandsingleandwaiting.cpp
       
    49 SOURCE          cphoneconferenceandwaiting.cpp
       
    50 SOURCE          cphoneconferenceandwaitingandcallsetup.cpp
       
    51 SOURCE          cphoneemergency.cpp
       
    52 SOURCE          cphonegeneralgsmmessageshandler.cpp
       
    53 SOURCE          cphonegsmincall.cpp
       
    54 SOURCE          cphoneidle.cpp
       
    55 SOURCE          cphoneincoming.cpp
       
    56 SOURCE          cphoneresourceresolvergsm.cpp
       
    57 SOURCE          cphoneerrormessageshandler.cpp
       
    58 SOURCE          cphonesingleandalerting.cpp
       
    59 SOURCE          cphonesingleandcallsetup.cpp
       
    60 SOURCE          cphonesingleandcallsetupandwaiting.cpp
       
    61 SOURCE          cphonesingleandwaiting.cpp
       
    62 SOURCE          cphonesinglecall.cpp
       
    63 SOURCE          cphonestartup.cpp
       
    64 SOURCE          cphonestatemachinegsm.cpp
       
    65 SOURCE          cphonetwosingles.cpp
       
    66 SOURCE          cphonetwosinglesandwaiting.cpp
       
    67 SOURCE          cphoneuistatemachinefactorygsm.cpp
       
    68 
       
    69 /* Languages */
       
    70 LANG SC
       
    71 
       
    72 USERINCLUDE     ../inc
       
    73 USERINCLUDE     ../../phoneuicontrol/inc
       
    74 // <-- QT PHONE START --> 
       
    75 USERINCLUDE     ../../phoneuiqtviewadapter/inc
       
    76 //USERINCLUDE     ../../phoneuiview/inc
       
    77 // <-- QT PHONE END --> 
       
    78 USERINCLUDE     ../../phoneui/inc
       
    79 USERINCLUDE     ../../phoneuiutils/inc
       
    80 USERINCLUDE     ../../phoneui2/srcdata
       
    81 USERINCLUDE     ../../phonemediatorcenter/inc
       
    82 
       
    83 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    84 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    85 
       
    86 LIBRARY         avkon.lib // AknTextUtils
       
    87 LIBRARY         bafl.lib
       
    88 // <-- QT PHONE START --> 
       
    89 LIBRARY         phonestringloader.lib
       
    90 //LIBRARY       commonengine.lib //StringLoader 
       
    91 // <-- QT PHONE END -->
       
    92 LIBRARY         cone.lib
       
    93 LIBRARY         engineinfo.lib
       
    94 LIBRARY         euser.lib
       
    95 LIBRARY         featmgr.lib         // FeatureManager
       
    96 LIBRARY         phoneengine.lib
       
    97 LIBRARY         phonemediatorcenter.lib
       
    98 LIBRARY         phoneuicontrol.lib
       
    99 LIBRARY         phoneuiutils.lib
       
   100 LIBRARY         sssettings.lib
       
   101 LIBRARY         ws32.lib
       
   102 
       
   103 // RemCon
       
   104 LIBRARY         remconcoreapi.lib
       
   105 
       
   106 // Eikon Environment
       
   107 LIBRARY         eikcore.lib
       
   108 
       
   109 #ifdef __SYNCML_DM
       
   110 // Apa server
       
   111 LIBRARY         apgrfx.lib
       
   112 #endif
       
   113