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