wmdrm/camese/httpfiltercamese/Src/httpfiltercamesedrmheader.cpp
branchRCL_3
changeset 55 ad2863178d17
parent 32 457cd4423b8c
child 71 1221b68b8a5f
equal deleted inserted replaced
41:29f3cf766061 55:ad2863178d17
    30 
    30 
    31 // CONSTANTS
    31 // CONSTANTS
    32 // Filter position: DRM Header needs to be positioned below the client.
    32 // Filter position: DRM Header needs to be positioned below the client.
    33 const TInt KCameseDrmHeaderFilterPosition = MHTTPFilter::EClient - 10;
    33 const TInt KCameseDrmHeaderFilterPosition = MHTTPFilter::EClient - 10;
    34 
    34 
    35 const TUid KCRUidMusicShopSettings = {0x10207BF5}; // copied from MusicWapCenRepKeys.h - Album Download
    35 const TUid KCRUidMusicShopSettings = {0x101FFB51}; // copied from MusicWapCenRepKeys.h - Album Download
    36 const TUint32 KSupportOmaDownloadDescriptor   = 0x00000004; // copied from MusicWapCenRepKeys.h - Album Download
    36 const TUint32 KSupportOmaDownloadDescriptor   = 0x00000004; // copied from MusicWapCenRepKeys.h - Album Download
    37 const TUint32 KMusicServiceFeatureFlagSupport = 0x00000012; // referred from 5.0 MusicWapCenRepKeys.h - Album Download
    37 const TUint32 KMusicServiceFeatureFlagSupport = 0x00000012; // referred from 5.0 MusicWapCenRepKeys.h - Album Download
    38 
    38 
    39 _LIT8( KCameseDrmHeaderFilterName, "CameseDrmHeader" );
    39 _LIT8( KCameseDrmHeaderFilterName, "CameseDrmHeader" );
    40 _LIT8( KDataTypeCameseDRM,"application/vnd.ms-wmdrm.lic-chlg-req" ); 
    40 _LIT8( KDataTypeCameseDRM,"application/vnd.ms-wmdrm.lic-chlg-req" );