cellular/telephonysettings/group/phonesettings.mmp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    15 *     
    15 *     
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include "../logger/phonesettingsloggingconf.h" 
    20 #include "../Logger/PhoneSettingsLoggingConf.h"
    21 
    21 
    22 // Capability assignment.
    22 // Capability assignment.
    23 CAPABILITY CAP_GENERAL_DLL
    23 CAPABILITY CAP_GENERAL_DLL
    24 VENDORID    VID_DEFAULT
    24 VENDORID    VID_DEFAULT
    25 
    25 
    26 TARGET    phonesettings.dll
    26 TARGET    phonesettings.dll
    27 TARGETTYPE dll
    27 TARGETTYPE dll
    28 UID 0x1000008d 0x100058e3
    28 UID 0x1000008d 0x100058e3
    29 
    29 
    30 SOURCEPATH ../src
    30 SOURCEPATH ../src
    31 SOURCE psetcallwaiting.cpp 
    31 SOURCE CNetworkResetHandler.cpp
    32 SOURCE psetcontainer.cpp 
    32 SOURCE PsetCallWaiting.cpp
    33 SOURCE psetcallbarring.cpp 
    33 SOURCE PsetContainer.cpp
    34 SOURCE psetcalldiverting.cpp 
    34 SOURCE PsetCallBarring.cpp    
    35 SOURCE psettelephony.cpp 
    35 SOURCE PsetCallDiverting.cpp
    36 SOURCE psetcli.cpp 
    36 SOURCE PsetTelephony.cpp         
    37 SOURCE psetvariationproxy.cpp 
    37 SOURCE PsetCli.cpp
    38 SOURCE psetnetwork.cpp 
    38 SOURCE PsetVariationProxy.cpp
    39 SOURCE psetsaobserver.cpp 
    39 SOURCE PsetNetwork.cpp
    40 SOURCE psetcsp.cpp 
    40 SOURCE PsetSAObserver.cpp
    41 SOURCE psetutility.cpp 
    41 SOURCE PsetCSP.cpp
    42 SOURCE psetrefreshhandlerimpl.cpp 
    42 SOURCE PSetUtility.cpp
    43 SOURCE psetcalldivertingbase.cpp 
    43 SOURCE PSetRefreshHandlerImpl.cpp
    44 SOURCE psetsubscriberidcheck.cpp 
    44 SOURCE PSetCallDivertingBase.cpp 
    45 SOURCE psetcalldivertingbasicimpl.cpp 
    45 SOURCE PSetSubscriberIdCheck.cpp 
    46 SOURCE psetcalldivertingcreator.cpp 
    46 SOURCE PSetCallDivertingBasicImpl.cpp
    47 SOURCE psetcalldivertingdualaffectimpl.cpp 
    47 SOURCE PSetCallDivertingCreator.cpp 
       
    48 SOURCE PSetCallDivertingDualAffectImpl.cpp
    48 
    49 
    49 USERINCLUDE     ../inc
    50 USERINCLUDE     ../inc
    50 USERINCLUDE     ../logger 
    51 USERINCLUDE     ../Logger
    51 SYSTEMINCLUDE   ../../../inc
    52 SYSTEMINCLUDE	../../../inc
    52 // APP include needed because telephonysettings 
    53 // APP include needed because telephonysettings 
    53 // uses vmbx headers from APP layer.
    54 // uses vmbx headers from APP layer.
    54 // <-- QT PHONE START -->
    55 APP_LAYER_SYSTEMINCLUDE
    55 MW_LAYER_SYSTEMINCLUDE
    56 
    56 // <-- QT PHONE END -->
       
    57 LIBRARY euser.lib
    57 LIBRARY euser.lib
    58 LIBRARY etel.lib
    58 LIBRARY etel.lib
    59 LIBRARY etelmm.lib
    59 LIBRARY etelmm.lib
    60 LIBRARY customapi.lib
    60 LIBRARY customapi.lib
    61 LIBRARY bafl.lib         
    61 LIBRARY bafl.lib         
    62 LIBRARY sssettings.lib
    62 LIBRARY sssettings.lib
    63 // <-- QT PHONE START -->
    63 LIBRARY vmbx.lib
    64 //LIBRARY vmbx.lib
       
    65 // <-- QT PHONE END -->
       
    66 LIBRARY featmgr.lib
    64 LIBRARY featmgr.lib
    67 
    65 
    68 LIBRARY centralrepository.lib
    66 LIBRARY centralrepository.lib
    69 LIBRARY    flogger.lib      // logging
    67 LIBRARY    flogger.lib      // logging
    70 
    68