home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / dvd.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-21  |  3.9 KB  |  126 lines

  1.  
  2. [Version]
  3. signature="$CHICAGO$"
  4. Class=MEDIA
  5. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  6. Provider=%Msft%
  7. LayoutFile=layout.inf, layout1.inf, layout2.inf
  8.  
  9. [DestinationDirs]
  10. Tosh404.CopyFiles=10,system32\drivers
  11. Tosh404.DelList=11                         ; WINDOWS\SYSTEM
  12. DVD.Copy.SYS=10,system32\drivers
  13.  
  14. [DVD.Copy.SYS]
  15. stream.SYS
  16. ;dxapi.sys
  17.  
  18. [Manufacturer]
  19. %MfgToshiba%=Toshiba
  20.  
  21. ;-----------------------------------------------------------------------------
  22. ;
  23. ; Toshiba DVD devices
  24. ;
  25. ;-----------------------------------------------------------------------------
  26.  
  27. [Toshiba]
  28. %Tosh404.DeviceDesc%=Tosh404,PCI\VEN_1179&DEV_0404
  29.  
  30. [Tosh404]
  31. include=ks.inf,ksfilter.inf
  32. needs=KS.Registration,MSPCLOCK.Installation
  33. AddReg=Tosh404.AddReg
  34. CopyFiles=Tosh404.CopyFiles, DVD.Copy.SYS
  35. DelFiles=Tosh404.DelList
  36.  
  37. [Tosh404.DelList]
  38. tosdvd.sys
  39.  
  40. [Tosh404.AddReg]
  41. HKR,,NTMPDriver,,tosdvd.sys
  42. HKR,,DevLoader,,*NTKERN
  43.  
  44. ;page out the minidriver when the device is not opened
  45.  
  46. HKR,,PageOutWhenUnopened,3,01
  47.  
  48. ;
  49. ; set the initial value of the AC-3 decoder output format
  50. ;  format of this line is:
  51. ;
  52. ; HKR,"Pin#\\Properties",PropertyX, KSPROPERTRY_SERIALHDR, [KSPROPERTY_SERIAL, Property Values]*
  53. ; Where # represents the stream number for the pin of the properties.  In
  54. ; the sample drivers, the audio pin is pin 1, and this is the pin that contains
  55. ; the audio output format property.
  56. ; KSPROPERTY_SERIALHDR is filled in with the property set GUID, and the number
  57. ; of individual properties within that set which are being initialized.
  58. ; KSPROPERTY_SERIAL is filled in with the GUID for the type of property that it
  59. ; is.  In most cases, this will be GUID NULL, followed by an id and a flags,
  60. ; both of 0.
  61. ; this is followed by the ID of the property being set within the set specified
  62. ; in the KSPROPERTY_SERIALHDR, and then the length of the data being set.
  63. ; Property Data then follows.
  64. ; The KSPROPERTY_SERIALHDR , KSPROPERTY_SERIAL, and property data entries are
  65. ; repeated for every property that you wish to set within the set.
  66. ; NOTE: You do not need an entry for a property that does not have a default
  67. ; value
  68. ;
  69.  
  70. HKR,"Pin1\Properties",Property1,3,20,e0,a6,6c,bd,43,d0,11,bd,6a,0,35,5,c1,3,a9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,0,0,0,1,0,0,0
  71.  
  72. ;HKR,audiopin, property value id, 3 for binary data, KSPROPSETID_AudioDecoderOut,(ULONG) 1 property entry,
  73. ; GUID NULL type set, ULONG(0) id,ULONG(0) flags, ULONG(1) KSPROPERTY_AUDDECOUT_CUR_MODE,
  74. ; ULONG (4) sizeof data, ULONG (1) KSAUDDECOUTMODE_STEREO_ANALOG
  75.  
  76.  
  77. [Tosh404.CopyFiles]
  78. tosdvd.sys
  79.  
  80. [Tosh404.Interfaces]
  81. ;
  82. ; "GLOBAL" is currently a fixed reference string and will be change for BETA 2
  83. ;
  84. AddInterface=%KSCATEGORY_DATADECOMPRESSOR%,GLOBAL,Tosh404.Interface.Decompressor
  85.  
  86. [Tosh404.Interface.Decompressor]
  87. AddReg=Tosh404.Interface.AddReg
  88.  
  89. [Tosh404.Interface.AddReg]
  90. HKR,,CLSID,,%Proxy.CLSID%
  91. HKR,,FriendlyName,,%Tosh404.DeviceDesc%
  92.  
  93. [Tosh404.Services]
  94. AddService=tosdvd, 0x00000002, Tosh404.ServiceInstall
  95.  
  96. [Tosh404.ServiceInstall]
  97. DisplayName=%Tosh404.DeviceDesc%
  98. ServiceType=%SERVICE_KERNEL_DRIVER%
  99. StartType=%SERVICE_DEMAND_START%
  100. ErrorControl=%SERVICE_ERROR_NORMAL%
  101. ServiceBinary=%10%\system32\drivers\tosdvd.sys
  102. LoadOrderGroup=ExtendedBase
  103.  
  104. [Strings]
  105. ; non-localizeable
  106. Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  107. KSCATEGORY_DATADECOMPRESSOR="{2721AE20-7E70-11D0-A5D6-28DB04C10000}"
  108. KSCATEGORY_CAPTURE="{65e8773d-8f56-11d0-a3b9-00a0c9223196}"
  109. KSCATEGORY_TVTUNER="{a799a800-a46d-11d0-a18c-00a02401dcd4}"
  110. KSCATEGORY_CROSSBAR="{a799a801-a46d-11d0-a18c-00a02401dcd4}"
  111.  
  112. SERVICE_KERNEL_DRIVER=1
  113. SERVICE_DEMAND_START=3
  114. SERVICE_ERROR_NORMAL=1
  115. REG_EXPAND_SZ=0x00020000
  116. REG_DWORD=0x00010001
  117.  
  118. ;localizeable
  119.  
  120. Msft="Microsoft"
  121. DVDProxy.Description="DVD proxy filter"
  122. MfgToshiba="Toshiba"
  123. Tosh404.DeviceDesc="Toshiba DVD decoder card"
  124. MfgMsft="Microsoft"
  125.