blob: d00a92fe20693ed56ad617967b3ddbca431e44f3 [file] [log] [blame]
<?php
/**
* Autoloader definition for the SystemInformation component.
*
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version //autogentag//
* @filesource
* @package SystemInformation
*/
return array(
'ezcSystemInfoException' => 'SystemInformation/exceptions/exception.php',
'ezcSystemInfoReaderCantScanOSException' => 'SystemInformation/exceptions/reader_cant_scan_os.php',
'ezcSystemInfoReader' => 'SystemInformation/interfaces/reader.php',
'ezcSystemInfo' => 'SystemInformation/info.php',
'ezcSystemInfoAccelerator' => 'SystemInformation/structs/accelerator.php',
'ezcSystemInfoFreeBsdReader' => 'SystemInformation/readers/freebsd.php',
'ezcSystemInfoLinuxReader' => 'SystemInformation/readers/linux.php',
'ezcSystemInfoMacReader' => 'SystemInformation/readers/mac.php',
'ezcSystemInfoWindowsReader' => 'SystemInformation/readers/windows.php',
);
?>