Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

404 lines
24 KiB

  1. ��<?xml version="1.0" encoding="UTF-16"?>
  2. <!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
  3. <DCARRIER
  4. CarrierRevision="1"
  5. DTDRevision="16"
  6. >
  7. <TASKS
  8. Context="1"
  9. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  10. > </TASKS>
  11. <PLATFORMS
  12. Context="1"
  13. > </PLATFORMS>
  14. <REPOSITORIES
  15. Context="1"
  16. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  17. > </REPOSITORIES>
  18. <GROUPS
  19. Context="1"
  20. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  21. > </GROUPS>
  22. <COMPONENTS
  23. Context="0"
  24. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  25. >
  26. <COMPONENT
  27. ComponentVSGUID="{F0841156-C62A-4D93-B072-E9947617381B}"
  28. ComponentVIGUID="{13E54D59-5375-4BC4-B27D-0EA60B7C8680}"
  29. Revision="620"
  30. RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
  31. Visibility="1000"
  32. MultiInstance="False"
  33. Released="False"
  34. Editable="True"
  35. HTMLTitle="DirectShow DVD Settings"
  36. HTMLFinal="False"
  37. IsMacro="False"
  38. Opaque="False"
  39. Context="1"
  40. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  41. >
  42. <SCRIPTTEXT
  43. language="VBScript"
  44. src=".\DirectShow-DVD.vbs"
  45. encoded="False"
  46. ><![CDATA['////////////////////////////////////////////////////////////////////////////
  47. ' $Header:$
  48. ' Windows Embedded DirectShow-DVD configuration Script
  49. ' Version: 1.00
  50. ' Author: jomorris
  51. ' Copyright (c) 1999-2001 Microsoft Corp. All Rights Reserved.
  52. '////////////////////////////////////////////////////////////////////////////
  53. Option Explicit
  54. '//event fired as part of the processing of method calls on CMI objects
  55. Sub cmiOnEndBuild(dwFlags)
  56. '//Trace Enter
  57. Dim sProcName : sProcName = "DirectShow-DVD::cmiOnEndBuild"
  58. oPL.TraceEnter sProcName ' //oPL - global object present in Platform Script
  59. '//DVD Drive Spin Down Timeout
  60. Dim nDVDDriveSpinDown
  61. nDVDDriveSpinDown = cmiThis.Properties("cmiDVDDriveSpinDown").Value
  62. if (Len(nDVDDriveSpinDown) > 0) then
  63. oPL.TargetRegEdit cRegOpWrite, cRegCondAlways, cmiREG_DWORD, "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DVDNavigator", "DriveSpindown", nDVDDriveSpinDown, cmiInteger
  64. end if
  65. '//Trace Exit
  66. oPL.TraceLeave sProcName
  67. End Sub
  68. ]]></SCRIPTTEXT>
  69. <HTMLTEXT
  70. src=".\DirectShow-DVD.asp"
  71. ><![CDATA[<%asp%>
  72. <%= ASP.Header %>
  73. <%= ASP.PropHandlers %>
  74. <h1> </h1>
  75. <p> </p>
  76. <table>
  77. <caption> </caption>
  78. <tr>
  79. <td><label for="cmiDVDDriveSpinDown">DVD Drive Spin Down Timeout:</label></td>
  80. <td><input type="text" name="cmixDefPropHandler" Value="" ID="cmiDVDDriveSpinDown"></td>
  81. </tr>
  82. </table>
  83. <p>Note: On portable devices, to conserve battery life it may be desirable to reduce the length of time that a DVD drive will continue to spin after the user
  84. has paused playback. By default, the disc keeps spinning for two minutes. This value can be modified to set the spin down time in seconds.</p>
  85. <!-- Display custom properties -->
  86. <h3>Custom Properties in DirectShow DVD</h3>
  87. <p>| <%= ASP.ShowSpan("cprops", False) %> |</p>
  88. <div id="cprops" style="display: none;">
  89. <table border="0" bgcolor="#E0E0E0">
  90. <caption>Custom Properties</caption>
  91. <thead>
  92. <tr>
  93. <th>Name</th>
  94. <th>Format</th>
  95. <th>Value</th>
  96. </tr>
  97. </thead>
  98. <% Dim oProp %>
  99. <% For Each oProp In ASP.Instance.Properties %>
  100. <tr valign="top">
  101. <td><b><%= oProp.Name %></b></td>
  102. <td><%= oProp.Format %></td>
  103. <td><%= vuVarToString(oProp.Value, 10) %></td>
  104. </tr>
  105. <% Next %>
  106. </table>
  107. </div>
  108. <!-- Display all resources -->
  109. <h3>Resources in DirectShow DVD</h3>
  110. <p>| <%= ASP.ShowSpan("res", False) %> |</p>
  111. <div id="res" style="display: none;">
  112. <table border="0" bgcolor="#E0E0E0">
  113. <caption>Resources</caption>
  114. <tr>
  115. <th>Name</th>
  116. <th>DisplayName</th>
  117. <th>Disabled</th>
  118. </tr>
  119. <% Dim oRes
  120. For Each oRes In ASP.Instance.Resources %>
  121. <tr valign="top">
  122. <td><b><%= oRes.Name %></b></td>
  123. <td><%= oRes.DisplayName %></td>
  124. <td><%= oRes.Disabled %></td>
  125. </tr>
  126. <% Next %>
  127. </table>
  128. </div>
  129. <%= ASP.Footer %>
  130. ]]></HTMLTEXT>
  131. <PROPERTIES
  132. Context="1"
  133. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  134. >
  135. <PROPERTY
  136. Name="cmiDVDDriveSpinDown"
  137. Format="String"
  138. Context="1"
  139. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  140. ></PROPERTY>
  141. </PROPERTIES>
  142. <RESOURCES
  143. Context="1"
  144. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  145. >
  146. <RESOURCE
  147. Name="File(273):&quot;%11%&quot;,&quot;qdvd.dll&quot;"
  148. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  149. BuildTypeMask="273"
  150. BuildOrder="1000"
  151. Localize="False"
  152. Disabled="False"
  153. Context="1"
  154. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  155. >
  156. <PROPERTIES
  157. Context="1"
  158. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  159. >
  160. <PROPERTY
  161. Name="DstPath"
  162. Format="String"
  163. Context="1"
  164. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  165. >%11%</PROPERTY>
  166. <PROPERTY
  167. Name="DstName"
  168. Format="String"
  169. Context="1"
  170. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  171. >qdvd.dll</PROPERTY>
  172. <PROPERTY
  173. Name="NoExpand"
  174. Format="Boolean"
  175. Context="1"
  176. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  177. >False</PROPERTY>
  178. </PROPERTIES>
  179. </RESOURCE>
  180. <RESOURCE
  181. Name="RawDep(819):&quot;File&quot;,&quot;quartz.dll&quot;"
  182. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  183. BuildTypeMask="819"
  184. BuildOrder="1000"
  185. Localize="False"
  186. Disabled="False"
  187. Context="1"
  188. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  189. >
  190. <PROPERTIES
  191. Context="1"
  192. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  193. >
  194. <PROPERTY
  195. Name="RawType"
  196. Format="String"
  197. Context="1"
  198. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  199. >File</PROPERTY>
  200. <PROPERTY
  201. Name="Value"
  202. Format="String"
  203. Context="1"
  204. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  205. >quartz.dll</PROPERTY>
  206. </PROPERTIES>
  207. </RESOURCE>
  208. <RESOURCE
  209. Name="RawDep(819):&quot;File&quot;,&quot;devenum.dll&quot;"
  210. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  211. BuildTypeMask="819"
  212. BuildOrder="1000"
  213. Localize="False"
  214. Disabled="False"
  215. Context="1"
  216. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  217. >
  218. <PROPERTIES
  219. Context="1"
  220. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  221. >
  222. <PROPERTY
  223. Name="RawType"
  224. Format="String"
  225. Context="1"
  226. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  227. >File</PROPERTY>
  228. <PROPERTY
  229. Name="Value"
  230. Format="String"
  231. Context="1"
  232. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  233. >devenum.dll</PROPERTY>
  234. </PROPERTIES>
  235. </RESOURCE>
  236. <RESOURCE
  237. Name="FBRegDLL(819):&quot;%11%\qdvd.dll&quot;,&quot;&quot;"
  238. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  239. BuildTypeMask="819"
  240. BuildOrder="1000"
  241. Localize="False"
  242. Disabled="False"
  243. Context="1"
  244. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  245. >
  246. <PROPERTIES
  247. Context="1"
  248. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  249. >
  250. <PROPERTY
  251. Name="Arguments"
  252. Format="String"
  253. Context="1"
  254. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  255. ></PROPERTY>
  256. <PROPERTY
  257. Name="DLLEntryPoint"
  258. Format="String"
  259. Context="1"
  260. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  261. ></PROPERTY>
  262. <PROPERTY
  263. Name="DLLInstall"
  264. Format="Boolean"
  265. Context="1"
  266. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  267. >False</PROPERTY>
  268. <PROPERTY
  269. Name="DLLRegister"
  270. Format="Boolean"
  271. Context="1"
  272. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  273. >True</PROPERTY>
  274. <PROPERTY
  275. Name="FilePath"
  276. Format="String"
  277. Context="1"
  278. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  279. >%11%\qdvd.dll</PROPERTY>
  280. <PROPERTY
  281. Name="Flags"
  282. Format="Integer"
  283. Context="1"
  284. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  285. >0</PROPERTY>
  286. <PROPERTY
  287. Name="Timeout"
  288. Format="Integer"
  289. Context="1"
  290. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  291. >0</PROPERTY>
  292. </PROPERTIES>
  293. </RESOURCE>
  294. <RESOURCE
  295. Name="RawDep(819):&quot;File&quot;,&quot;ddraw.dll&quot;"
  296. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  297. BuildTypeMask="819"
  298. BuildOrder="1000"
  299. Localize="False"
  300. Disabled="False"
  301. Context="1"
  302. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  303. >
  304. <PROPERTIES
  305. Context="1"
  306. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  307. >
  308. <PROPERTY
  309. Name="RawType"
  310. Format="String"
  311. Context="1"
  312. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  313. >File</PROPERTY>
  314. <PROPERTY
  315. Name="Value"
  316. Format="String"
  317. Context="1"
  318. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  319. >ddraw.dll</PROPERTY>
  320. </PROPERTIES>
  321. </RESOURCE>
  322. </RESOURCES>
  323. <GROUPMEMBERS
  324. >
  325. <GROUPMEMBER
  326. GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
  327. ></GROUPMEMBER>
  328. <GROUPMEMBER
  329. GroupVSGUID="{B35B9EAE-5644-4BFA-877D-DB971CEC0E0C}"
  330. ></GROUPMEMBER>
  331. </GROUPMEMBERS>
  332. <DEPENDENCIES
  333. Context="1"
  334. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  335. > </DEPENDENCIES>
  336. <DISPLAYNAME>DirectShow DVD</DISPLAYNAME>
  337. <VERSION>1.0</VERSION>
  338. <DESCRIPTION>DirectShow DVD</DESCRIPTION>
  339. <COPYRIGHT>Microsoft Corporation</COPYRIGHT>
  340. <OWNERS>jayraja</OWNERS>
  341. <AUTHORS>jayraja</AUTHORS>
  342. <DATECREATED>2/13/2001</DATECREATED>
  343. <DATEREVISED>9/19/2001 4:18:08 PM</DATEREVISED>
  344. </COMPONENT>
  345. </COMPONENTS>
  346. <RESTYPES
  347. Context="1"
  348. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  349. > </RESTYPES>
  350. </DCARRIER>