<?xml version="1.0" encoding="iso-8859-1"?>

<!-- 
LIBRARY FIRMWARE INFORMATION FILE. USED TO DISPLAY 
FIRMWARE IN SUPPORT SECTION OF SPECTRALOGIC.COM

UPLOAD THIS FILE AFTER YOU HAVE ALL ASSOCIATED
FIRMWARE FILES IN PLACE

ALWAYS REVIEW AND TEST THE AFFECTED WEB PAGE AFTER 
YOU HAVE CHANGED THIS FILE !!!!!!!
 -->

<!-- 
Acceptable values for libraryType initially are: "gator", "T120", "T950". 
Others will be added as needed
 -->
<libraryFirmware libraryType="Boa">

	<!-- 
	Indicates whether or not firmware can currently be downloaded for this library.
	Acceptable values for this are "true" or "false" (without quotes). If you don't want any  
	firmware to be downloaded for this library, set to "false" (without quotes)
	 -->
	<allowFirmwareDownload>true</allowFirmwareDownload>
	
	<!--
	The site root relative URL path to the firmware folder. Include trailing slash
	 -->
	 <firmwareFolderPath>http://support.spectralogic.com/python/download/</firmwareFolderPath>
	
	<!-- 
	The current full firmware package name. This should match the file name (without the 
	ending period and file extension)
	 -->
	<currentFullFWPackage>BlueScale11.1.0-20100608F</currentFullFWPackage>
	
	<!-- 
	The current incremental firmware package names. These should match the file names (without the 
	ending period and file extension). If there are no incremental firmware packages, the space between
	all 4 sets of tags should be empty. File extension of incremental firmware packages should be the
	same as the file extension of the full firmware package.
	 -->
	<currentIncrementalFWPackages>
	
		<incrementalFWPackage></incrementalFWPackage>
		<incrementalFWPackage></incrementalFWPackage>
		<incrementalFWPackage></incrementalFWPackage>
		<incrementalFWPackage></incrementalFWPackage>
		
	</currentIncrementalFWPackages>
	
	<!-- 
	Indicates whether or not this firmware package has an associated release notes file to read 
	and display on Web page. Acceptable values for this are "true" or "false" (without quotes).
	The release notes file name (without the file extension) should match the name of the full
	firmware package.
	 -->
	<hasReleaseNotes>false</hasReleaseNotes>
	
	<!-- 
	indicates whether or not this firmware package has an optional disk pack.
	Acceptable values for this are "true" or "false" (without quotes)
	If you have a disk pack, you MUST have disk packs for the full and all incremental packages
	The file name of the disk pack should have an "_IMG" at the end. For example, if the full
	release package name is "031203FR.pkz", the disk pack file name would be "031203FR_IMG.zip"
	 -->
	<hasDiskPacks>false</hasDiskPacks>
	
	<!-- 
	file extensions for each file type to be used (without the period)
	 -->
	<fileExtensions>
	
		<firmwareFiles>2boz</firmwareFiles>
		<releaseNotes>rel</releaseNotes>
		<diskPacks>zip</diskPacks>
	
	</fileExtensions>

</libraryFirmware>