1 2list(APPEND SOURCE 3 createclose.c 4 hwhacks.c 5 i8042prt.c 6 keyboard.c 7 misc.c 8 mouse.c 9 pnp.c 10 ps2pp.c 11 readwrite.c 12 registry.c 13 i8042prt.h) 14 15add_library(i8042prt SHARED 16 ${SOURCE} 17 guid.c 18 i8042prt.rc) 19 20set_module_type(i8042prt kernelmodedriver) 21add_importlibs(i8042prt ntoskrnl hal) 22add_pch(i8042prt i8042prt.h SOURCE) 23add_cd_file(TARGET i8042prt DESTINATION reactos/system32/drivers NO_CAB FOR all) 24