home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd2.bin / video / nvidia_universal / 2250w2k.exe / nvtvsnd.inf < prev    next >
Windows Setup INFormation  |  2001-10-12  |  3KB  |  118 lines

  1. ; nvtvsnd.INF  -- This file installs nvtvsnd.sys
  2. ;
  3. ;*** Created 6/6/97  (Creation Date)
  4. ;
  5.  
  6. [Version]
  7. signature="$CHICAGO$"
  8. Class=MEDIA
  9. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  10. Provider=%Msft%
  11. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  12.  
  13. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  14.  
  15. [SourceDisksNames]
  16. 1=%Disk1Name%
  17.  
  18. [DestinationDirs]
  19. nvtvSND.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  20.  
  21. [Manufacturer]
  22. %MS%=MS
  23.  
  24. [SourceDisksNames]
  25. 1="DDK nvtvSND Sample","",1
  26.  
  27. [SourceDisksFiles]
  28. nvtvsnd.sys=1
  29.  
  30.  
  31.  
  32. ; =================== Generic ==================================
  33.  
  34. [MS]
  35. %nvtvSND.DeviceDesc%=nvtvSND.Device,DISPLAY\nvtvSND
  36.  
  37. [nvtvSND.Device]
  38. Include  =  ks.inf, kscaptur.inf
  39. Needs    =  KS.Registration,KSCAPTUR.Registration
  40. AddReg   =  nvtvSND.addreg
  41. CopyFiles=  nvtvSND.CopyDrivers
  42. DelFiles =  nvtvSND.DelDrivers
  43.  
  44. [nvtvSND.Device.NT]
  45. Include  =  ks.inf, kscaptur.inf
  46. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  47. AddReg   =  nvtvSND.addreg
  48. CopyFiles=  nvtvSND.CopyDrivers
  49. DelFiles =  nvtvSND.DelDrivers
  50.  
  51.  
  52. [nvtvSND.AddReg]
  53. HKR,,DevLoader,,*ntkern
  54. HKR,,NTMPDriver,,nvtvSnd.sys
  55. HKR,,PageOutWhenUnopened,3,01
  56. ;TVStd    
  57. ; 1=pal b/g
  58. ; 2=secam L
  59. ; 3=ntsc m
  60. ; 4=pal i
  61. ; 5=pal d/k
  62. HKR,,TVStd,,0x4
  63.  
  64. [nvtvSND.CopyDrivers]
  65. stream.sys
  66. ks.sys
  67. ;nvtvSnd.sys
  68.  
  69.  
  70.  
  71. ; =================== nvtvSND ==================================
  72.  
  73.  
  74. [nvtvSND.Device.Interfaces]
  75. AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TVSND,
  76.  
  77. [nvtvSND.Device.NT.Interfaces]
  78. AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TVSND,
  79.  
  80. [TVSND]
  81. AddReg=TVSND.AddReg
  82. HKR,,FriendlyName,,%nvtvSND.TVSND%
  83.  
  84. [TVSND.AddReg]
  85. HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
  86.  
  87. [nvtvSND.Device.NT.Services]
  88. AddService = nvtvSND,0x00000002,nvtvSND.ServiceInstall
  89.  
  90. [nvtvSND.ServiceInstall]
  91. DisplayName   = %nvtvSND.DeviceDesc%
  92. ServiceType   = %SERVICE_KERNEL_DRIVER%
  93. StartType     = %SERVICE_AUTO_START%
  94. ErrorControl  = %SERVICE_ERROR_NORMAL%
  95. ServiceBinary = %12%\nvtvsnd.sys
  96.  
  97. ; =================== strings ==================================
  98.  
  99. [Strings]
  100. ;----------------
  101. ; Non-Localizable
  102. ;----------------
  103.  
  104. SERVICE_KERNEL_DRIVER=1
  105. SERVICE_AUTO_START=2
  106. SERVICE_ERROR_NORMAL=1
  107.  
  108. ;----------------
  109. ; Localizable
  110. ;------------------
  111.  
  112. Msft="NVIDIA"
  113. MS="NVIDIA"
  114. captureClassName="Sound, video and game controllers"
  115. nvtvSND.DeviceDesc="NVIDIA WDM TVAudio Crossbar"
  116. nvtvSND.TVSND="NVIDIA WDM TVAudio XBar"
  117. Disk1Name="NVIDIA WDM Drivers Disk 1"
  118.