commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / ezc / autoload / system_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the SystemInformation component.
4 *
5 * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
6 * @license http://ez.no/licenses/new_bsd New BSD License
7 * @version 1.0.8
8 * @filesource
9 * @package SystemInformation
10 */
11
12 return array(
13 'ezcSystemInfoException' => 'SystemInformation/exceptions/exception.php',
14 'ezcSystemInfoReaderCantScanOSException' => 'SystemInformation/exceptions/reader_cant_scan_os.php',
15 'ezcSystemInfoReader' => 'SystemInformation/interfaces/reader.php',
16 'ezcSystemInfo' => 'SystemInformation/info.php',
17 'ezcSystemInfoAccelerator' => 'SystemInformation/structs/accelerator.php',
18 'ezcSystemInfoFreeBsdReader' => 'SystemInformation/readers/freebsd.php',
19 'ezcSystemInfoLinuxReader' => 'SystemInformation/readers/linux.php',
20 'ezcSystemInfoMacReader' => 'SystemInformation/readers/mac.php',
21 'ezcSystemInfoWindowsReader' => 'SystemInformation/readers/windows.php',
22 );
23 ?>