home *** CD-ROM | disk | FTP | other *** search
/ XMANGA 27 / XMANGA27.ISO / Extra / mp10setup.exe / wpdmtp.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-08-11  |  6.0 KB  |  159 lines

  1. ; Installation inf for devices supporting Media Transfer Protocol (MTP)
  2. ;
  3. ; Copyright (c) Microsoft Corporation.
  4. ;
  5.  
  6. [Version]
  7. Signature="$WINDOWS NT$"
  8. Class=WPD
  9. ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
  10. Provider=%Msft%
  11. LayoutFile=layout.inf
  12. DriverVer=08/31/2004,5.2.0.0
  13.  
  14. [Manufacturer]
  15. %MfgName%=Generic
  16. %MfgNameVendorModels%=VendorModels
  17.  
  18. [Generic]
  19. ;
  20. ;Device is identified by Microsoft OS descriptor
  21. ;If your device does not support it, use specific VID & PID for identification
  22. ;
  23. %GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
  24.  
  25. [VendorModels]
  26.  
  27. ;Creative PMC
  28. %GenericMTP.DeviceDesc%=MTP, USB\VID_041E&PID_4123
  29.  
  30. ;Samsung PMC
  31. %GenericMTP.DeviceDesc%=MTP, USB\VID_04E8&PID_5A0F
  32.  
  33. ;Intel Bandon PMC
  34. %GenericMTP.DeviceDesc%=MTP, USB\VID_045E&PID_00C9
  35.  
  36. ;iRiver PMC
  37. %GenericMTP.DeviceDesc%=MTP, USB\VID_1006&PID_4002
  38. %GenericMTP.DeviceDesc%=MTP, USB\VID_1006&PID_4003
  39.  
  40.  
  41. ;;******************************************************************************
  42. ;; The following are to be used in vendor specific "Includes" and "Needs" sections.
  43. ;; Specifically, the INF should contain:
  44. ;;
  45. ;; [DDInstall]
  46. ;; Include = wpdmtp.inf
  47. ;; Needs   = WPD.MTP.CopyFiles
  48. ;; 
  49. ;; [DDInstall.hw]
  50. ;; Include = wpdmtp.inf
  51. ;; Needs   = WPD.MTP.Registration
  52. ;;
  53. ;; [DDInstall.Services]
  54. ;; Include = wpdmtp.inf
  55. ;; Needs   = WPD.MTP.Services
  56. ;;
  57. ;;******************************************************************************
  58.  
  59. [WPD.MTP.CopyFiles]
  60. CopyFiles = 
  61.  
  62. [WPD.MTP.Registration]
  63. AddReg    = MTP.WmdmRegistration, MTP.DriverCustomization, WDF.Registration, MTP.AutoPlayRegistration
  64. CopyFiles = 
  65.  
  66. [WPD.MTP.Services]
  67. AddService = WpdUsb, 0x2, MTP.WpdUsb.AddService
  68.  
  69. [DestinationDirs]
  70.  
  71. [MTP.NT]
  72.  
  73. [MTP.NT.hw]
  74. AddReg    = MTP.WmdmRegistration, MTP.DriverCustomization, WDF.Registration, MTP.AutoPlayRegistration
  75. CopyFiles = 
  76.  
  77. [MTP.NT.Services]
  78. AddService=WpdUsb, 0x2, MTP.WpdUsb.AddService
  79.  
  80. [MTP.WmdmRegistration]
  81. HKR,,"UseExtendedWmdm",0x10001,1
  82. HKR,,"WMDMSPCLSID",,"{77F7F122-20B0-4117-A2FB-059D1FC88256}"
  83. HKR,,"ShowInShell",0x10001,1
  84.  
  85. ; This lists the interfaces which WpdUsb.sys will register on device start
  86. HKR,,"Interfaces",0x00010000,"{6ac27878-a6fa-4155-ba85-f98f491d4f33}","{f33fdc04-d1ac-4e8e-9a30-19bbd4b108ae}","{14480d3f-7a47-4a75-aaef-b14f56397153}"
  87.  
  88. [MTP.DriverCustomization]
  89. HKR,"MTP","IgnoreOpCodes",,""
  90.  
  91. ;; Enable driver side object handle caching when writing to the device.
  92. HKR,"MTP","CacheOnWrite",0x10001,1
  93.  
  94. ;; Threshold for number of objects in a given folder afterwhich the driver
  95. ;; will query for object properties only upon application request (as 
  96. ;; opposed to querying for objects and their properties at enumeration 
  97. ;; time)
  98. HKR,"MTP","EnumThreshold",0x10001,200
  99.  
  100. ;; Threshold for number of objects in a given folder afterwhich the driver
  101. ;; will query for object property groups during enumeration 
  102. ;; time)
  103. HKR,"MTP","PropertyGroupThreshold",0x10001,10
  104.  
  105. ;; Report Storage Serial Number support in MTP driver
  106. HKR,"MTP","ReportStorageSerialNumber",0x10001,1
  107.  
  108.  
  109. [MTP.AutoPlayRegistration]
  110. ; Per interface setting enabling Autoplay
  111. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","DeviceGroup",,"PortableAudioPlayer"
  112. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","Label",,%Autoplay.Label%
  113. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","DeviceHandlers",,"MTPMediaPlayerHandler"
  114. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceClasses\{14480d3f-7a47-4a75-aaef-b14f56397153}","Icons",0x00010000,"%%SystemRoot%%\system32\shell32.dll,-299"
  115. ;   DeviceHandler
  116. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceHandlers\MTPMediaPlayerHandler\EventHandlers\DeviceArrival","MTPMediaPlayerArrival",,""
  117. ;   EventHandlers.  Creating an empty key will give "Take no action" option if no handlers are registered.
  118. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\MTPMediaPlayerArrival\",,0x00000012
  119.  
  120. ;
  121. ;User mode WDF Registration
  122. ;
  123. [WDF.Registration]
  124. HKR,"WDFU","DriverList",0x00010008,"WpdMtpDr"
  125. HKR,"WDFU","Isolated",0x10001,1
  126. HKR,"WDFU","DeviceInterfaces",0x00010000,"{f33fdc04-d1ac-4e8e-9a30-19bbd4b108ae}","{14480d3f-7a47-4a75-aaef-b14f56397153}"
  127.  
  128. ; WDF host process
  129. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF"
  130. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services"
  131. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\WpdMtpDr","ImagePath",0x00020000,"WpdMtpDr.dll"
  132. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\WpdMtpDr","WdfHostProcessGUID",0x00000000,"{63432f85-815a-4a44-be78-cbdf484acd93}"
  133. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\{63432f85-815a-4a44-be78-cbdf484acd93}","WdfHostProcessImagePath",0x00020000,"%11%\uWDF.exe"
  134. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\{63432f85-815a-4a44-be78-cbdf484acd93}","WdfHostProcessExitTimeout",0x00010001,10
  135. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\WDF\Services\{63432f85-815a-4a44-be78-cbdf484acd93}","WdfHostProcessStartTimeout",0x00010001,10
  136.  
  137. [WDF.Registration.security]
  138. "D:P(A;OICI;GA;;;SY)(A;OICI;GA;;;BA)(A;OICI;GR;;;LS)"
  139.  
  140. ;
  141. ; WpdUsb Kernel mode driver
  142. ;
  143. [MTP.WpdUsb.AddService]
  144. DisplayName    = %WpdUsb.SvcDesc%
  145. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  146. StartType      = 3                  ; SERVICE_DEMAND_START
  147. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  148. ServiceBinary  = %10%\System32\Drivers\wpdusb.sys
  149. LoadOrderGroup = Base
  150.  
  151. [Strings]
  152. Msft                    = "Microsoft"
  153. WpdUsb.SvcDesc          = "WpdUsb"
  154. GenericMTP.DeviceDesc   = "Dispositivo MTP"
  155. MfgName                 = "(Dispositivos compatibles con MTP est疣dar)"
  156. MfgNameVendorModels     = "(Dispositivos compatibles con MTP est疣dar)"
  157. Autoplay.Label          = "Reproductor de medios MTP"
  158.  
  159.