VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/SecurityPkg/Application/VariableInfo/VariableInfo.inf

    r48674 r58459  
    11## @file
    2 #  This is a shell application that will display statistical information
    3 #  about variable usage.
    4 #  Note that if Variable Dxe driver doesn't enable the feature by setting
    5 #  PcdVariableCollectStatistics as TRUE, The application will not display
    6 #  variable statistical information.
     2#  A shell application that displays statistical information about variable usage
    73#
    8 # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
     4#  This application can display statistical information about variable usage for SMM variable
     5#  driver and non-SMM variable driver.
     6#  Note that if Variable Dxe driver doesn't enable the feature by setting PcdVariableCollectStatistics
     7#  as TRUE, the application will not display variable statistical information.
     8#
     9# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
    910# This program and the accompanying materials
    1011# are licensed and made available under the terms and conditions of the BSD License
     
    1920  INF_VERSION                    = 0x00010005
    2021  BASE_NAME                      = VariableInfo
     22  MODULE_UNI_FILE                = VariableInfo.uni
    2123  FILE_GUID                      = B9EF901F-A2A2-4fc8-8D2B-3A2E07B301CC
    2224  MODULE_TYPE                    = UEFI_APPLICATION
     
    4749
    4850[Protocols]
    49   gEfiSmmCommunicationProtocolGuid
    50   gEfiSmmVariableProtocolGuid
     51  gEfiSmmCommunicationProtocolGuid     ## SOMETIMES_CONSUMES
     52 
     53    ## UNDEFINED           # Used to do smm communication
     54    ## SOMETIMES_CONSUMES
     55  gEfiSmmVariableProtocolGuid
    5156 
    5257[Guids]
    53   gEfiAuthenticatedVariableGuid        ## CONSUMES ## Configuration Table Guid
    54   gEfiVariableGuid                     ## CONSUMES ## Configuration Table Guid
     58  gEfiAuthenticatedVariableGuid        ## SOMETIMES_CONSUMES    ## SystemTable
     59  gEfiVariableGuid                     ## CONSUMES              ## SystemTable
     60
     61[UserExtensions.TianoCore."ExtraFiles"]
     62  VariableInfoExtra.uni
     63 
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