X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FMiscSubClassPlatformDxe%2FMiscOemStringData.c;h=79bc9cf0a3f8f813d9169202bfc84fd46f9bba86;hb=954175e513c58f9b704e3d67284cd2b2631288e8;hp=7d890332813520069fbd0601404a92b4a310f909;hpb=8879d432afdfa0e4ae905857f177ddc24cb71f3b;p=mirror_edk2.git diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c index 7d89033281..79bc9cf0a3 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c @@ -1,7 +1,7 @@ -/*++ +/**@file -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 2009, 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 http://opensource.org/licenses/bsd-license.php @@ -18,19 +18,14 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ - -// -// Include common header file for this module. -// -#include "CommonHeader.h" +**/ #include "MiscSubclassDriver.h" // // Static (possibly build generated) Bios Vendor data. // -MISC_SUBCLASS_TABLE_DATA(EFI_MISC_OEM_STRING_DATA, OemString) = { +MISC_SMBIOS_TABLE_DATA(EFI_MISC_OEM_STRING_DATA, OemString) = { STRING_TOKEN(STR_MISC_OEM_STRING) };