[SDK:DDK] Implement the Auxiliary Kernel-Mode Library

And uncomment the code in KMDF which uses it
This commit is contained in:
Victor Perevertkin 2021-03-10 16:43:59 +03:00
parent a63213272a
commit 0a26c7c5d2
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
6 changed files with 452 additions and 129 deletions

View file

@ -208,7 +208,7 @@ target_include_directories(wdf01000
shared/irphandlers/pnp/km # pnpprivkm.hpp
)
target_link_libraries(wdf01000 ntoskrnl_vista ${PSEH_LIB})
target_link_libraries(wdf01000 aux_klib ntoskrnl_vista ${PSEH_LIB})
if(GCC)
target_compile_options(wdf01000