os/mm/mmtestenv/mmtesttools/RTA/VideoRights.xml
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 <?xml version="1.0" encoding="ISO-8859-1" ?> 
     2 <drmrights>
     3 	<rights cid="IntTestLongVideo001">
     4 		<Intent type="play">
     5 			<count>
     6 			1
     7 			</count>
     8 			<expiry>
     9 				<day>
    10 				1
    11 				</day>
    12 				<month>
    13 				1
    14 				</month>
    15 				<year>
    16 				2005
    17 				</year>
    18 			</expiry>				
    19 		</Intent>
    20 	</rights>
    21 	<rights cid="IntTestShortVideo001">
    22 		<Intent type="play">
    23 			<expiry>
    24 				<day>
    25 				1
    26 				</day>
    27 				<month>
    28 				1
    29 				</month>
    30 				<year>
    31 				9999
    32 				</year>
    33 			</expiry>				
    34 		</Intent>
    35 	</rights>
    36 </drmrights>
    37