Hauled subsys/system items into base/system
[reactos.git] / reactos / subsys / system / services / services.xml
diff --git a/reactos/subsys/system/services/services.xml b/reactos/subsys/system/services/services.xml
deleted file mode 100644 (file)
index b64b025..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<module name="services" type="win32cui" installbase="system32" installname="services.exe">
-       <include base="services">.</include>
-       <include base="scm_server">.</include>
-       <define name="__USE_W32API" />
-       <define name="UNICODE" />
-       <define name="_UNICODE" />
-       <library>scm_server</library>
-       <library>ntdll</library>
-       <library>kernel32</library>
-       <library>user32</library>
-       <library>advapi32</library>
-       <library>rpcrt4</library>
-       <file>config.c</file>
-       <file>database.c</file>
-       <file>driver.c</file>
-       <file>groupdb.c</file>
-       <file>rpcserver.c</file>
-       <file>services.c</file>
-       <file>services.rc</file>
-       <pch>services.h</pch>
-</module>