]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/UserInterface/DriverSample/Inventory.vfr
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / EdkModulePkg / Universal / UserInterface / DriverSample / Inventory.vfr
diff --git a/EdkModulePkg/Universal/UserInterface/DriverSample/Inventory.vfr b/EdkModulePkg/Universal/UserInterface/DriverSample/Inventory.vfr
deleted file mode 100644 (file)
index ff8a6aa..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-// *++\r
-//\r
-// Copyright (c) 2006, Intel Corporation                                                         \r
-// All rights reserved. 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
-// 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
-// Module Name:\r
-//\r
-//   Inventory.vfr \r
-// \r
-// Abstract:\r
-// \r
-//   Sample Inventory Data.\r
-// \r
-// Revision History: \r
-// \r
-// --*/\r
-\r
-#include "DriverSampleStrDefs.h"\r
-\r
-#define INVENTORY_GUID    { 0xb3f56470, 0x6141, 0x4621, { 0x8f, 0x19, 0x70, 0x4e, 0x57, 0x7a, 0xa9, 0xe8 } }\r
\r
-formset \r
-  guid     = INVENTORY_GUID,\r
-  title    = STRING_TOKEN(STR_INV_FORM_SET_TITLE),\r
-  help     = STRING_TOKEN(STR_INV_FORM_SET_HELP),\r
-  class    = 0x04,      \r
-  subclass = 0x03,\r
-\r
-  form formid = 1,\r
-       title  = STRING_TOKEN(STR_INV_FORM1_TITLE);  // note formid is a variable (for readability) (UINT16) - also added Form to the line to signify the Op-Code\r
-  \r
-       text \r
-      help   = STRING_TOKEN(STR_INV_VERSION_HELP),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT2),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT3),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT4),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-    subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT5),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT6),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT7),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT8),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT9),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT10),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-       text \r
-      help   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      text   = STRING_TOKEN(STR_INV_VERSION_TEXT11),\r
-           text   = STRING_TOKEN(STR_INV_EMPTY_STRING),\r
-      flags  = 0,\r
-      key    = 0;\r
-\r
-    subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);\r
-\r
-    subtitle text = STRING_TOKEN(STR_INV_VERSION_TEXT12);\r
-\r
-  endform;\r
-\r
-endformset;\r