harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h
branchRCL_3
changeset 8 50de4d668bb6
parent 3 6752808b2036
child 9 82c0024438c8
equal deleted inserted replaced
7:3cebc1a84278 8:50de4d668bb6
    56 
    56 
    57     	TBuf<KMaxDataTypeLength> iMimetype;
    57     	TBuf<KMaxDataTypeLength> iMimetype;
    58         TBuf<KMaxDataTypeLength> iDescription;
    58         TBuf<KMaxDataTypeLength> iDescription;
    59         TBuf<KMaxDataTypeLength> iTitle;
    59         TBuf<KMaxDataTypeLength> iTitle;
    60         TBuf<KMaxDataTypeLength> iAuthor;
    60         TBuf<KMaxDataTypeLength> iAuthor;
       
    61         TBuf<KMaxDataTypeLength> iGenre;
    61         TInt64 iFileSize;
    62         TInt64 iFileSize;
    62         TTime iModified;
    63         TTime iModified;
    63         TBool iDrmProtected;
    64         TBool iDrmProtected;
    64     };
    65     };
    65 
    66 
    79 	
    80 	
    80 		// Media property definitions
    81 		// Media property definitions
    81 		CMdEPropertyDef* iDrmPropertyDef;
    82 		CMdEPropertyDef* iDrmPropertyDef;
    82 		CMdEPropertyDef* iDescriptionPropertyDef;
    83 		CMdEPropertyDef* iDescriptionPropertyDef;
    83 		CMdEPropertyDef* iAuthorPropertyDef;
    84 		CMdEPropertyDef* iAuthorPropertyDef;
       
    85 		CMdEPropertyDef* iGenrePropertyDef;
    84 	
    86 	
    85 	private:
    87 	private:
    86 		CHarvesterOmaDrmPluginPropertyDefs();
    88 		CHarvesterOmaDrmPluginPropertyDefs();
    87 	
    89 	
    88 		void ConstructL(CMdEObjectDef& aObjectDef);
    90 		void ConstructL(CMdEObjectDef& aObjectDef);