]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / HiiResourcesSampleDxe / HiiResourcesSampleDxe.inf
index 82e24128ef425b6f306ad684236d094a008e6c63..121cf6dfccb4203e80d7fa9b13cc3594a30004a9 100644 (file)
@@ -1,23 +1,26 @@
-#/** @file\r
-# This is an example of how a driver retrieve HII data using HII Package List\r
-# Protocol, and how to publish the HII data.\r
+## @file\r
+#  This is a sample HII resource driver.\r
 #\r
-#  Copyright (c) 2009, Intel Corporation. All rights reserved.\r
+#  This driver show how a HII driver retrieve HII data using HII Package List protocol\r
+#  and publish the HII data.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = HiiResourcesSample\r
+  MODULE_UNI_FILE                = HiiResourcesSample.uni\r
   FILE_GUID                      = D49D2EB0-44D5-4621-9FD6-1A92C9109B99\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -31,7 +34,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -51,3 +54,7 @@
 \r
 [Protocols]\r
   gEfiHiiPackageListProtocolGuid    ## CONSUMES\r
+  gEfiDevicePathProtocolGuid        ## PRODUCES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  HiiResourcesSampleExtra.uni\r