- Move NCI generated files to arch-specific directories
[reactos.git] / reactos / drivers / base / bootvid / bootvid.rbuild
1 <module name="bootvid" type="kernelmodedll" entrypoint="DriverEntry@8" installbase="system32/drivers" installname="bootvid.dll">
2 <importlibrary definition="bootvid.def"></importlibrary>
3 <bootstrap base="$(CDOUTPUT)" nameoncd="bootvid.dll" />
4 <include base="bootvid">.</include>
5 <define name="__USE_W32API" />
6 <library>ntoskrnl</library>
7 <library>hal</library>
8 <file>bootvid.c</file>
9 <file>bootdata.c</file>
10 <file>vga.c</file>
11 <file>bootvid.rc</file>
12 </module>