Leaked source code of windows server 2003
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.

105 lines
2.8 KiB

  1. ; Copyright (C) Microsoft Corporation, 1997 - 2001 All Rights Reserved.
  2. ;
  3. ; BdaSWRcv.INF -- This INF file creates a software capture device using
  4. ; SWEnum.
  5. ;
  6. ; NOTE! THIS FILE IS NOT REQUIRED AND SHOULD NOT BE USED FOR AN ACTUAL
  7. ; HARDWARE TUNER.
  8. ;
  9. [Version]
  10. signature="$CHICAGO$"
  11. Class=MEDIA
  12. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  13. Provider=%Msft%
  14. DriverVer=08/06/2001
  15. [DestinationDirs]
  16. DefaultDestDir=10,system32\drivers
  17. [Manufacturer]
  18. %Msft%=Microsoft
  19. [DefaultInstall]
  20. needs=BdaSWCapture.Installation
  21. [BdaSWCapture.Installation]
  22. AddReg=BdaSWCapture.RunOnce.AddReg
  23. [BdaSWCapture.RunOnce.AddReg]
  24. HKLM,%RunOnce%,"BdaSW.Capture",,"rundll32.exe streamci,StreamingDeviceSetup %BdaSWCapture.DeviceId%,%KSSTRING_BdaSWCaptureFilter%,%KSCATEGORY_BDARECEIVER%,%01%\BdaSWRcv.inf,BdaSWCapture.Install"
  25. HKLM,%RunOnce%,"BdaSW.Tuner",,"rundll32.exe streamci,StreamingDeviceSetup %BdaSWTuner.DeviceId%,%KSSTRING_BdaSWTunerFilter%,%KSCATEGORY_BDATUNER%,%01%\BdaSWRcv.inf,BdaSWTuner.Install"
  26. [BdaSWCapture.Install]
  27. AddReg=BdaSWCapture.AddReg
  28. [BdaSWCapture.AddReg]
  29. HKR,,CLSID,,%Proxy.CLSID%
  30. HKR,,FriendlyName,,%BdaSWCapture.FilterDesc%
  31. [BdaSWTuner.Install]
  32. AddReg=BdaSWTuner.AddReg
  33. [BdaSWTuner.AddReg]
  34. HKR,,CLSID,,%Proxy.CLSID%
  35. HKR,,FriendlyName,,%BdaSWTuner.FilterDesc%
  36. [Strings]
  37. ;----------------
  38. ; non-localizeable
  39. ;----------------
  40. SERVICE_KERNEL_DRIVER=1
  41. SERVICE_DEMAND_START=3
  42. SERVICE_ERROR_NORMAL=1
  43. REG_EXPAND_SZ=0x00020000
  44. REG_DWORD=0x00010001
  45. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  46. ; Specify the GUID for the Ksproxy plugin..
  47. ;
  48. Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  49. ; Specify the GUID for the BDA Receiver Filters category in GraphEdit.
  50. ;
  51. KSCATEGORY_BDARECEIVER="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
  52. ; Specify the GUID for the BDA Source Filters category in GraphEdit.
  53. ;
  54. KSCATEGORY_BDATUNER="{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
  55. ; Specify the GUID for the capture device's SW PnP ID
  56. ;
  57. BdaSWCapture.DeviceId="{AA7F4F0A-A95B-42d1-B9DD-EE3AC9AB39A8}"
  58. ; Specify the GUID for the tuner device's SW PnP ID
  59. ;
  60. BdaSWTuner.DeviceId="{828B00F0-9A04-4692-8573-535B05DFF3F4}"
  61. ; Specify the GUID for the digital capture Filter.
  62. ;
  63. ; NOTE! This must match the reference guid specified in the driver's filter
  64. ; descriptor.
  65. ;
  66. KSSTRING_BdaSWCaptureFilter="{074649FE-2DD8-4c12-8A23-BD828BADFFFA}"
  67. ; Specify the GUID for the digital tuner Filter.
  68. ;
  69. ; NOTE! This must match the reference guid specified in the driver's filter
  70. ; descriptor.
  71. ;
  72. KSSTRING_BdaSWTunerFilter="{91B0CC87-9905-4d65-A0D1-5861C6F22CBF}"
  73. ;----------------
  74. ; localizeable
  75. ;----------------
  76. Msft="Microsoft"
  77. BdaSWCapture.FilterDesc="Sample BDA Capture"
  78. BdaSWTuner.FilterDesc="Sample BDA Tuner Filter"