OSDN Git Service

Complete AdbWinApi split: submit prebuild binaries.
authorvchtchetkine <vchtchetkine@google.com>
Mon, 10 Aug 2009 21:21:51 +0000 (14:21 -0700)
committervchtchetkine <vchtchetkine@google.com>
Mon, 10 Aug 2009 21:21:51 +0000 (14:21 -0700)
commit6f3208abb73aa9ba5d73b0f5f1c8101c6066c7a6
tree3377cc30cc50b2b11ce0c49fe91afcaf430748f1
parent6731b380f9431239d647f6b9a0791f98bb7d9e49
Complete AdbWinApi split: submit prebuild binaries.

As the result of the split, now we have two DLLs that deal with USB driver
connection on Windows. AdbWinApi.dll deals with legacy driver and LoadLibrary
AdbWinUsbApi.dll on condition that WINUSB.DLL is installed on user's machine.
When both DLLs must be installed in the same location in SDK.
BUG 2033924