mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[HIDPARSE/HIDPARSER] Move HidP_* functions from hidparse.sys to hidparser library
Interface between both is not anymore the HidParser_* functions, but the HidP_* functions and the AllocFunction/FreeFunction/DebugFunctions/ ZeroFunction/CopyFunction.
This commit is contained in:
parent
bef39dd62e
commit
2978d4b61b
7 changed files with 612 additions and 594 deletions
|
@ -6,8 +6,11 @@ list(APPEND SOURCE
|
|||
hidparser.c
|
||||
parser.c
|
||||
api.c
|
||||
parser.h)
|
||||
parser.h
|
||||
hidp.c
|
||||
hidp.h)
|
||||
|
||||
add_library(hidparser ${SOURCE})
|
||||
add_dependencies(hidparser bugcodes xdk)
|
||||
add_pch(hidparser parser.h SOURCE)
|
||||
add_library(hidparser_km ${SOURCE})
|
||||
add_importlibs(hidparser_km ntoskrnl)
|
||||
add_dependencies(hidparser_km bugcodes xdk)
|
||||
add_pch(hidparser_km parser.h SOURCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue