[HID] Use hidparser static library for HidP_* functions
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 27 Apr 2019 12:17:10 +0000 (14:17 +0200)
committerHervé Poussineau <hpoussin@reactos.org>
Thu, 2 May 2019 18:06:47 +0000 (20:06 +0200)
commit7033ab18dfa936168a279913035587858dd143e7
treee64ffd0d148aec3b2f8e02f0ef88f992fefbd83b
parent2978d4b61b206eee4dc6c2e46dca92e4bcce3e94
[HID] Use hidparser static library for HidP_* functions

hid.dll and hidparse.sys must understand the same HID preparsed data,
so use the same code in hid.dll and in hidparse.sys

At the same time, this permis implementation of some HidP_* functions.
dll/win32/hid/CMakeLists.txt
dll/win32/hid/hid.c
dll/win32/hid/stubs.c [deleted file]
sdk/lib/drivers/hidparser/CMakeLists.txt