From c791413fbcf2475f18a4daa2bb7d88c9303cd4a3 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Fri, 11 Jan 2013 23:35:17 +0000
Subject: Ensure the demo and project main text files are distributed in Atmel
 Studio projects.

---
 Demos/Device/LowLevel/AudioInput/asf.xml        | 2 ++
 Demos/Device/LowLevel/AudioOutput/asf.xml       | 2 ++
 Demos/Device/LowLevel/DualVirtualSerial/asf.xml | 1 +
 Demos/Device/LowLevel/GenericHID/asf.xml        | 2 ++
 Demos/Device/LowLevel/Joystick/asf.xml          | 2 ++
 Demos/Device/LowLevel/Keyboard/asf.xml          | 2 ++
 Demos/Device/LowLevel/KeyboardMouse/asf.xml     | 2 ++
 Demos/Device/LowLevel/MIDI/asf.xml              | 2 ++
 Demos/Device/LowLevel/MassStorage/asf.xml       | 2 ++
 Demos/Device/LowLevel/Mouse/asf.xml             | 2 ++
 Demos/Device/LowLevel/RNDISEthernet/asf.xml     | 2 ++
 Demos/Device/LowLevel/VirtualSerial/asf.xml     | 1 +
 12 files changed, 22 insertions(+)

(limited to 'Demos/Device/LowLevel')

diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml
index af8c9c260..bacb72cbb 100644
--- a/Demos/Device/LowLevel/AudioInput/asf.xml
+++ b/Demos/Device/LowLevel/AudioInput/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="AudioInput.txt"/>
+
 		<build type="c-source" value="AudioInput.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="AudioInput.h"/>
diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml
index 98954dd67..ea9d859cf 100644
--- a/Demos/Device/LowLevel/AudioOutput/asf.xml
+++ b/Demos/Device/LowLevel/AudioOutput/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="AudioOutput.txt"/>
+
 		<build type="c-source" value="AudioOutput.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="AudioOutput.h"/>
diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml
index 95a03e732..966b594b0 100644
--- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml
+++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml
@@ -19,6 +19,7 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="DualVirtualSerial.txt"/>
 		<build type="distribute" subtype="user-file" value="LUFA DualVirtualSerial.inf"/>
 
 		<build type="c-source" value="DualVirtualSerial.c"/>
diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml
index ffdf3a0a3..64782de20 100644
--- a/Demos/Device/LowLevel/GenericHID/asf.xml
+++ b/Demos/Device/LowLevel/GenericHID/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="GenericHID.txt"/>
+
 		<build type="c-source" value="GenericHID.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="GenericHID.h"/>
diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml
index 290248924..f65519832 100644
--- a/Demos/Device/LowLevel/Joystick/asf.xml
+++ b/Demos/Device/LowLevel/Joystick/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="Joystick.txt"/>
+
 		<build type="c-source" value="Joystick.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="Joystick.h"/>
diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml
index 1d106f518..e491b7bbd 100644
--- a/Demos/Device/LowLevel/Keyboard/asf.xml
+++ b/Demos/Device/LowLevel/Keyboard/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="Keyboard.txt"/>
+
 		<build type="c-source" value="Keyboard.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="Keyboard.h"/>
diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml
index f3402582c..f699802fc 100644
--- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml
+++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="KeyboardMouse.txt"/>
+
 		<build type="c-source" value="KeyboardMouse.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="KeyboardMouse.h"/>
diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml
index 09c098541..e62c74acd 100644
--- a/Demos/Device/LowLevel/MIDI/asf.xml
+++ b/Demos/Device/LowLevel/MIDI/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="MIDI.txt"/>
+
 		<build type="c-source" value="MIDI.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="MIDI.h"/>
diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml
index 8127b19d8..9ac67dedd 100644
--- a/Demos/Device/LowLevel/MassStorage/asf.xml
+++ b/Demos/Device/LowLevel/MassStorage/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="MassStorage.txt"/>
+
 		<build type="c-source" value="MassStorage.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="c-source" value="Lib/DataflashManager.c"/>
diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml
index ee7358478..09b8e0da5 100644
--- a/Demos/Device/LowLevel/Mouse/asf.xml
+++ b/Demos/Device/LowLevel/Mouse/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="Mouse.txt"/>
+
 		<build type="c-source" value="Mouse.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="header-file" value="Mouse.h"/>
diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml
index 0abb83620..1d0f831e4 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml
+++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml
@@ -19,6 +19,8 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="RNDISEthernet.txt"/>
+
 		<build type="c-source" value="RNDISEthernet.c"/>
 		<build type="c-source" value="Descriptors.c"/>
 		<build type="c-source" value="Lib/ARP.c"/>
diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml
index 41cc55a9f..899ffa2a0 100644
--- a/Demos/Device/LowLevel/VirtualSerial/asf.xml
+++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml
@@ -19,6 +19,7 @@
 		<device-support-alias value="lufa_xmega"/>
 		<device-support-alias value="lufa_uc3"/>
 
+		<build type="distribute" subtype="user-file" value="VirtualSerial.txt"/>
 		<build type="distribute" subtype="user-file" value="LUFA VirtualSerial.inf"/>
 
 		<build type="c-source" value="VirtualSerial.c"/>
-- 
cgit v1.2.3