Delete schemas.hpp
It is no longer used. Schemas are determined automatically from schemas
on disk. There's no reason to have one fixed schema list anymore.
Tested: Code compiles.
Change-Id: I8e1692f3b137423efcb63d3fcfafcdb3e67a72f9
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/redfish-core/include/schemas.hpp b/redfish-core/include/schemas.hpp
deleted file mode 100644
index cf553cb..0000000
--- a/redfish-core/include/schemas.hpp
+++ /dev/null
@@ -1,132 +0,0 @@
-#pragma once
-/****************************************************************
- * READ THIS WARNING FIRST
- * This is an auto-generated header which contains definitions
- * for Redfish DMTF defined schemas.
- * DO NOT modify this registry outside of running the
- * update_schemas.py script. The definitions contained within
- * this file are owned by DMTF. Any modifications to these files
- * should be first pushed to the relevant registry in the DMTF
- * github organization.
- ***************************************************************/
-// clang-format off
-#include <array>
-#include <string_view>
-
-namespace redfish
-{
- constexpr std::array<std::string_view,112> schemas {
- "AccountService",
- "ActionInfo",
- "AggregationService",
- "AggregationSource",
- "AggregationSourceCollection",
- "Assembly",
- "AttributeRegistry",
- "Bios",
- "Cable",
- "CableCollection",
- "Certificate",
- "CertificateCollection",
- "CertificateLocations",
- "CertificateService",
- "Chassis",
- "ChassisCollection",
- "ComponentIntegrity",
- "ComponentIntegrityCollection",
- "ComputerSystem",
- "ComputerSystemCollection",
- "Drive",
- "DriveCollection",
- "EnvironmentMetrics",
- "EthernetInterface",
- "EthernetInterfaceCollection",
- "Event",
- "EventDestination",
- "EventDestinationCollection",
- "EventService",
- "FabricAdapter",
- "FabricAdapterCollection",
- "Fan",
- "FanCollection",
- "IPAddresses",
- "JsonSchemaFile",
- "JsonSchemaFileCollection",
- "LogEntry",
- "LogEntryCollection",
- "LogService",
- "LogServiceCollection",
- "Manager",
- "ManagerAccount",
- "ManagerAccountCollection",
- "ManagerCollection",
- "ManagerDiagnosticData",
- "ManagerNetworkProtocol",
- "Memory",
- "MemoryCollection",
- "Message",
- "MessageRegistry",
- "MessageRegistryCollection",
- "MessageRegistryFile",
- "MessageRegistryFileCollection",
- "MetricDefinition",
- "MetricDefinitionCollection",
- "MetricReport",
- "MetricReportCollection",
- "MetricReportDefinition",
- "MetricReportDefinitionCollection",
- "OemComputerSystem",
- "OemManager",
- "OemVirtualMedia",
- "OpenBMCAccountService",
- "OperatingConfig",
- "OperatingConfigCollection",
- "PCIeDevice",
- "PCIeDeviceCollection",
- "PCIeFunction",
- "PCIeFunctionCollection",
- "PCIeSlots",
- "PhysicalContext",
- "Port",
- "PortCollection",
- "Power",
- "PowerSubsystem",
- "PowerSupply",
- "PowerSupplyCollection",
- "Privileges",
- "Processor",
- "ProcessorCollection",
- "Protocol",
- "RedfishError",
- "RedfishExtensions",
- "Redundancy",
- "Resource",
- "Role",
- "RoleCollection",
- "Sensor",
- "SensorCollection",
- "ServiceRoot",
- "Session",
- "SessionCollection",
- "SessionService",
- "Settings",
- "SoftwareInventory",
- "SoftwareInventoryCollection",
- "Storage",
- "StorageCollection",
- "StorageController",
- "StorageControllerCollection",
- "Task",
- "TaskCollection",
- "TaskService",
- "TelemetryService",
- "Thermal",
- "ThermalMetrics",
- "ThermalSubsystem",
- "Triggers",
- "TriggersCollection",
- "UpdateService",
- "VirtualMedia",
- "VirtualMediaCollection",
- };
-}