]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / FrameworkInternalFormRepresentation.h
index 61d020ec37d4351e98e43bcf784448d0805ee2fa..722b09a6d0fa943849cfefd41e74562885ba326f 100644 (file)
@@ -3,14 +3,14 @@
   Framework IFR is primarily consumed by the EFI presentation engine, and produced by EFI\r
   internal application and drivers as well as all add-in card option-ROM drivers\r
 \r
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                          \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
+http://opensource.org/licenses/bsd-license.php.\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
   @par Revision Reference:\r
   These definitions are from the Framework Specification HII 0.92.\r
@@ -222,8 +222,8 @@ typedef struct {
 \r
 //\r
 // There is an interesting twist with regards to Time and Date.  This is one of the few items which can accept input\r
-// from a user, and may or may not need to use storage in the NVRAM space.  The decided method for determining \r
-// if NVRAM space will be used (only for a TimeOp or DateOp) is:  If .QuestionId == 0 && .Width == 0 (normally an \r
+// from a user, and may or may not need to use storage in the NVRAM space.  The decided method for determining\r
+// if NVRAM space will be used (only for a TimeOp or DateOp) is:  If .QuestionId == 0 && .Width == 0 (normally an\r
 // impossibility) then use system resources to store the data away and not NV resources.  In other words, the setup\r
 // engine will call gRT->SetTime, and gRT->SetDate for the saving of data, and the values displayed will be from the\r
 // gRT->GetXXXX series of calls.\r
@@ -256,7 +256,7 @@ typedef struct {
 typedef struct {\r
   FRAMEWORK_EFI_IFR_OP_HEADER       Header;\r
   UINT16                            QuestionId; ///< The ID designating what the question is about...\r
-  UINT8                             Width;      ///< The Size of the Data being saved. \r
+  UINT8                             Width;      ///< The Size of the Data being saved.\r
   STRING_REF                        Prompt;     ///< The String Token for the Prompt.\r
   STRING_REF                        Help;       ///< The string Token for the context-help.\r
   UINT8                             Flags;      ///< This is included solely for purposes of interactive/dynamic support.\r
@@ -277,7 +277,7 @@ typedef struct {
 \r
 ///\r
 /// Inconsistent with specification here:\r
-/// The following defintion may not comply with Framework Specification HII 0.92. To \r
+/// The following defintion may not comply with Framework Specification HII 0.92. To\r
 /// keep the inconsistant is for implementation needed.\r
 ///@{\r
 typedef struct {\r