home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / ts_wpdmtp.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  10.6 KB  |  172 lines

  1. ; Installation inf for devices supporting Media Transfer Protocol (MTP)
  2. ;
  3. ; Copyright (c) Microsoft Corporation.
  4.  
  5.  
  6.  
  7. [Version]
  8. Signature="$WINDOWS NT$"
  9. Class=WPD
  10. ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
  11. Provider=%Msft%
  12. ;; Commented by AddSDisk.cmd
  13. ;; LayoutFile=layout.inf
  14. ;; CatalogFile=ts_wpdmtp.CAT
  15. DriverVer=06/21/2006,6.0.6001.18000
  16.  
  17.  
  18. [DestinationDirs]
  19. Include = wpdmtp.inf
  20. Needs   = DestinationDirs
  21.  
  22. [Manufacturer]
  23. %MfgName%=Generic,NTx86,NTamd64
  24. %MfgNameVendorModels%=VendorModels,NTx86,NTamd64
  25.  
  26. ;
  27. ;Device is identified by Microsoft OS descriptor
  28. ;If your device does not support it, use specific VID & PID for identification
  29. ;
  30. [Generic.NTx86]
  31. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\MS_COMP_MTP
  32. %GenericPTP.DeviceDesc%=TSMTP, TS_USB\Class_06&SubClass_01&Prot_01
  33. %GenericMTPIP.DeviceDesc%=TSMTPIP, TS_umb\urn:microsoft-com:device:mtp:1
  34.  
  35.  
  36. [Generic.NTamd64]
  37. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\MS_COMP_MTP
  38. %GenericPTP.DeviceDesc%=TSMTP, TS_USB\Class_06&SubClass_01&Prot_01
  39. %GenericMTPIP.DeviceDesc%=TSMTPIP, TS_umb\urn:microsoft-com:device:mtp:1
  40.  
  41. [VendorModels.NTx86]
  42. ; Kodak PTP
  43. %TS_USB\VID_040A&PID_0140.Device%=TSMTP, TS_USB\VID_040A&PID_0140
  44. %TS_USB\VID_040A&PID_0200.Device%=TSMTP, TS_USB\VID_040A&PID_0200
  45. %TS_USB\VID_040A&PID_0121.Device%=TSMTP, TS_USB\VID_040A&PID_0121
  46. %KodakDC4800%=TSMTP, TS_USB\VID_040A&PID_0160
  47. ;Nokia N91
  48. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_0421&PID_0485
  49. ;Creative PMC
  50. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_041E&PID_4123
  51. ;Samsung PMC
  52. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_04E8&PID_5A0F
  53. ;Intel Bandon PMC
  54. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_045E&PID_00C9
  55. ;iRiver PMC
  56. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_1006&PID_4002
  57. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_1006&PID_4003
  58.  
  59. [VendorModels.NTamd64]
  60. ; Kodak PTP
  61. %TS_USB\VID_040A&PID_0140.Device%=TSMTP, TS_USB\VID_040A&PID_0140
  62. %TS_USB\VID_040A&PID_0200.Device%=TSMTP, TS_USB\VID_040A&PID_0200
  63. %TS_USB\VID_040A&PID_0121.Device%=TSMTP, TS_USB\VID_040A&PID_0121
  64. %KodakDC4800%=TSMTP, TS_USB\VID_040A&PID_0160
  65. ;Nokia N91
  66. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_0421&PID_0485
  67. ;Creative PMC
  68. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_041E&PID_4123
  69. ;Samsung PMC
  70. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_04E8&PID_5A0F
  71. ;Intel Bandon PMC
  72. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_045E&PID_00C9
  73. ;iRiver PMC
  74. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_1006&PID_4002
  75. %GenericMTP.DeviceDesc%=TSMTP, TS_USB\VID_1006&PID_4003
  76.  
  77.  
  78. ;;******************************************************************************
  79.  
  80. [TSMTP.NT]
  81. Include = wpdmtp.inf
  82. Needs   = MTP.NT
  83.  
  84. [TSMTP.NT.hw]
  85. Include = ts_generic.inf
  86. Needs   = TS_Generic_Install.hw
  87. AddReg= TSMTP.AutoPlayRegistration,TSMTP.LEGACY.Registration 
  88.  
  89.  
  90. [TSMTP.NT.Services]
  91. Include = ts_generic.inf
  92. Needs   = TS_Generic_Install.Services
  93.  
  94. [TSMTP.NT.CoInstallers]
  95. Include = wpdmtp.inf,ts_generic.inf
  96. Needs   = MTP.NT.CoInstallers,TS_Generic_Install.CoInstallers
  97.  
  98. [TSMTP.NT.Wdf]
  99. Include = ts_generic.inf
  100. Needs = TS_Generic_Install_WdfBasic
  101. UmdfServiceOrder=UsbDr
  102.  
  103. [TSMTPIP.NT]
  104. Include = wpdmtp.inf
  105. Needs   = MTPIP.NT
  106.  
  107. [TSMTPIP.NT.hw]
  108. Include = ts_generic.inf
  109. Needs   = TS_Generic_Install.hw
  110. AddReg=  TSPTP.AutoPlayRegistration,TSPTP.LEGACY.Registration
  111.  
  112.  
  113. [TSMTPIP.NT.Services]
  114. Include = ts_generic.inf
  115. Needs   = TS_Generic_Install.Services
  116.  
  117. [TSMTPIP.NT.CoInstallers]
  118. Include = wpdmtp.inf,ts_generic.inf
  119. Needs   = MTPIP.NT.CoInstallers,TS_Generic_Install.CoInstallers
  120.  
  121.  
  122. [TSMTPIP.NT.Wdf]
  123. Include = ts_generic.inf
  124. Needs = TS_Generic_Install_WdfBasic
  125. UmdfServiceOrder=UsbDr
  126.  
  127. [TSMTP.AutoPlayRegistration]
  128. ; Enable default AutoPlay support
  129. HKR,,"EnableDefaultAutoPlaySupport",0x10001,1
  130.  
  131. [TSMTP.LEGACY.Registration]
  132. ; Request for auto-determination of WIA/WMDM legacy API support based on device capabilities and type
  133. HKR,,"EnableLegacySupport",0x10001,0xFFFFFFFF
  134.  
  135. ; Report EXIF format as JPEG for WIA  
  136. HKR,,"ReportJPGFormatForEXIF",0x10001,1
  137.  
  138. [TSPTP.AutoPlayRegistration]
  139. ; This lists the interfaces which WpdUsb.sys will register on device start; this list contains the legacy AutoPlay
  140. HKR,,"Interfaces",0x00010000,"{6ac27878-a6fa-4155-ba85-f98f491d4f33}"
  141.  
  142. ; Enable default AutoPlay support
  143. HKR,,"EnableDefaultAutoPlaySupport",0x10001,1
  144.  
  145. ; Ensure that the entries show up as 'source only' so apps registered for sink do not show up in the list
  146. HKR,,"AutoPlaySourceOnly",0x10001,1
  147.  
  148. [TSPTP.LEGACY.Registration]
  149. ; Request for auto-determination of WIA/WMDM legacy API support based on device capabilities and type
  150. HKR,,"EnableLegacySupport",0x10001,0xFFFFFFFF
  151.  
  152. ; Set PTP devices to 'Camera type' devices so the correct device icon will be displayed in Windows Explorer
  153. HKR,,"PortableDeviceType",0x10001,1
  154.  
  155. ; Report EXIF format as JPEG for WIA  
  156. HKR,,"ReportJPGFormatForEXIF",0x10001,1
  157.  
  158. [Strings]
  159.  
  160. ;; Localizable strings
  161. TS_USB\VID_040A&PID_0121.Device="Kodak Digital Camera"
  162. TS_USB\VID_040A&PID_0140.Device="Kodak DC4800 Zoom Digital Camera"
  163. TS_USB\VID_040A&PID_0200.Device="Kodak Digital Camera"
  164. KodakDC4800="Kodak DC4800 Zoom Digital Camera"
  165. GenericPTP.DeviceDesc="Digital Still Camera"
  166.  
  167. Msft="Microsoft"
  168. WpdUsb.SvcDesc="WpdUsb"
  169. GenericMTP.DeviceDesc="MTP Device"
  170. GenericMTPIP.DeviceDesc="MTP IP Device"
  171. MfgName="(Standard MTP-compliant devices)"
  172. MfgNameVendorModels="(Standard MTP-Compliant Device)"
  173. Autoplay.Label= "Portable Device"
  174.