]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / DriverSampleDxe / Vfr.vfr
index 7b18c3c64553cef286d62ad764ff143e1b7533a1..e82cccc9db5a9d2be08251ad83583c8ecf410394 100644 (file)
@@ -2,8 +2,8 @@
 //\r
 //    Sample Setup formset.\r
 //\r
-//  Copyright (c) 2004 - 2010, Intel Corporation. <BR>\r
-//  All rights reserved. This program and the accompanying materials\r
+//  Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\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
@@ -424,6 +424,15 @@ formset
               maxsize  = 20,\r
     endpassword;\r
 \r
+    //\r
+    // Sample use case for IFR Security op-code\r
+    //\r
+    grayoutif NOT security (EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID);\r
+      text\r
+        help = STRING_TOKEN(STR_TEXT_SECRUITY_TEST_HELP),\r
+        text = STRING_TOKEN(STR_TEXT_SECRUITY_TEST_TEXT);\r
+    endif;\r
+    \r
     goto 2,\r
       prompt = STRING_TOKEN(STR_GOTO_FORM2), //SecondSetupPage  // this too has no end-op and basically it's a jump to a form ONLY\r
       help   = STRING_TOKEN(STR_GOTO_HELP);\r