home *** CD-ROM | disk | FTP | other *** search
/ ImageMixer 1.5 for Sony / ImageMixer.iso / driver / data1.cab / S_W2KXPinf / sonypvs2usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-03-04  |  1.9 KB  |  66 lines

  1. ;--------------------------------------------------------------------------------------------------
  2. ;
  3. ;       Sony Digital Imaging for Windows 2000 / XP
  4. ;       sonypvs2usb.inf
  5. ;       Copyright 2001,2002 Sony Corp.
  6. ;
  7. ;--------------------------------------------------------------------------------------------------
  8.  
  9. [Version]
  10. ;LayoutFile      =Layout.inf
  11. Signature       ="$CHICAGO$"
  12. Class           =USB
  13. ClassGUID       ={36FC9E60-C465-11CF-8056-444553540000}
  14. Provider        =%DriverProvider%
  15. DriverVer       =10/16/2002,1.1.1.14
  16. CatalogFile.nt  =sonypvs2.cat
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = *
  20.  
  21. [Manufacturer]
  22. %TheMfg%=Models
  23.  
  24. [SourceDisksNames.x86]
  25.  
  26. [SourceDisksFiles.x86]
  27.  
  28. [Models]
  29. ; DisplayName                         Section           DeviceID
  30. ;----------------------------------   ----------------  -----------------------
  31. %USB\VID_054C&PID_00C0.DeviceDesc%  = SONYHC_U.Device,  USB\VID_054C&PID_00C0
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ;       INF DDInstall Section
  36. ;
  37. ;------------------------------------------------------------------------------
  38. [SONYHC_U.Device.NT]
  39. Include=usb.inf
  40. Needs=Composite.Dev.NT
  41. AddReg=SONYHC_U.Device.AddReg
  42.  
  43. [SONYHC_U.Device.AddReg]
  44.  
  45. ;------------------------------------------------------------------------------
  46. ;
  47. ;       INF DDInstall.Services Section
  48. ;
  49. ;------------------------------------------------------------------------------
  50. [SONYHC_U.Device.NT.Services]
  51. Include=usb.inf
  52. Needs= Composite.Dev.NT.Services
  53.  
  54.  
  55. [Strings]
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ; Localizable
  59. ;
  60. ;------------------------------------------------------------------------------
  61. DriverProvider  = "Sony Corporation"
  62. TheMfg          = "Sony Corporation"
  63.  
  64. USB\VID_054C&PID_00C0.DeviceDesc="Sony Digital Imaging USB"
  65.  
  66.