profilesservices/MediaFileList/Inc/mediafileprotection.h
branchRCL_3
changeset 67 940cad2b4a51
parent 54 7e0eff37aedb
equal deleted inserted replaced
60:2cc01806dc06 67:940cad2b4a51
    90         */
    90         */
    91         TBool IsFileValidL( const TDesC& aFileName, TIntention aIntention );
    91         TBool IsFileValidL( const TDesC& aFileName, TIntention aIntention );
    92         TBool IsFileValid( const TDesC& aFileName, TIntention aIntention );
    92         TBool IsFileValid( const TDesC& aFileName, TIntention aIntention );
    93         TBool IsVideoValidL( const TDesC& aFileName, TIntention aIntention );
    93         TBool IsVideoValidL( const TDesC& aFileName, TIntention aIntention );
    94         TBool IsVideoValid( const TDesC& aFileName, TIntention aIntention );
    94         TBool IsVideoValid( const TDesC& aFileName, TIntention aIntention );
    95         
       
    96         /**
       
    97         * Check if the DRM protect file is expired or have no rights to use.
       
    98         * @param aFileName Full path and filename.
       
    99         * @return ETrue if the file is DRM expired or have rights to use.
       
   100         */
       
   101         TBool IsFlieDRMExpired( const TDesC& aFileName );
       
   102 
    95 
   103         void SetAttrL( TInt aAttr, TInt aValue );
    96         void SetAttrL( TInt aAttr, TInt aValue );
   104         void SetAttrL( TInt aAttr, const TDesC& aValue );
    97         void SetAttrL( TInt aAttr, const TDesC& aValue );
   105         
    98         
   106 
    99