Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/SecurityPkg/Application
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/SecurityPkg/Application/VariableInfo/VariableInfo.inf
r48674 r58459 1 1 ## @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 7 3 # 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> 9 10 # This program and the accompanying materials 10 11 # are licensed and made available under the terms and conditions of the BSD License … … 19 20 INF_VERSION = 0x00010005 20 21 BASE_NAME = VariableInfo 22 MODULE_UNI_FILE = VariableInfo.uni 21 23 FILE_GUID = B9EF901F-A2A2-4fc8-8D2B-3A2E07B301CC 22 24 MODULE_TYPE = UEFI_APPLICATION … … 47 49 48 50 [Protocols] 49 gEfiSmmCommunicationProtocolGuid 50 gEfiSmmVariableProtocolGuid 51 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES 52 53 ## UNDEFINED # Used to do smm communication 54 ## SOMETIMES_CONSUMES 55 gEfiSmmVariableProtocolGuid 51 56 52 57 [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.