phoneapp/phoneuistates/group/phoneuistates.mmp
changeset 0 5f000ab63145
child 14 24062c24fe38
child 21 92ab7f8d0eab
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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 CAPABILITY CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl DRM DiskAdmin
       
    26 
       
    27 // Assign Vendor ID.
       
    28 VENDORID VID_DEFAULT
       
    29 
       
    30 
       
    31 TARGET          phoneuistates.dll
       
    32 TARGETTYPE      dll
       
    33 
       
    34 UID             0x101F7CAC  0x101F7C9F
       
    35 
       
    36 //EXPORTUNFROZEN
       
    37 SOURCEPATH      ../src
       
    38 
       
    39 SOURCE          cphonealerting.cpp
       
    40 SOURCE          cphonecallsetup.cpp
       
    41 SOURCE          cphonecallsetupandwaiting.cpp
       
    42 SOURCE          cphoneconference.cpp
       
    43 SOURCE          cphoneconferenceandcallsetup.cpp
       
    44 SOURCE          cphoneconferenceandsingle.cpp
       
    45 SOURCE          cphoneconferenceandsingleandwaiting.cpp
       
    46 SOURCE          cphoneconferenceandwaiting.cpp
       
    47 SOURCE          cphoneconferenceandwaitingandcallsetup.cpp
       
    48 SOURCE          cphoneemergency.cpp
       
    49 SOURCE          cphonegeneralgsmmessageshandler.cpp
       
    50 SOURCE          cphonegsmincall.cpp
       
    51 SOURCE          cphoneidle.cpp
       
    52 SOURCE          cphoneincoming.cpp
       
    53 SOURCE          cphoneresourceresolvergsm.cpp
       
    54 SOURCE          cphoneerrormessageshandler.cpp
       
    55 SOURCE          cphonesingleandalerting.cpp
       
    56 SOURCE          cphonesingleandcallsetup.cpp
       
    57 SOURCE          cphonesingleandcallsetupandwaiting.cpp
       
    58 SOURCE          cphonesingleandwaiting.cpp
       
    59 SOURCE          cphonesinglecall.cpp
       
    60 SOURCE          cphonestartup.cpp
       
    61 SOURCE          cphonestatemachinegsm.cpp
       
    62 SOURCE          cphonetwosingles.cpp
       
    63 SOURCE          cphonetwosinglesandwaiting.cpp
       
    64 SOURCE          cphoneuistatemachinefactorygsm.cpp
       
    65 
       
    66 /* Languages */
       
    67 LANG SC
       
    68 
       
    69 USERINCLUDE     ../inc
       
    70 USERINCLUDE     ../../phoneuicontrol/inc
       
    71 USERINCLUDE     ../../phoneuiview/inc
       
    72 USERINCLUDE     ../../phoneui/inc
       
    73 USERINCLUDE     ../../phoneuiutils/inc
       
    74 USERINCLUDE     ../../phoneui/srcdata
       
    75 USERINCLUDE     ../../phonemediatorcenter/inc
       
    76 
       
    77 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    78 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    79 
       
    80 LIBRARY         avkon.lib // AknTextUtils
       
    81 LIBRARY         bafl.lib
       
    82 LIBRARY         commonengine.lib //StringLoader 
       
    83 LIBRARY         cone.lib
       
    84 LIBRARY         engineinfo.lib
       
    85 LIBRARY         euser.lib
       
    86 LIBRARY         featmgr.lib         // FeatureManager
       
    87 LIBRARY         phoneengine.lib
       
    88 LIBRARY         phonemediatorcenter.lib
       
    89 LIBRARY         phoneuicontrol.lib
       
    90 LIBRARY         phoneuiutils.lib
       
    91 LIBRARY         sssettings.lib
       
    92 LIBRARY         ws32.lib
       
    93 
       
    94 // RemCon
       
    95 LIBRARY         remconcoreapi.lib
       
    96 
       
    97 // Eikon Environment
       
    98 LIBRARY         eikcore.lib
       
    99 
       
   100 #ifdef __SYNCML_DM
       
   101 // Apa server
       
   102 LIBRARY         apgrfx.lib
       
   103 #endif
       
   104