videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideodrmhelper_stub.cpp
changeset 20 b9e04db066d4
parent 15 cf5481c2bc0b
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    13 *
    13 *
    14 * Description:   This class handles the DRM functions for the playback plugin
    14 * Description:   This class handles the DRM functions for the playback plugin
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 6 %
    18 // Version : %version: 7 %
    19 
    19 
    20 
    20 
    21 #include "mpxvideodrmhelper.h"
    21 #include "mpxvideodrmhelper.h"
    22 #include "mpxvideo_debug.h"
    22 #include "mpxvideo_debug.h"
    23 
    23 
   106     fs.Close();
   106     fs.Close();
   107 
   107 
   108     return drmError;
   108     return drmError;
   109 }
   109 }
   110 
   110 
   111 TBool CMpxVideoDrmHelper::IsTvOutAllowedL( RFile& aFile )
       
   112 {
       
   113     TBool tvOutAllowed = ETrue;
       
   114 
       
   115     return tvOutAllowed;
       
   116 }
       
   117 
       
   118 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   111 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   119 
   112 
   120 //  ------------------------------------------------------------------------------------------------
   113 //  ------------------------------------------------------------------------------------------------
   121 //    CMpxVideoDrmHelper::IsProtected64L()
   114 //    CMpxVideoDrmHelper::IsProtected64L()
   122 //  ------------------------------------------------------------------------------------------------
   115 //  ------------------------------------------------------------------------------------------------
   178     fs.Close();
   171     fs.Close();
   179 
   172 
   180     return drmError;
   173     return drmError;
   181 }
   174 }
   182 
   175 
   183 //  ------------------------------------------------------------------------------------------------
       
   184 //    CMpxVideoDrmHelper::IsTvOutAllowed64L()
       
   185 //  ------------------------------------------------------------------------------------------------
       
   186 //
       
   187 TBool CMpxVideoDrmHelper::IsTvOutAllowed64L( RFile64& aFile )
       
   188 {
       
   189     TBool tvOutAllowed = ETrue;
       
   190 
       
   191     return tvOutAllowed;
       
   192 }
       
   193 
       
   194 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   176 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   195 
   177 
   196 //  EOF
   178 //  EOF