home *** CD-ROM | disk | FTP | other *** search
- ;--------------------------------------------------------------------------------------------------
- ;
- ; Sony Digital Imaging
- ; sonypvs2usb.inf
- ; Copyright 2001,2002 Sony Corp.
- ;
- ;--------------------------------------------------------------------------------------------------
-
- [Version]
- LayoutFile =Layout.inf
- Signature ="$CHICAGO$"
- Class =USB
- ClassGUID ={36FC9E60-C465-11CF-8056-444553540000}
- Provider =%DriverProvider%
- DriverVer =10/16/2002,1.1.1.14
- CatalogFile.nt =sonypvs2.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [Manufacturer]
- %TheMfg%=Models
-
- [SourceDisksNames.x86]
-
- [SourceDisksFiles.x86]
-
- [Models]
- ; DisplayName Section DeviceID
- ;---------------------------------- ---------------- -----------------------
- %USB\VID_054C&PID_00C0.DeviceDesc% = SONYHC_U.Device, USB\VID_054C&PID_00C0
-
- ;------------------------------------------------------------------------------
- ;
- ; INF DDInstall Section
- ;
- ;------------------------------------------------------------------------------
- [SONYHC_U.Device]
- AddReg=SONYHC_U.AddReg
-
- [SONYHC_U.Device.NT]
- Include=usb.inf
- Needs=Composite.Dev.NT
-
- ;------------------------------------------------------------------------------
- ;
- ; INF AddReg Directive
- ;
- ;------------------------------------------------------------------------------
- [SONYHC_U.AddReg]
- HKR,,DevLoader,,*NTKERN
- HKR,,NTMPDriver,,usbhub.sys
-
- ;------------------------------------------------------------------------------
- ;
- ; INF DDInstall.Services Section
- ;
- ;------------------------------------------------------------------------------
- [SONYHC_U.Device.NT.Services]
- Include=usb.inf
- Needs= Composite.Dev.NT.Services
-
-
- [Strings]
- ;------------------------------------------------------------------------------
- ;
- ; Non-Localizable
- ;
- ;------------------------------------------------------------------------------
-
- ;------------------------------------------------------------------------------
- ;
- ; Localizable
- ;
- ;------------------------------------------------------------------------------
- DriverProvider = "Sony Corporation"
- TheMfg = "Sony Corporation"
-
- USB\VID_054C&PID_00C0.DeviceDesc="Sony Digital Imaging USB"
-
-