OSDN Git Service

Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL
authorvchtchetkine <vchtchetkine@google.com>
Wed, 5 Aug 2009 23:57:18 +0000 (16:57 -0700)
committervchtchetkine <vchtchetkine@google.com>
Fri, 7 Aug 2009 18:07:53 +0000 (11:07 -0700)
commit1891942f0147882d5131486c99efb301a1566f7a
tree3377cc30cc50b2b11ce0c49fe91afcaf430748f1
parent6a8c60d68fb47f05921b62b3607b604b87e5b86a
Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL

Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to
enable ADB on condition that WINUSB has not been installed.
In this patch set new file (adb_winusb_api.h) has been added where I moved
typedef that broke the build. Aso, adb_api.cpp and AdbWinApi.cpp were changed
to include that new header file.
BUG 2033924