1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/contentmgmt/referencedrmagent/tcaf/scripts/supply.ini Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,40 @@
1.4 +[CheckContentMime]
1.5 +OutputPath = C:\
1.6 +SourceFileName = C:\tcaf\testdata\test.drm
1.7 +MimeType = application/testagent.drm
1.8 +LeaveResult = 0
1.9 +CheckContentMime = ETrue
1.10 +ExpectedContentMime = text/plain
1.11 +
1.12 +[SupplyDrm]
1.13 +OutputPath = C:\
1.14 +SourceFileName = C:\tcaf\testdata\test.drm
1.15 +SuggestedFileName = supplied.drm
1.16 +MimeType = application/testagent.drm
1.17 +LeaveResult = 0
1.18 +
1.19 +
1.20 +[SupplyUnrecognized]
1.21 +OutputPath = C:\
1.22 +SourceFileName = C:\tcaf\testdata\test.txt
1.23 +SuggestedFileName = failed.drm
1.24 +MimeType = text/plain
1.25 +LeaveResult = -17453
1.26 +
1.27 +[SupplyDrmClientSpecifyOutFile]
1.28 +OutputPath = C:\
1.29 +SourceFileName = C:\tcaf\testdata\test.drm
1.30 +SuggestedFileName = outputfile.drm
1.31 +MimeType = application/testagent.drm
1.32 +LeaveResult = 0
1.33 +
1.34 +
1.35 +[CheckImport]
1.36 +URI1 = c:\supplied.drm
1.37 +URI2 = c:\tcaf\testdata\test.txt
1.38 +
1.39 +
1.40 +[CheckImport2]
1.41 +URI1 = c:\outputfile.drm
1.42 +URI2 = c:\tcaf\testdata\test.txt
1.43 +