coreapplicationuis/SysAp/Src/SysApFeatureManager.cpp
changeset 48 2222076f5c60
parent 29 6a787171e1de
equal deleted inserted replaced
40:951aeeb3da43 48:2222076f5c60
    92 
    92 
    93     iNoPowerKeySupported = FeatureManager::FeatureSupported( KFeatureIdNoPowerkey );
    93     iNoPowerKeySupported = FeatureManager::FeatureSupported( KFeatureIdNoPowerkey );
    94     TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: No power key supported=%d"), iNoPowerKeySupported ) );
    94     TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: No power key supported=%d"), iNoPowerKeySupported ) );
    95     
    95     
    96 //    iFmTxSupported = FeatureManager::FeatureSupported( KFeatureIdFmtx );
    96 //    iFmTxSupported = FeatureManager::FeatureSupported( KFeatureIdFmtx );
    97  //   TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: FM TX supported=%d"), iFmTxSupported ) );
    97 //    TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: FM TX supported=%d"), iFmTxSupported ) );
    98 
    98 
    99     iPenEnabled = AknLayoutUtils::PenEnabled();
    99 //    iPenEnabled = AknLayoutUtils::PenEnabled();
   100     TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: Pen enabled=%d"), iPenEnabled ) );
   100     TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: Pen enabled=%d"), iPenEnabled ) );
   101     
   101     
   102     iVmbxCallDivertIconSupported = FeatureManager::FeatureSupported( KFeatureIdVmbxCallDivertIcon );
   102     iVmbxCallDivertIconSupported = FeatureManager::FeatureSupported( KFeatureIdVmbxCallDivertIcon );
   103     TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: VMBX call divert icon supported=%d"), iVmbxCallDivertIconSupported ) );
   103     TRACES( RDebug::Print( _L("CSysApFeatureManager::ConstructL: VMBX call divert icon supported=%d"), iVmbxCallDivertIconSupported ) );
   104     
   104     
   178                                                iBtSupported( EFalse ),
   178                                                iBtSupported( EFalse ),
   179                                                iSimSupported( ETrue ),
   179                                                iSimSupported( ETrue ),
   180                                                iGripNotSupported( ETrue ),
   180                                                iGripNotSupported( ETrue ),
   181                                                iPowerSaveSupported( EFalse ),
   181                                                iPowerSaveSupported( EFalse ),
   182                                                iNoPowerKeySupported( EFalse ),
   182                                                iNoPowerKeySupported( EFalse ),
   183 //                                               iFmTxSupported( EFalse ),
   183                                                //iFmTxSupported( EFalse ),
   184                                                iPenEnabled( EFalse ),
   184                                                iPenEnabled( EFalse ),
   185                                                iVmbxCallDivertIconSupported( EFalse ),
   185                                                iVmbxCallDivertIconSupported( EFalse ),
   186                                                iTouchUnlockStrokeSupported( EFalse )
   186                                                iTouchUnlockStrokeSupported( EFalse )
   187 //                                               iFmTxRdsTextSupported( EFalse )
   187                                                //iFmTxRdsTextSupported( EFalse )
   188 
   188 
   189     {
   189     {
   190     }
   190     }
   191 
   191 
   192 // ----------------------------------------------------------------------------
   192 // ----------------------------------------------------------------------------
   377 TBool CSysApFeatureManager::FmTxSupported() const
   377 TBool CSysApFeatureManager::FmTxSupported() const
   378     {
   378     {
   379     return iFmTxSupported;
   379     return iFmTxSupported;
   380     }
   380     }
   381 */
   381 */
       
   382 
   382 // ----------------------------------------------------------------------------
   383 // ----------------------------------------------------------------------------
   383 // CSysApFeatureManager::PenEnabled()
   384 // CSysApFeatureManager::PenEnabled()
   384 // ----------------------------------------------------------------------------
   385 // ----------------------------------------------------------------------------
   385 //
   386 //
   386 TBool CSysApFeatureManager::PenEnabled() const
   387 TBool CSysApFeatureManager::PenEnabled() const