|
9 | 9 | phutil_register_library_map(array(
|
10 | 10 | '__library_version__' => 2,
|
11 | 11 | 'class' => array(
|
| 12 | + 'AlmanacConduitUtil' => 'applications/almanac/util/AlmanacConduitUtil.php', |
| 13 | + 'AlmanacDAO' => 'applications/almanac/storage/AlmanacDAO.php', |
| 14 | + 'AlmanacDevice' => 'applications/almanac/storage/AlmanacDevice.php', |
| 15 | + 'AlmanacDevicePHIDType' => 'applications/almanac/phid/AlmanacDevicePHIDType.php', |
| 16 | + 'AlmanacDeviceProperty' => 'applications/almanac/storage/AlmanacDeviceProperty.php', |
| 17 | + 'AlmanacDeviceQuery' => 'applications/almanac/query/AlmanacDeviceQuery.php', |
| 18 | + 'AlmanacManagementRegisterWorkflow' => 'applications/almanac/management/AlmanacManagementRegisterWorkflow.php', |
| 19 | + 'AlmanacManagementWorkflow' => 'applications/almanac/management/AlmanacManagementWorkflow.php', |
12 | 20 | 'Aphront304Response' => 'aphront/response/Aphront304Response.php',
|
13 | 21 | 'Aphront400Response' => 'aphront/response/Aphront400Response.php',
|
14 | 22 | 'Aphront403Response' => 'aphront/response/Aphront403Response.php',
|
|
1126 | 1134 | 'PhabricatorActionListView' => 'view/layout/PhabricatorActionListView.php',
|
1127 | 1135 | 'PhabricatorActionView' => 'view/layout/PhabricatorActionView.php',
|
1128 | 1136 | 'PhabricatorAllCapsTranslation' => 'infrastructure/internationalization/translation/PhabricatorAllCapsTranslation.php',
|
| 1137 | + 'PhabricatorAlmanacApplication' => 'applications/almanac/application/PhabricatorAlmanacApplication.php', |
1129 | 1138 | 'PhabricatorAmazonAuthProvider' => 'applications/auth/provider/PhabricatorAmazonAuthProvider.php',
|
1130 | 1139 | 'PhabricatorAnchorView' => 'view/layout/PhabricatorAnchorView.php',
|
1131 | 1140 | 'PhabricatorAphlictManagementBuildWorkflow' => 'applications/aphlict/management/PhabricatorAphlictManagementBuildWorkflow.php',
|
|
2847 | 2856 | 'require_celerity_resource' => 'infrastructure/celerity/api.php',
|
2848 | 2857 | ),
|
2849 | 2858 | 'xmap' => array(
|
| 2859 | + 'AlmanacConduitUtil' => 'Phobject', |
| 2860 | + 'AlmanacDAO' => 'PhabricatorLiskDAO', |
| 2861 | + 'AlmanacDevice' => array( |
| 2862 | + 'AlmanacDAO', |
| 2863 | + 'PhabricatorPolicyInterface', |
| 2864 | + ), |
| 2865 | + 'AlmanacDevicePHIDType' => 'PhabricatorPHIDType', |
| 2866 | + 'AlmanacDeviceProperty' => 'AlmanacDAO', |
| 2867 | + 'AlmanacDeviceQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', |
| 2868 | + 'AlmanacManagementRegisterWorkflow' => 'AlmanacManagementWorkflow', |
| 2869 | + 'AlmanacManagementWorkflow' => 'PhabricatorManagementWorkflow', |
2850 | 2870 | 'Aphront304Response' => 'AphrontResponse',
|
2851 | 2871 | 'Aphront400Response' => 'AphrontResponse',
|
2852 | 2872 | 'Aphront403Response' => 'AphrontHTMLResponse',
|
|
4031 | 4051 | 'PhabricatorActionListView' => 'AphrontView',
|
4032 | 4052 | 'PhabricatorActionView' => 'AphrontView',
|
4033 | 4053 | 'PhabricatorAllCapsTranslation' => 'PhabricatorTranslation',
|
| 4054 | + 'PhabricatorAlmanacApplication' => 'PhabricatorApplication', |
4034 | 4055 | 'PhabricatorAmazonAuthProvider' => 'PhabricatorOAuth2AuthProvider',
|
4035 | 4056 | 'PhabricatorAnchorView' => 'AphrontView',
|
4036 | 4057 | 'PhabricatorAphlictManagementBuildWorkflow' => 'PhabricatorAphlictManagementWorkflow',
|
|
0 commit comments