]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscOemType0x90Data.c
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c
new file mode 100644 (file)
index 0000000..f45650a
--- /dev/null
@@ -0,0 +1,41 @@
+/*++\r
+\r
+Copyright (c) 2012  - 2014, Intel Corporation.  All rights reserved.\r
+                                                                                   \r\r
+  This program and the accompanying materials are licensed and made available under\r\r
+  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
+  The full text of the license may be found at                                     \r\r
+  http://opensource.org/licenses/bsd-license.php.                                  \r\r
+                                                                                   \r\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+                                                                                   \r\r
+\r
+\r
+\r
+Module Name:\r
+\r
+  MiscOemType0x90Data.c\r
+\r
+Abstract:\r
+\r
+  This file contains the Misc Oem Data (SMBIOS data type 0x90)\r
+\r
+--*/\r
+\r
+#include "CommonHeader.h"\r
+\r
+#include "MiscSubclassDriver.h"\r
+\r
+\r
+//\r
+// Static (possibly build generated) Oem data.\r
+//\r
+MISC_SMBIOS_TABLE_DATA(EFI_MISC_OEM_TYPE_0x90, MiscOemType0x90) = {\r
+\r
+STRING_TOKEN (STR_MISC_SEC_VERSION),\r
+STRING_TOKEN (STR_MISC_UCODE_VERSION),\r
+STRING_TOKEN (STR_MISC_GOP_VERSION),\r
+STRING_TOKEN (STR_MISC_PROCESSOR_STEPPING),\r
+\r
+};\r