]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/PlatformBdsLib.h
Add sample PlatformDriOverrideDxe and PlatOverMngr application in NT32 package
[mirror_edk2.git] / MdeModulePkg / Include / Library / PlatformBdsLib.h
index 2fcb310d744883f4f78f96a1b16e5f20153ab9ce..3b42564d052a6124ad00cc4ff7261fd09663e574 100644 (file)
@@ -16,40 +16,39 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __PLATFORM_BDS_LIB_H_\r
 #define __PLATFORM_BDS_LIB_H_\r
 \r
-#include <PiDxe.h>\r
 #include <Protocol/Bds.h>\r
 #include <Protocol/GenericMemoryTest.h>\r
 \r
 //\r
 // Bds AP Context data\r
 //\r
-#define EFI_BDS_ARCH_PROTOCOL_INSTANCE_SIGNATURE  EFI_SIGNATURE_32 ('B', 'd', 's', 'A')\r
+#define EFI_BDS_ARCH_PROTOCOL_INSTANCE_SIGNATURE  SIGNATURE_32 ('B', 'd', 's', 'A')\r
 typedef struct _EFI_BDS_ARCH_PROTOCOL_INSTANCE EFI_BDS_ARCH_PROTOCOL_INSTANCE;\r
 \r
 struct _EFI_BDS_ARCH_PROTOCOL_INSTANCE {\r
   UINTN                     Signature;\r
   EFI_HANDLE                Handle;\r
   EFI_BDS_ARCH_PROTOCOL     Bds;\r
-  //\r
-  // Save the current boot mode\r
-  //\r
+  ///\r
+  /// Save the current boot mode\r
+  ///\r
   EFI_BOOT_MODE             BootMode;\r
-  //\r
-  // Set true if boot with default settings\r
-  //\r
+  ///\r
+  /// Set true if boot with default settings\r
+  ///\r
   BOOLEAN                   DefaultBoot;\r
-  //\r
-  // The system default timeout for choose the boot option\r
-  //\r
+  ///\r
+  /// The system default timeout for choose the boot option\r
+  ///\r
   UINT16                    TimeoutDefault;\r
-  //\r
-  // Memory Test Level\r
-  //\r
+  ///\r
+  /// Memory Test Level\r
+  ///\r
   EXTENDMEM_COVERAGE_LEVEL  MemoryTestLevel;\r
 };\r
 \r
 /**\r
-  Platform Bds init. Incude the platform firmware vendor, revision\r
+  Platform Bds init. Include the platform firmware vendor, revision\r
   and so crc check.\r
 \r
   @param  PrivateData             The EFI_BDS_ARCH_PROTOCOL_INSTANCE instance\r