os/security/contentmgmt/referencedrmagent/tcaf/scripts/managerstep.ini
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 [CreateDrmArchive]
     2 ContentDescription=c:\RTA\testdata\content.xml
     3 RightsDescription=
     4 OutputFile= c:\tcaf\testdata\sample.content
     5 
     6 [PrivateCopyFileOk]
     7 source      =C:\tcaf\testdata\sample.content
     8 destination =C:\private\Reference Test Agent\sample.content
     9 result	    =0
    10 
    11 [PrivateDeleteFileOk]
    12 filename    =C:\private\Reference Test Agent\sample.content
    13 result	    =0
    14 
    15 [PlainTextCopyFileOk]
    16 source      =C:\tcaf\testdata\copyfile.txt
    17 destination =C:\tcaf\copied.txt
    18 result	    =0
    19 
    20 [PlainTextCopyFileNotFound]
    21 source      =C:\tcaf\testdata\FileNotFound.txt
    22 destination =C:\tcaf\filenotfound.txt
    23 result	    =-1
    24 
    25 [PlainTextRenameFileOk]
    26 
    27 source      =C:\tcaf\copied.txt
    28 destination =C:\tcaf\renamed.txt
    29 result	    =0
    30 
    31 [PlainTextRenameFileNotFound]
    32 
    33 source      =C:\tcaf\testdata\FileNotFound.txt
    34 destination =C:\tcaf\filenotfound.txt
    35 result	    =-1
    36 
    37 [DifferentDrivesSameNameRenameFileOk]
    38 
    39 source      =C:\tcaf\renamed.txt
    40 destination =E:\renamed.txt
    41 result	    =0
    42 
    43 [DifferentDrivesDifferentNameRenameFileOk]
    44 
    45 source      =E:\renamed.txt
    46 destination =C:\tcaf\renamedAgain.txt
    47 result	    =0
    48 
    49 [PlainTextDeleteOk]
    50 
    51 filename    =C:\tcaf\renamedAgain.txt
    52 result	    =0
    53 
    54 [PlainTextDeleteFail]
    55 
    56 filename    =C:\tcaf\filenotfound.txt
    57 result	    =-1
    58 
    59 [MkDirPublicDirFail]
    60 
    61 path  	    =C:\tcaf\some\big\path\that\wont\work\
    62 result 	    =-12
    63 
    64 
    65 [MkDirPrivateDirOk]
    66 
    67 path  	    =C:\private\Reference Test Agent\test\
    68 result 	    =0
    69 
    70 [RmDirPrivateDirOk]
    71 
    72 path  	    =C:\private\Reference Test Agent\test\
    73 result 	    =0
    74 
    75 [MkDirPublicDirOk]
    76 
    77 path  	    =C:\tcaf\mkdir\
    78 result 	    =0
    79 
    80 [RmDirPublicDirOk]
    81 
    82 path  	    =C:\tcaf\mkdir\
    83 result 	    =0
    84 
    85 [RmDirPublicDirFail]
    86 
    87 path  	    =C:\tcaf\directorynotfound\
    88 result 	    =-1
    89 
    90 [MkDirAllPublicDirOk]
    91 path  	    =C:\tcaf\mkdirall\
    92 result 	    =0
    93 
    94 [MkDirAllPublicDirFail]
    95 path  	    =Z:\tcaf\mkdirall\
    96 result 	    =-21
    97 
    98 [GetDirAPI1StepOk]
    99 path  	    =C:\tcaf\
   100 API	    =1
   101 result 	    =0
   102 
   103 [GetDirAPI2StepOk]
   104 path  	    =C:\tcaf\
   105 API	    =2
   106 result 	    =0
   107 
   108 [GetDirAPI3StepOk]
   109 path  	    =C:\tcaf\
   110 API	    =3
   111 result 	    =0
   112 
   113 [GetDirStepFail]
   114 path  	    =C:\tcaf\pathnotfound\
   115 result 	    =-12
   116 
   117 [GetDirAPI1StepPrivate]
   118 path  	    =C:\private\
   119 API	    =1
   120 result 	    =0
   121 
   122 [GetDirAPI2StepPrivate]
   123 path  	    =C:\private\
   124 API	    =2
   125 result 	    =0
   126 
   127 [GetDirAPI3StepPrivate]
   128 path  	    =C:\private\
   129 API	    =3
   130 result 	    =0
   131 
   132 [GetDirAPI1StepPrivateServer]
   133 path  	    =c:\private\Reference Test Agent\
   134 API	    =1
   135 result 	    =0
   136 
   137 [GetDirAPI2StepPrivateServer]
   138 path  	    =c:\private\Reference Test Agent\
   139 API	    =2
   140 result 	    =0
   141 
   142 [GetDirAPI3StepPrivateServer]
   143 path  	    =c:\private\Reference Test Agent\
   144 API	    =3
   145 result 	    =0
   146 
   147 [NotifyStatusChange]
   148 path	    =c:\tcaf\testdata\copyfile.txt
   149 Status1	    =-17450
   150 Cancel1	    =-17450
   151 Cancel2     =-17450
   152 
   153 [SetProperty]
   154 result 	    =0
   155 
   156 [DisplayInfo]
   157 uri	    =c:\tcaf\testdata\copyfile.txt
   158 result 	    =-17450
   159 
   160 [ListAgents]
   161 count	    =5
   162 result 	    =0
   163 
   164 [AgentSpecific]
   165 input	    =input
   166 output	    =
   167 command     =1
   168 result 	    =-17450
   169 
   170 [DisplayManagement]
   171 result 	    =-17450
   172 
   173 [DisplayInfoByFileHandle_DRM_Content]
   174 uri	 =c:\tcaf\testdata\sample.content
   175 uniqueid =c:\sample.txt
   176 result 	    =-17450