aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/lufa_drivers_usb_class_rndis.xml
blob: 97c5023b6aef764986b3ae2d600319eb9f950526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!--
             LUFA Library
     Copyright (C) Dean Camera, 2019.

  dean [at] fourwalledcubicle [dot] com
           www.lufa-lib.org
-->

<!-- Atmel Studio framework integration file -->

<lufa>
	<asf>
		<select-by-config id="lufa.drivers.usb.class.rndis" name="lufa.drivers.usb.class.rndis.mode" default="host_device" caption="LUFA USB Class Driver - RNDIS Ethernet">
			<build type="doxygen-entry-point" value="Group_USBClassRNDIS"/>

			<info type="gui-flag" value="hidden"/>

			<module type="service" id="lufa.drivers.usb.class.rndis#host_device" caption="LUFA USB Class Driver - RNDIS Ethernet (Host/Device)">
				<info type="description" value="summary">
					Common definitions and Host/Device mode implementations of the RNDIS Ethernet USB class.
				</info>

				<build type="doxygen-entry-point" value="Group_USBClassRNDIS"/>

				<info type="gui-flag" value="hidden"/>

				<device-support-alias value="lufa_avr8"/>
				<device-support-alias value="lufa_xmega"/>
				<device-support-alias value="lufa_uc3"/>

				<build type="header-file" value="Drivers/USB/Class/RNDISClass.h"/>
				<build type="header-file" value="Drivers/USB/Class/Common/RNDISClassCommon.h"/>
				<build type="header-file" value="Drivers/USB/Class/Device/RNDISClassDevice.h"/>
				<build type="c-source"    value="Drivers/USB/Class/Device/RNDISClassDevice.c"/>
				<build type="header-file" value="Drivers/USB/Class/Host/RNDISClassHost.h"/>
				<build type="c-source"    value="Drivers/USB/Class/Host/RNDISClassHost.c"/>
			</module>

			<module type="service" id="lufa.drivers.usb.class.rndis#host" caption="LUFA USB Class Driver - RNDIS Ethernet (Host)">
				<info type="description" value="summary">
					Common definitions and Host mode implementation of the RNDIS Ethernet USB class.
				</info>

				<build type="doxygen-entry-point" value="Group_USBClassRNDIS"/>

				<info type="gui-flag" value="hidden"/>

				<device-support-alias value="lufa_avr8"/>
				<device-support-alias value="lufa_xmega"/>
				<device-support-alias value="lufa_uc3"/>

				<build type="header-file" value="Drivers/USB/Class/RNDISClass.h"/>
				<build type="header-file" value="Drivers/USB/Class/Common/RNDISClassCommon.h"/>
				<build type="header-file" value="Drivers/USB/Class/Device/RNDISClassDevice.h"/>
				<build type="header-file" value="Drivers/USB/Class/Host/RNDISClassHost.h"/>
				<build type="c-source"    value="Drivers/USB/Class/Host/RNDISClassHost.c"/>
			</module>

			<module type="service" id="lufa.drivers.usb.class.rndis#device" caption="LUFA USB Class Driver - RNDIS Ethernet (Device)">
				<info type="description" value="summary">
					Common definitions and Device mode implementation of the RNDIS Ethernet USB class.
				</info>

				<build type="doxygen-entry-point" value="Group_USBClassRNDIS"/>

				<info type="gui-flag" value="hidden"/>

				<device-support-alias value="lufa_avr8"/>
				<device-support-alias value="lufa_xmega"/>
				<device-support-alias value="lufa_uc3"/>

				<build type="header-file" value="Drivers/USB/Class/RNDISClass.h"/>
				<build type="header-file" value="Drivers/USB/Class/Common/RNDISClassCommon.h"/>
				<build type="header-file" value="Drivers/USB/Class/Device/RNDISClassDevice.h"/>
				<build type="c-source"    value="Drivers/USB/Class/Device/RNDISClassDevice.c"/>
				<build type="header-file" value="Drivers/USB/Class/Host/RNDISClassHost.h"/>
			</module>

			<module type="service" id="lufa.drivers.usb.class.rndis#definitions_only" caption="LUFA USB Class Driver - RNDIS Ethernet (Definitions Only)">
				<info type="description" value="summary">
					Common definitions only (no implementations) of the RNDIS Ethernet USB class.
				</info>

				<build type="doxygen-entry-point" value="Group_USBClassRNDIS"/>

				<info type="gui-flag" value="hidden"/>

				<device-support-alias value="lufa_avr8"/>
				<device-support-alias value="lufa_xmega"/>
				<device-support-alias value="lufa_uc3"/>

				<build type="header-file" value="Drivers/USB/Class/RNDISClass.h"/>
				<build type="header-file" value="Drivers/USB/Class/Common/RNDISClassCommon.h"/>
				<build type="header-file" value="Drivers/USB/Class/Device/RNDISClassDevice.h"/>
				<build type="header-file" value="Drivers/USB/Class/Host/RNDISClassHost.h"/>
			</module>
		</select-by-config>
	</asf>
</lufa>