Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Application/HelloWorld
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103761
- 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/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
r48674 r58459 1 1 ## @file 2 # Sample UEFI Application Reference EDKII Module 2 # Sample UEFI Application Reference EDKII Module. 3 3 # 4 # This is a sample shell application that will print "UEFI Hello World!" to the 4 # This is a sample shell application that will print "UEFI Hello World!" to the 5 5 # UEFI Console based on PCD setting. 6 6 # 7 7 # It demos how to use EDKII PCD mechanism to make code more flexible. 8 8 # 9 # Copyright (c) 2008 - 201 1, Intel Corporation. All rights reserved.<BR>9 # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR> 10 10 # 11 11 # This program and the accompanying materials … … 22 22 INF_VERSION = 0x00010005 23 23 BASE_NAME = HelloWorld 24 MODULE_UNI_FILE = HelloWorld.uni 24 25 FILE_GUID = 6987936E-ED34-44db-AE97-1FA5E4ED2116 25 26 MODULE_TYPE = UEFI_APPLICATION … … 46 47 47 48 [FeaturePcd] 48 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable 49 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable ## CONSUMES 49 50 50 51 [Pcd] 51 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable 52 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable ## Valid when gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable 52 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintString || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable ## SOMETIMES_CONSUMES 53 gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes || gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable ## SOMETIMES_CONSUMES 54 55 [UserExtensions.TianoCore."ExtraFiles"] 56 HelloWorldExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.