home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / avc.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  8.5 KB  |  195 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3.  
  4.  
  5. ;;++ Added by AddSDisk.cmd
  6. [SourceDisksNames]
  7. 3426=windows cd
  8.  
  9. [SourceDisksFiles]
  10. avc.sys         = 3426
  11. avcstrm.sys         = 3426
  12. ;;--
  13.  
  14. [Version]
  15. signature="$CHICAGO$"
  16. Class=Avc
  17. ClassGuid={C06FF265-AE09-48f0-812C-16753D7CBA83}
  18. Provider=%Msft%
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. ;; Commented by AddSDisk.cmd
  21. ;; LayoutFile=Layout.inf
  22.  
  23. [DestinationDirs]
  24. DefaultDestDir=10,system32\drivers
  25. Avc.CopyFiles=10,system32\drivers
  26. VirtualAvc.CopyFiles=10,system32\drivers
  27.  
  28. ; =================== Table of contents =========================
  29.  
  30. [Manufacturer]
  31. %MicrosoftMfg%=Microsoft,NTx86
  32.  
  33. [SignatureAttributes]
  34. avc.sys=SignatureAttributes.DRM
  35.  
  36.  
  37. ; =================== Microsoft ========================
  38.  
  39. [Microsoft.NTx86]
  40. ; Microsoft
  41. %Avc.DeviceDesc%=Avc,61883\50F2&0&10001
  42. ; Canon
  43. %Avc.DeviceDesc%=Avc,61883\85&0&10001
  44. ; MEI/Panasonic
  45. %Avc.DeviceDesc%=AvcSubunitStub,61883\8045&0&10001
  46. ; JVC
  47. %Avc.DeviceDesc%=Avc,61883\8088&0&10001
  48. ; Sharp
  49. %Avc.DeviceDesc%=AvcSubunitStub,61883\8001F&0&10001
  50. ; Sony
  51. %Avc.DeviceDesc%=SonyMediaConv,61883\80046&0&10000
  52. %Avc.DeviceDesc%=SonyMediaConv,61883\Sony&0&10000
  53. %Avc.DeviceDesc%=Avc,61883\80046&0&10001
  54. %Avc.DeviceDesc%=Avc,61883\80146&0&10001
  55. ; Philips
  56. %Avc.DeviceDesc%=PhilipsDV,61883\Philips&DV_convertor____&10001
  57. %Avc.DeviceDesc%=Avc,61883\6037&0&10001
  58. ; Catch all other vendors
  59. %Avc.DeviceDesc%=Avc,,61883\10000
  60. %Avc.DeviceDesc%=Avc,,61883\10001
  61.  
  62. ; Virtual AV/C Device
  63. %VirtualAvc.DeviceDesc%=VirtualAvc,V61883\50F2&0&10001
  64. %VirtualAvc.DeviceDesc%=VirtualAvc,V61883\10001
  65.  
  66. [ControlFlags]
  67. ExcludeFromSelect=*
  68.  
  69. [Avc]
  70. AddReg=Avc.AddReg
  71. CopyFiles=Avc.CopyFiles
  72.  
  73. [Avc.NT]
  74. AddReg=Avc.AddReg
  75. CopyFiles=Avc.CopyFiles
  76.  
  77. [AvcSubunitStub]
  78. AddReg=AvcSubunitStub.AddReg
  79. CopyFiles=Avc.CopyFiles
  80.  
  81. [AvcSubunitStub.NT]
  82. AddReg=AvcSubunitStub.AddReg
  83. CopyFiles=Avc.CopyFiles
  84.  
  85. [SonyMediaConv]
  86. AddReg=SonyMediaConv.AddReg
  87. CopyFiles=Avc.CopyFiles
  88.  
  89. [SonyMediaConv.NT]
  90. AddReg=SonyMediaConv.AddReg
  91. CopyFiles=Avc.CopyFiles
  92.  
  93. [PhilipsDV]
  94. AddReg=PhilipsDV.AddReg
  95. CopyFiles=Avc.CopyFiles
  96.  
  97. [PhilipsDV.NT]
  98. AddReg=PhilipsDV.AddReg
  99. CopyFiles=Avc.CopyFiles
  100.  
  101. [Avc.AddReg]
  102. ; Indicate that special DV detection should occur for devices with tape subunits
  103. HKR,,AvcFlags,0x10001,0x00000008
  104. HKR,,Class,,%DeviceClassName%
  105.  
  106. [AvcSubunitStub.AddReg]
  107. ; Indicate that a dummy subunit is to be created if the device reports no subunits
  108. ; Indicate that special DV detection should occur for devices with tape subunits
  109. HKR,,AvcFlags,0x10001,0x0000000A
  110.  
  111. [SonyMediaConv.AddReg]
  112. ; Indicate that no subunit info is to be collected, and...
  113. ; Indicate that a dummy subunit is to be created
  114. HKR,,AvcFlags,0x10001,0x00000006
  115.  
  116. [PhilipsDV.AddReg]
  117. ; Standard operation
  118. HKR,,AvcFlags,0x10001,0x00000000
  119.  
  120. [Avc.CopyFiles]
  121. avc.sys,,,0x0100
  122. avcstrm.sys,,,0x0100
  123.  
  124. [VirtualAvc]
  125. AddReg=VirtualAvc.AddReg
  126. CopyFiles=VirtualAvc.CopyFiles
  127.  
  128. [VirtualAvc.NT]
  129. AddReg=VirtualAvc.AddReg
  130. CopyFiles=VirtualAvc.CopyFiles
  131.  
  132. [VirtualAvc.NT.HW]
  133. AddReg=VirtualAvcACL.AddReg
  134.  
  135. [VirtualAvcACL.AddReg]
  136. HKR,,Security,,"D:P(A;;GA;;;SY)(A;;GA;;;BA)"  ; ACL allowing System and Admin
  137.  
  138. [VirtualAvc.AddReg]
  139. HKR,%VirtualAvc.DeviceList%,,,
  140.  
  141. [VirtualAvc.CopyFiles]
  142. avc.sys,,,0x0100
  143. avcstrm.sys,,,0x0100
  144.  
  145. [Avc.NT.Services]
  146. AddService = Avc, 2, Avc.ServiceInstall
  147.  
  148. [AvcSubunitStub.NT.Services]
  149. AddService = Avc, 2, Avc.ServiceInstall
  150.  
  151. [SonyMediaConv.NT.Services]
  152. AddService = Avc, 2, Avc.ServiceInstall
  153.  
  154. [Avc.ServiceInstall]
  155. DisplayName = %Avc.ServiceDesc%
  156. ServiceType   = 1
  157. StartType     = 3
  158. ErrorControl  = 1
  159. ServiceBinary = %12%\avc.sys
  160.  
  161. [SignatureAttributes.DRM]
  162. DRMLevel=1200
  163.  
  164. [VirtualAvc.NT.Services]
  165. AddService = Avc, 2, VirtualAvc.ServiceInstall
  166.  
  167. [VirtualAvc.ServiceInstall]
  168. DisplayName = %VirtualAvc.ServiceDesc%
  169. ServiceType   = 1
  170. StartType     = 3
  171. ErrorControl  = 1
  172. ServiceBinary = %12%\avc.sys
  173.  
  174.  
  175. [Strings]
  176.  
  177. ;----------------
  178. ; Not Localizable
  179. ;----------------
  180.  
  181. VirtualAvc.DeviceList="Virtual Device List"
  182.  
  183. ;-------------
  184. ; Localizable
  185. ;-------------
  186.  
  187. Msft="Microsoft"
  188.  
  189. MicrosoftMfg="Microsoft"
  190. Avc.DeviceDesc="AVC Device"
  191. Avc.ServiceDesc="AVC Device"
  192. VirtualAvc.DeviceDesc="Virtual AVC Device"
  193. VirtualAvc.ServiceDesc="Virtual AVC Device"
  194. DeviceClassName="AVC Device Class"
  195.