move tcpsvcs from the /apps directory to the /services directory
[reactos.git] / reactos / services / tcpsvcs / tcpsvcs.xml
diff --git a/reactos/services/tcpsvcs/tcpsvcs.xml b/reactos/services/tcpsvcs/tcpsvcs.xml
new file mode 100644 (file)
index 0000000..d89eecd
--- /dev/null
@@ -0,0 +1,16 @@
+<module name="tcpsvcs" type="win32cui" installbase="system32" installname="tcpsvcs.exe">
+    <include base="arp">.</include>
+    <define name="__USE_W32API" />
+    <library>kernel32</library>
+    <library>iphlpapi</library>
+    <library>ws2_32</library>
+    <library>shlwapi</library>
+    <file>tcpsvcs.c</file>
+    <file>skelserver.c</file>
+    <file>echo.c</file>
+    <file>discard.c</file>
+    <file>daytime.c</file>
+    <file>qotd.c</file>
+    <file>chargen.c</file>
+    <file>tcpsvcs.rc</file>
+</module>