mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
8 lines
331 B
Ruby
8 lines
331 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="kbdhe" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdhe.dll">
|
|
<importlibrary definition="kbdhe.spec" />
|
|
<include base="ntoskrnl">include</include>
|
|
<file>kbdhe.c</file>
|
|
<file>kbdhe.rc</file>
|
|
</module>
|