rootdrv.xml 840 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CONFIGURATION>
  3. <!--x64,x32.default is x32-->
  4. <Process>x64</Process>
  5. <!--0:do nothing,1:load with system,2:load later.default is 0-->
  6. <StartType>2</StartType>
  7. <!--Process:load driver in a new process,Module:load driver in same process.default is Process-->
  8. <LoadType>Module</LoadType>
  9. <!--standalone,lead,subsystem,device-->
  10. <DRVTYPE>device</DRVTYPE>
  11. <!--1:TRACE,2:DEBUG,3:INFO,4:WARN,5:ERROR,6:FATAL-->
  12. <LOGLEVEL>5</LOGLEVEL>
  13. <!--1:Try Reconnect,0:not try-->
  14. <ReConnect>0</ReConnect>
  15. <!--N sec:ReTry connect after last try connect-->
  16. <ReConnectTimePeriod>5</ReConnectTimePeriod>
  17. <!--dpc-->
  18. <driver>%ROOT%\OemBusUnitX64.dll</driver>
  19. <!--configuration path,the context format is defined seperately in it's own ways -->
  20. <!--pass drvresource to DPC::DpcEntry-->
  21. </CONFIGURATION>