sync with trunk r46493
[reactos.git] / drivers / base / bootvid / bootvid.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="bootvid" type="kernelmodedll" entrypoint="0" installbase="system32" installname="bootvid.dll">
4 <importlibrary definition="bootvid.spec"></importlibrary>
5 <bootstrap installbase="$(CDOUTPUT)" nameoncd="bootvid.dll" />
6 <include base="bootvid">.</include>
7 <library>ntoskrnl</library>
8 <library>hal</library>
9 <if property="PLATFORM" value="PC">
10 <directory name="i386">
11 <file>bootvid.c</file>
12 <file>bootdata.c</file>
13 <file>vga.c</file>
14 </directory>
15 </if>
16 <if property="ARCH" value="arm">
17 <directory name="arm">
18 <file>bootvid.c</file>
19 <file>bootdata.c</file>
20 </directory>
21 </if>
22 <file>bootvid.rc</file>
23 <pch>precomp.h</pch>
24 </module>