aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-11 23:35:17 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-11 23:35:17 +0000
commitc791413fbcf2475f18a4daa2bb7d88c9303cd4a3 (patch)
tree496c3b60429fd9612503bce2f8ad748fe1c29584 /Demos/Host
parent33bc48fa4626b0c61fc870c30557f54ff7381d0c (diff)
downloadlufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.tar.gz
lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.tar.bz2
lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.zip
Ensure the demo and project main text files are distributed in Atmel Studio projects.
Diffstat (limited to 'Demos/Host')
-rw-r--r--Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/AudioInputHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/AudioOutputHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/KeyboardHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MIDIHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MassStorageHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MouseHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MouseHostWithParser/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/PrinterHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/VirtualSerialHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/AudioInputHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/AudioOutputHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/GenericHIDHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/JoystickHostWithParser/asf.xml2
-rw-r--r--Demos/Host/LowLevel/KeyboardHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml2
-rw-r--r--Demos/Host/LowLevel/MIDIHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/MassStorageHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/MouseHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/MouseHostWithParser/asf.xml2
-rw-r--r--Demos/Host/LowLevel/PrinterHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/RNDISEthernetHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/StillImageHost/asf.xml2
-rw-r--r--Demos/Host/LowLevel/VirtualSerialHost/asf.xml2
29 files changed, 58 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
index d7f8de3f5..e20866670 100644
--- a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
+++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/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="AndroidAccessoryHost.txt"/>
+
<build type="c-source" value="AndroidAccessoryHost.c"/>
<build type="header-file" value="AndroidAccessoryHost.h"/>
diff --git a/Demos/Host/ClassDriver/AudioInputHost/asf.xml b/Demos/Host/ClassDriver/AudioInputHost/asf.xml
index 33528f1fd..bb687feaa 100644
--- a/Demos/Host/ClassDriver/AudioInputHost/asf.xml
+++ b/Demos/Host/ClassDriver/AudioInputHost/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="AudioInputHost.txt"/>
+
<build type="c-source" value="AudioInputHost.c"/>
<build type="header-file" value="AudioInputHost.h"/>
diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml
index 66276597b..c8e37d6d4 100644
--- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml
+++ b/Demos/Host/ClassDriver/AudioOutputHost/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="AudioOutputHost.txt"/>
+
<build type="c-source" value="AudioOutputHost.c"/>
<build type="header-file" value="AudioOutputHost.h"/>
diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
index 9bd34873f..458e5253a 100644
--- a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
+++ b/Demos/Host/ClassDriver/JoystickHostWithParser/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="JoystickHostWithParser.txt"/>
+
<build type="c-source" value="JoystickHostWithParser.c"/>
<build type="header-file" value="JoystickHostWithParser.h"/>
diff --git a/Demos/Host/ClassDriver/KeyboardHost/asf.xml b/Demos/Host/ClassDriver/KeyboardHost/asf.xml
index 5ce82f669..64db83c33 100644
--- a/Demos/Host/ClassDriver/KeyboardHost/asf.xml
+++ b/Demos/Host/ClassDriver/KeyboardHost/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="KeyboardHost.txt"/>
+
<build type="c-source" value="KeyboardHost.c"/>
<build type="header-file" value="KeyboardHost.h"/>
diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
index 0b7735546..458ac6a9f 100644
--- a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
+++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/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="KeyboardHostWithParser.txt"/>
+
<build type="c-source" value="KeyboardHostWithParser.c"/>
<build type="header-file" value="KeyboardHostWithParser.h"/>
diff --git a/Demos/Host/ClassDriver/MIDIHost/asf.xml b/Demos/Host/ClassDriver/MIDIHost/asf.xml
index 32e949973..0f8cd9c6f 100644
--- a/Demos/Host/ClassDriver/MIDIHost/asf.xml
+++ b/Demos/Host/ClassDriver/MIDIHost/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="MIDIHost.txt"/>
+
<build type="c-source" value="MIDIHost.c"/>
<build type="header-file" value="MIDIHost.h"/>
diff --git a/Demos/Host/ClassDriver/MassStorageHost/asf.xml b/Demos/Host/ClassDriver/MassStorageHost/asf.xml
index 20cba78ed..fed8fdaf0 100644
--- a/Demos/Host/ClassDriver/MassStorageHost/asf.xml
+++ b/Demos/Host/ClassDriver/MassStorageHost/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="MassStorageHost.txt"/>
+
<build type="c-source" value="MassStorageHost.c"/>
<build type="header-file" value="MassStorageHost.h"/>
diff --git a/Demos/Host/ClassDriver/MouseHost/asf.xml b/Demos/Host/ClassDriver/MouseHost/asf.xml
index 246ff034a..c5728555b 100644
--- a/Demos/Host/ClassDriver/MouseHost/asf.xml
+++ b/Demos/Host/ClassDriver/MouseHost/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="MouseHost.txt"/>
+
<build type="c-source" value="MouseHost.c"/>
<build type="header-file" value="MouseHost.h"/>
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
index 1af5461d8..9324e8334 100644
--- a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
+++ b/Demos/Host/ClassDriver/MouseHostWithParser/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="MouseHostWithParser.txt"/>
+
<build type="c-source" value="MouseHostWithParser.c"/>
<build type="header-file" value="MouseHostWithParser.h"/>
diff --git a/Demos/Host/ClassDriver/PrinterHost/asf.xml b/Demos/Host/ClassDriver/PrinterHost/asf.xml
index f21b14b91..4aafdfb7d 100644
--- a/Demos/Host/ClassDriver/PrinterHost/asf.xml
+++ b/Demos/Host/ClassDriver/PrinterHost/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="PrinterHost.txt"/>
+
<build type="c-source" value="PrinterHost.c"/>
<build type="header-file" value="PrinterHost.h"/>
diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
index 919d1b6f0..6ccb34763 100644
--- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
+++ b/Demos/Host/ClassDriver/RNDISEthernetHost/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="RNDISEthernetHost.txt"/>
+
<build type="c-source" value="RNDISEthernetHost.c"/>
<build type="header-file" value="RNDISEthernetHost.h"/>
diff --git a/Demos/Host/ClassDriver/StillImageHost/asf.xml b/Demos/Host/ClassDriver/StillImageHost/asf.xml
index b521fe4e7..267e4638a 100644
--- a/Demos/Host/ClassDriver/StillImageHost/asf.xml
+++ b/Demos/Host/ClassDriver/StillImageHost/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="StillImageHost.txt"/>
+
<build type="c-source" value="StillImageHost.c"/>
<build type="header-file" value="StillImageHost.h"/>
diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
index 374ecc3bc..024ca0461 100644
--- a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
+++ b/Demos/Host/ClassDriver/VirtualSerialHost/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="VirtualSerialHost.txt"/>
+
<build type="c-source" value="VirtualSerialHost.c"/>
<build type="header-file" value="VirtualSerialHost.h"/>
diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml
index 669632a33..5303020f9 100644
--- a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml
+++ b/Demos/Host/LowLevel/AndroidAccessoryHost/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="AndroidAccessoryHost.txt"/>
+
<build type="c-source" value="AndroidAccessoryHost.c"/>
<build type="c-source" value="DeviceDescriptor.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
diff --git a/Demos/Host/LowLevel/AudioInputHost/asf.xml b/Demos/Host/LowLevel/AudioInputHost/asf.xml
index 8f4c484d9..ca13f8d3f 100644
--- a/Demos/Host/LowLevel/AudioInputHost/asf.xml
+++ b/Demos/Host/LowLevel/AudioInputHost/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="AudioInputHost.txt"/>
+
<build type="c-source" value="AudioInputHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="AudioInputHost.h"/>
diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml
index 2c0592e51..3225c0de4 100644
--- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml
+++ b/Demos/Host/LowLevel/AudioOutputHost/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="AudioOutputHost.txt"/>
+
<build type="c-source" value="AudioOutputHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="AudioOutputHost.h"/>
diff --git a/Demos/Host/LowLevel/GenericHIDHost/asf.xml b/Demos/Host/LowLevel/GenericHIDHost/asf.xml
index 4c545b919..daf598322 100644
--- a/Demos/Host/LowLevel/GenericHIDHost/asf.xml
+++ b/Demos/Host/LowLevel/GenericHIDHost/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="GenericHIDHost.txt"/>
+
<build type="c-source" value="GenericHIDHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="GenericHIDHost.h"/>
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml
index acd302006..1787843ca 100644
--- a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml
+++ b/Demos/Host/LowLevel/JoystickHostWithParser/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="JoystickHostWithParser.txt"/>
+
<build type="c-source" value="JoystickHostWithParser.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="c-source" value="HIDReport.c"/>
diff --git a/Demos/Host/LowLevel/KeyboardHost/asf.xml b/Demos/Host/LowLevel/KeyboardHost/asf.xml
index ab8a66b3f..20d02e6ae 100644
--- a/Demos/Host/LowLevel/KeyboardHost/asf.xml
+++ b/Demos/Host/LowLevel/KeyboardHost/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="KeyboardHost.txt"/>
+
<build type="c-source" value="KeyboardHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="KeyboardHost.h"/>
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
index 1092a58fd..84b966dfa 100644
--- a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
+++ b/Demos/Host/LowLevel/KeyboardHostWithParser/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="KeyboardHostWithParser.txt"/>
+
<build type="c-source" value="KeyboardHostWithParser.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="c-source" value="HIDReport.c"/>
diff --git a/Demos/Host/LowLevel/MIDIHost/asf.xml b/Demos/Host/LowLevel/MIDIHost/asf.xml
index d3a982b63..b2897aa48 100644
--- a/Demos/Host/LowLevel/MIDIHost/asf.xml
+++ b/Demos/Host/LowLevel/MIDIHost/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="MIDIHost.txt"/>
+
<build type="c-source" value="MIDIHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="MIDIHost.h"/>
diff --git a/Demos/Host/LowLevel/MassStorageHost/asf.xml b/Demos/Host/LowLevel/MassStorageHost/asf.xml
index cb5e20ba5..224383db8 100644
--- a/Demos/Host/LowLevel/MassStorageHost/asf.xml
+++ b/Demos/Host/LowLevel/MassStorageHost/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="MassStorageHost.txt"/>
+
<build type="c-source" value="MassStorageHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="MassStorageHost.h"/>
diff --git a/Demos/Host/LowLevel/MouseHost/asf.xml b/Demos/Host/LowLevel/MouseHost/asf.xml
index 191a5f0e8..a36009708 100644
--- a/Demos/Host/LowLevel/MouseHost/asf.xml
+++ b/Demos/Host/LowLevel/MouseHost/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="MouseHost.txt"/>
+
<build type="c-source" value="MouseHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="MouseHost.h"/>
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml
index 579b382f3..eafcf720d 100644
--- a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml
+++ b/Demos/Host/LowLevel/MouseHostWithParser/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="MouseHostWithParser.txt"/>
+
<build type="c-source" value="MouseHostWithParser.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="c-source" value="HIDReport.c"/>
diff --git a/Demos/Host/LowLevel/PrinterHost/asf.xml b/Demos/Host/LowLevel/PrinterHost/asf.xml
index 70dbd3c8c..751326f87 100644
--- a/Demos/Host/LowLevel/PrinterHost/asf.xml
+++ b/Demos/Host/LowLevel/PrinterHost/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="PrinterHost.txt"/>
+
<build type="c-source" value="PrinterHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="PrinterHost.h"/>
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml
index 85a40f5b4..6d095a2a0 100644
--- a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml
+++ b/Demos/Host/LowLevel/RNDISEthernetHost/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="RNDISHost.txt"/>
+
<build type="c-source" value="RNDISEthernetHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="RNDISEthernetHost.h"/>
diff --git a/Demos/Host/LowLevel/StillImageHost/asf.xml b/Demos/Host/LowLevel/StillImageHost/asf.xml
index b18ab31e0..4acd97fc3 100644
--- a/Demos/Host/LowLevel/StillImageHost/asf.xml
+++ b/Demos/Host/LowLevel/StillImageHost/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="StillImageHost.txt"/>
+
<build type="c-source" value="StillImageHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="StillImageHost.h"/>
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml
index 1c5f78f81..a71cdf5f3 100644
--- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml
+++ b/Demos/Host/LowLevel/VirtualSerialHost/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="VirtualSerialHost.txt"/>
+
<build type="c-source" value="VirtualSerialHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="VirtualSerialHost.h"/>