Update to latest version of DMBS.
[pub/lufa.git] / Demos / Device / LowLevel / RNDISEthernet / asf.xml
index 12fc761..5bdbf63 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.rndis" caption="RNDIS Ethernet Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.\r
+               Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
@@ -40,7 +40,9 @@
                <device-support-alias value="lufa_xmega"/>\r
                <device-support-alias value="lufa_uc3"/>\r
 \r
+               <build type="distribute" subtype="user-file" value="doxyfile"/>\r
                <build type="distribute" subtype="user-file" value="RNDISEthernet.txt"/>\r
+               <build type="distribute" subtype="user-file" value="LUFA RNDIS.inf"/>\r
 \r
                <build type="c-source" value="RNDISEthernet.c"/>\r
                <build type="c-source" value="Descriptors.c"/>\r
@@ -50,6 +52,7 @@
                <build type="c-source" value="Lib/ICMP.c"/>\r
                <build type="c-source" value="Lib/IP.c"/>\r
                <build type="c-source" value="Lib/ProtocolDecoders.c"/>\r
+               <build type="c-source" value="Lib/RNDIS.c"/>\r
                <build type="c-source" value="Lib/TCP.c"/>\r
                <build type="c-source" value="Lib/UDP.c"/>\r
                <build type="c-source" value="Lib/Webserver.c"/>\r
@@ -61,6 +64,7 @@
                <build type="header-file" value="Lib/ICMP.h"/>\r
                <build type="header-file" value="Lib/IP.h"/>\r
                <build type="header-file" value="Lib/ProtocolDecoders.h"/>\r
+               <build type="header-file" value="Lib/RNDIS.h"/>\r
                <build type="header-file" value="Lib/TCP.h"/>\r
                <build type="header-file" value="Lib/UDP.h"/>\r
                <build type="header-file" value="Lib/Webserver.h"/>\r