profilesservices/MediaFileList/Inc/mediafileprotection.h
branchRCL_3
changeset 51 8bda91a87a00
parent 0 8c5d936e5675
equal deleted inserted replaced
50:673fb3e04649 51:8bda91a87a00
    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 );
    95 
   102 
    96         void SetAttrL( TInt aAttr, TInt aValue );
   103         void SetAttrL( TInt aAttr, TInt aValue );
    97         void SetAttrL( TInt aAttr, const TDesC& aValue );
   104         void SetAttrL( TInt aAttr, const TDesC& aValue );
    98         
   105         
    99 
   106