3.) Move services into base
[reactos.git] / reactos / services / dhcp / dhcp.xml
diff --git a/reactos/services/dhcp/dhcp.xml b/reactos/services/dhcp/dhcp.xml
deleted file mode 100644 (file)
index 46efa47..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<module name="dhcp" type="win32gui" installbase="system32" installname="dhcp.exe" allowwarnings="true">
-       <include base="dhcp">.</include>
-       <include base="dhcp">include</include>
-       <define name="__USE_W32API" />
-       <define name="__REACTOS__" />
-       <define name="_WIN32_WINNT">0x0501</define>
-       <library>ntdll</library>
-       <library>kernel32</library>
-       <library>ws2_32</library>
-       <library>iphlpapi</library>
-    <pch>include/rosdhcp.h</pch>
-       <file>adapter.c</file>
-       <file>alloc.c</file>
-       <file>api.c</file>
-       <file>compat.c</file>
-       <file>dhclient.c</file>
-       <file>dispatch.c</file>
-       <file>hash.c</file>
-       <file>options.c</file>
-       <file>pipe.c</file>
-       <file>privsep.c</file>
-       <file>socket.c</file>
-       <file>tables.c</file>
-       <file>timer.c</file>
-       <file>util.c</file>
-       <file>dhcp.rc</file>
-</module>