2011-05-16 13:12:07 +00:00
|
|
|
|
2012-03-07 21:21:27 +00:00
|
|
|
spec2def(pciidex.sys pciidex.spec ADD_IMPORTLIB)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
fdo.c
|
|
|
|
miniport.c
|
|
|
|
pciidex.c
|
|
|
|
pdo.c
|
2023-01-08 12:07:14 +00:00
|
|
|
power.c
|
2014-02-09 17:28:01 +00:00
|
|
|
pciidex.h)
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(pciidex MODULE
|
2014-02-09 17:28:01 +00:00
|
|
|
${SOURCE}
|
2011-05-16 13:12:07 +00:00
|
|
|
pciidex.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/pciidex.def)
|
|
|
|
|
2014-02-09 17:28:01 +00:00
|
|
|
add_pch(pciidex pciidex.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(pciidex kernelmodedriver)
|
2023-01-08 12:07:14 +00:00
|
|
|
add_importlibs(pciidex ntoskrnl hal)
|
2011-05-27 22:53:39 +00:00
|
|
|
add_cd_file(TARGET pciidex DESTINATION reactos/system32/drivers NO_CAB FOR all)
|