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.

65 lines
1.3 KiB

  1. ;
  2. ; FILE: ISOPERF.INF
  3. ;
  4. ; Revision History:
  5. ;
  6. ; Rev 1.0: October 30, 1996
  7. ; Kosar Jaff / Intel Corporation
  8. ; Initial Revision
  9. ;
  10. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  11. ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  12. ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  13. ; PURPOSE.
  14. ;
  15. ; (c) Intel Corporation 1996
  16. ;
  17. [Version]
  18. signature="$CHICAGO$"
  19. Provider=%Msft%
  20. LayoutFile=LAYOUT.INF
  21. ; Table of Contents
  22. [Manufacturer]
  23. %IntelMfg%=Intel
  24. %MSMfg%=MS
  25. [PreCopySection]
  26. HKR,,NoSetupUI,,1
  27. [DestinationDirs]
  28. ISOPERF.CopyList = 11 ; LDID_SYS
  29. [Intel]
  30. ;
  31. ;TODO: Add entries for your hardware here when debugging your driver so you can load
  32. ; the device driver based on your device's Product ID and Vendor ID. Here we
  33. ; show an example for our Intel 82930 USB Microcontroller-based design.
  34. ;
  35. %USB\VID_8086&PID_9890.DeviceDesc%=ISOPERF, USB\VID_8086&PID_9890 ; 82930 board
  36. [MS]
  37. [NODRIVER]
  38. [ControlFlags]
  39. ExcludeFromSelect=USB\VID_8086&PID_9890
  40. [ISOPERF]
  41. CopyFiles=ISOPERF.CopyList
  42. AddReg=ISOPERF.AddReg
  43. [ISOPERF.AddReg]
  44. HKR,,DevLoader,,*ntkern
  45. HKR,,NTMPDriver,,Isoperf.sys
  46. HKR,,MyLittleTag,,MyEntryInTheRegistry
  47. [ISOPERF.CopyList]
  48. Isoperf.sys
  49. [Strings]
  50. Msft="Microsoft"
  51. IntelMfg="Intel"
  52. USB\VID_8086&PID_9890.DeviceDesc="Intel Isoperf Driver"
  53. MSMfg="Microsoft"