3      Copyright (C) Dean Camera, 
2013.
 
   5   dean [at] fourwalledcubicle [dot] com
 
   9 <!-- Atmel Studio framework integration file --
> 
  13                 <select-by-device id=
"lufa.platform" caption=
"LUFA Platform Specific Support"> 
  14                         <module type=
"service" id=
"lufa.platform#avr8" caption=
"LUFA Platform Specific Support - AVR8"> 
  15                                 <device-support-alias value=
"lufa_avr8"/> 
  17                                 <build type=
"define" name=
"ARCH" value=
"ARCH_AVR8"/> 
  19                                 <build type=
"doxygen-entry-point" value=
"Group_PlatformDrivers"/> 
  21                                 <build type=
"include-path" value=
".."/> 
  22                                 <build type=
"header-file" subtype=
"api" value=
"Platform/Platform.h"/> 
  24                                 <require idref=
"lufa.common"/> 
  27                         <module type=
"service" id=
"lufa.platform#xmega" caption=
"LUFA Platform Specific Support - XMEGA"> 
  28                                 <device-support-alias value=
"lufa_xmega"/> 
  30                                 <build type=
"define" name=
"ARCH" value=
"ARCH_XMEGA"/> 
  32                                 <build type=
"doxygen-entry-point" value=
"Group_PlatformDrivers"/> 
  34                                 <build type=
"include-path" value=
".."/> 
  35                                 <build type=
"header-file" subtype=
"api" value=
"Platform/Platform.h"/> 
  37                                 <require idref=
"lufa.platform.xmega"/> 
  38                                 <require idref=
"lufa.common"/> 
  41                         <module type=
"service" id=
"lufa.platform#uc3" caption=
"LUFA Platform Specific Support - UC3"> 
  42                                 <device-support-alias value=
"lufa_uc3"/> 
  44                                 <build type=
"define" name=
"ARCH" value=
"ARCH_UC3"/> 
  46                                 <build type=
"doxygen-entry-point" value=
"Group_PlatformDrivers"/> 
  48                                 <build type=
"include-path" value=
".."/> 
  49                                 <build type=
"header-file" subtype=
"api" value=
"Platform/Platform.h"/> 
  51                                 <require idref=
"lufa.platform.uc3"/> 
  52                                 <require idref=
"lufa.common"/>