summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
diff options
context:
space:
mode:
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-01 02:54:22 +0000
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-01 02:54:22 +0000
commit9f7d5b46aa54a46cf03e52569757d642c15d5175 (patch)
tree514bc039ad2ae60a40b6128272800d7e3d809618 /MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
parent3507ab19e4d523aa1dc6524b2b165bf4658242c9 (diff)
downloadedk2-9f7d5b46aa54a46cf03e52569757d642c15d5175.tar.gz
edk2-9f7d5b46aa54a46cf03e52569757d642c15d5175.tar.bz2
edk2-9f7d5b46aa54a46cf03e52569757d642c15d5175.zip
Remove micro definition for smbios version, instead we use a PCD value to let user customize smbios version better.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9893 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h')
-rw-r--r--MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
index f75429cbad..30092f5797 100644
--- a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
+++ b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
@@ -1,7 +1,7 @@
/** @file
This code supports the implementation of the Smbios protocol
-Copyright (c) 2009, Intel Corporation
+Copyright (c) 2009 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -29,10 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
-
-#define SMBIOS_MAJOR_VERSION 2
-#define SMBIOS_MINOR_VERSION 4
-
+#include <Library/PcdLib.h>
#define SMBIOS_INSTANCE_SIGNATURE SIGNATURE_32 ('S', 'B', 'i', 's')
typedef struct {