diff -r afc583cfa176 -r da2ae96f639b contentmgmt/referencedrmagent/tcaf/scripts/supply.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contentmgmt/referencedrmagent/tcaf/scripts/supply.ini Mon Oct 12 10:17:04 2009 +0300 @@ -0,0 +1,40 @@ +[CheckContentMime] +OutputPath = C:\ +SourceFileName = C:\tcaf\testdata\test.drm +MimeType = application/testagent.drm +LeaveResult = 0 +CheckContentMime = ETrue +ExpectedContentMime = text/plain + +[SupplyDrm] +OutputPath = C:\ +SourceFileName = C:\tcaf\testdata\test.drm +SuggestedFileName = supplied.drm +MimeType = application/testagent.drm +LeaveResult = 0 + + +[SupplyUnrecognized] +OutputPath = C:\ +SourceFileName = C:\tcaf\testdata\test.txt +SuggestedFileName = failed.drm +MimeType = text/plain +LeaveResult = -17453 + +[SupplyDrmClientSpecifyOutFile] +OutputPath = C:\ +SourceFileName = C:\tcaf\testdata\test.drm +SuggestedFileName = outputfile.drm +MimeType = application/testagent.drm +LeaveResult = 0 + + +[CheckImport] +URI1 = c:\supplied.drm +URI2 = c:\tcaf\testdata\test.txt + + +[CheckImport2] +URI1 = c:\outputfile.drm +URI2 = c:\tcaf\testdata\test.txt +