VirtualBox

Ignore:
Timestamp:
Mar 12, 2019 12:40:12 PM (6 years ago)
Author:
vboxsync
Message:

EFI: First step in UDK2018 merge. Does not build yet.

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/UefiHiiLib/HiiString.c

    r58466 r77662  
    22  HII Library implementation that uses DXE protocols and services.
    33
    4   Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
     4  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
    55  This program and the accompanying materials
    66  are licensed and made available under the terms and conditions of the BSD License
     
    101101
    102102    //
    103     // Search for the next language seperator and replace it with a Null-terminator
     103    // Search for the next language separator and replace it with a Null-terminator
    104104    //
    105105    for (; *Supported != 0 && *Supported != ';'; Supported++);
    106106    if (*Supported != 0) {
    107107      *(Supported++) = '\0';
     108    }
     109
     110    if ((SupportedLanguages == NULL) && AsciiStrnCmp (Language, UEFI_CONFIG_LANG, AsciiStrLen (UEFI_CONFIG_LANG)) == 0) {
     111      //
     112      // Skip string package used for keyword protocol.
     113      //
     114      continue;
    108115    }
    109116
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette