]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabase.h
MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol.
[mirror_edk2.git] / MdeModulePkg / Universal / HiiDatabaseDxe / HiiDatabase.h
index 9046d9057b00548b47a3b10e820d4f6b91f2ce36..bb0090aaa6246637ea21ece7cd38d93b57a923f1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Private structures definitions in HiiDatabase.\r
 \r
-Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2015, 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
@@ -24,6 +24,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/HiiDatabase.h>\r
 #include <Protocol/HiiConfigRouting.h>\r
 #include <Protocol/HiiConfigAccess.h>\r
+#include <Protocol/HiiConfigKeyword.h>\r
 #include <Protocol/SimpleTextOut.h>\r
 \r
 #include <Guid/HiiKeyBoardLayout.h>\r
@@ -65,7 +66,6 @@ typedef struct {
   LIST_ENTRY          Entry;             // Link to VarStorage\r
   EFI_GUID            Guid;\r
   CHAR16              *Name;\r
-  EFI_VARSTORE_ID     VarStoreId;\r
   UINT16              Size;\r
   UINT8               Type;\r
   LIST_ENTRY          BlockEntry;        // Link to its Block array\r
@@ -109,6 +109,19 @@ typedef struct {
 #define EFI_HII_VARSTORE_EFI_VARIABLE        2\r
 #define EFI_HII_VARSTORE_EFI_VARIABLE_BUFFER 3\r
 \r
+//\r
+// Keyword handler protocol filter type.\r
+//\r
+#define EFI_KEYWORD_FILTER_READONY           0x01\r
+#define EFI_KEYWORD_FILTER_REAWRITE          0x02\r
+#define EFI_KEYWORD_FILTER_BUFFER            0x10\r
+#define EFI_KEYWORD_FILTER_NUMERIC           0x20\r
+#define EFI_KEYWORD_FILTER_NUMERIC_1         0x30\r
+#define EFI_KEYWORD_FILTER_NUMERIC_2         0x40\r
+#define EFI_KEYWORD_FILTER_NUMERIC_4         0x50\r
+#define EFI_KEYWORD_FILTER_NUMERIC_8         0x60\r
+\r
+\r
 #define HII_FORMSET_STORAGE_SIGNATURE           SIGNATURE_32 ('H', 'S', 'T', 'G')\r
 typedef struct {\r
   UINTN               Signature;\r
@@ -289,6 +302,7 @@ typedef struct _HII_DATABASE_PRIVATE_DATA {
   EFI_HII_STRING_PROTOCOL               HiiString;\r
   EFI_HII_DATABASE_PROTOCOL             HiiDatabase;\r
   EFI_HII_CONFIG_ROUTING_PROTOCOL       ConfigRouting;\r
+  EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL   ConfigKeywordHandler;\r
   LIST_ENTRY                            HiiHandleList;\r
   INTN                                  HiiHandleCount;\r
   LIST_ENTRY                            FontInfoList;  // global font info list\r
@@ -332,10 +346,48 @@ typedef struct _HII_DATABASE_PRIVATE_DATA {
       HII_DATABASE_PRIVATE_DATA_SIGNATURE \\r
       )\r
 \r
+#define CONFIG_KEYWORD_HANDLER_DATABASE_PRIVATE_DATA_FROM_THIS(a) \\r
+  CR (a, \\r
+      HII_DATABASE_PRIVATE_DATA, \\r
+      ConfigKeywordHandler, \\r
+      HII_DATABASE_PRIVATE_DATA_SIGNATURE \\r
+      )\r
+\r
 //\r
 // Internal function prototypes.\r
 //\r
 \r
+/**\r
+  Generate a sub string then output it.\r
+\r
+  This is a internal function.\r
+\r
+  @param  String                 A constant string which is the prefix of the to be\r
+                                 generated string, e.g. GUID=\r
+\r
+  @param  BufferLen              The length of the Buffer in bytes.\r
+\r
+  @param  Buffer                 Points to a buffer which will be converted to be the \r
+                                 content of the generated string.\r
+\r
+  @param  Flag                   If 1, the buffer contains data for the value of GUID or PATH stored in \r
+                                 UINT8 *; if 2, the buffer contains unicode string for the value of NAME;\r
+                                 if 3, the buffer contains other data.\r
+\r
+  @param  SubStr                 Points to the output string. It's caller's\r
+                                 responsibility to free this buffer.\r
+\r
+\r
+**/\r
+VOID\r
+GenerateSubStr (\r
+  IN CONST EFI_STRING              String,\r
+  IN  UINTN                        BufferLen,\r
+  IN  VOID                         *Buffer,\r
+  IN  UINT8                        Flag,\r
+  OUT EFI_STRING                   *SubStr\r
+  );\r
+\r
 /**\r
   This function checks whether a handle is a valid EFI_HII_HANDLE.\r
 \r
@@ -1777,6 +1829,151 @@ HiiGetAltCfg (
   OUT EFI_STRING                               *AltCfgResp\r
   );\r
 \r
+/**\r
+\r
+  This function accepts a <MultiKeywordResp> formatted string, finds the associated\r
+  keyword owners, creates a <MultiConfigResp> string from it and forwards it to the\r
+  EFI_HII_ROUTING_PROTOCOL.RouteConfig function.\r
+  \r
+  If there is an issue in resolving the contents of the KeywordString, then the \r
+  function returns an error and also sets the Progress and ProgressErr with the \r
+  appropriate information about where the issue occurred and additional data about\r
+  the nature of the issue. \r
+  \r
+  In the case when KeywordString containing multiple keywords, when an EFI_NOT_FOUND\r
+  error is generated during processing the second or later keyword element, the system\r
+  storage associated with earlier keywords is not modified. All elements of the \r
+  KeywordString must successfully pass all tests for format and access prior to making\r
+  any modifications to storage.\r
+  \r
+  In the case when EFI_DEVICE_ERROR is returned from the processing of a KeywordString\r
+  containing multiple keywords, the state of storage associated with earlier keywords\r
+  is undefined.\r
+\r
+\r
+  @param This             Pointer to the EFI_KEYWORD_HANDLER _PROTOCOL instance.\r
+\r
+  @param KeywordString    A null-terminated string in <MultiKeywordResp> format. \r
+\r
+  @param Progress         On return, points to a character in the KeywordString. \r
+                          Points to the string's NULL terminator if the request \r
+                          was successful. Points to the most recent '&' before \r
+                          the first failing string element if the request was \r
+                          not successful.\r
+\r
+  @param ProgressErr      If during the processing of the KeywordString there was\r
+                          a failure, this parameter gives additional information \r
+                          about the possible source of the problem. The various \r
+                          errors are defined in "Related Definitions" below.\r
+\r
+\r
+  @retval EFI_SUCCESS             The specified action was completed successfully.\r
+\r
+  @retval EFI_INVALID_PARAMETER   One or more of the following are TRUE:\r
+                                  1. KeywordString is NULL.\r
+                                  2. Parsing of the KeywordString resulted in an \r
+                                     error. See Progress and ProgressErr for more data.\r
+\r
+  @retval EFI_NOT_FOUND           An element of the KeywordString was not found. \r
+                                  See ProgressErr for more data.\r
+\r
+  @retval EFI_OUT_OF_RESOURCES    Required system resources could not be allocated.  \r
+                                  See ProgressErr for more data.\r
+                                  \r
+  @retval EFI_ACCESS_DENIED       The action violated system policy. See ProgressErr \r
+                                  for more data.\r
+\r
+  @retval EFI_DEVICE_ERROR        An unexpected system error occurred. See ProgressErr\r
+                                  for more data.\r
+\r
+**/\r
+EFI_STATUS\r
+EFIAPI \r
+EfiConfigKeywordHandlerSetData (\r
+  IN EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL *This,\r
+  IN CONST EFI_STRING                    KeywordString,\r
+  OUT EFI_STRING                         *Progress,\r
+  OUT UINT32                             *ProgressErr\r
+  );\r
+\r
+/**\r
+\r
+  This function accepts a <MultiKeywordRequest> formatted string, finds the underlying \r
+  keyword owners, creates a <MultiConfigRequest> string from it and forwards it to the\r
+  EFI_HII_ROUTING_PROTOCOL.ExtractConfig function.\r
+  \r
+  If there is an issue in resolving the contents of the KeywordString, then the function\r
+  returns an EFI_INVALID_PARAMETER and also set the Progress and ProgressErr with the\r
+  appropriate information about where the issue occurred and additional data about the\r
+  nature of the issue.\r
+  \r
+  In the case when KeywordString is NULL, or contains multiple keywords, or when\r
+  EFI_NOT_FOUND is generated while processing the keyword elements, the Results string\r
+  contains values returned for all keywords processed prior to the keyword generating the \r
+  error but no values for the keyword with error or any following keywords.\r
+\r
+  \r
+  @param This           Pointer to the EFI_KEYWORD_HANDLER _PROTOCOL instance.\r
+  \r
+  @param NameSpaceId    A null-terminated string containing the platform configuration\r
+                        language to search through in the system. If a NULL is passed\r
+                        in, then it is assumed that any platform configuration language\r
+                        with the prefix of "x-UEFI-" are searched.\r
+                        \r
+  @param KeywordString  A null-terminated string in <MultiKeywordRequest> format. If a\r
+                        NULL is passed in the KeywordString field, all of the known \r
+                        keywords in the system for the NameSpaceId specified are \r
+                        returned in the Results field.\r
+  \r
+  @param Progress       On return, points to a character in the KeywordString. Points\r
+                        to the string's NULL terminator if the request was successful. \r
+                        Points to the most recent '&' before the first failing string\r
+                        element if the request was not successful.\r
+                        \r
+  @param ProgressErr    If during the processing of the KeywordString there was a\r
+                        failure, this parameter gives additional information about the \r
+                        possible source of the problem. See the definitions in SetData()\r
+                        for valid value definitions.\r
+  \r
+  @param Results        A null-terminated string in <MultiKeywordResp> format is returned\r
+                        which has all the values filled in for the keywords in the \r
+                        KeywordString. This is a callee-allocated field, and must be freed\r
+                        by the caller after being used. \r
+\r
+  @retval EFI_SUCCESS             The specified action was completed successfully.\r
+  \r
+  @retval EFI_INVALID_PARAMETER   One or more of the following are TRUE:\r
+                                  1.Progress, ProgressErr, or Resuts is NULL.\r
+                                  2.Parsing of the KeywordString resulted in an error. See\r
+                                    Progress and ProgressErr for more data.\r
+  \r
+\r
+  @retval EFI_NOT_FOUND           An element of the KeywordString was not found. See\r
+                                  ProgressErr for more data.\r
+\r
+  @retval EFI_NOT_FOUND           The NamespaceId specified was not found.  See ProgressErr\r
+                                  for more data.\r
+\r
+  @retval EFI_OUT_OF_RESOURCES    Required system resources could not be allocated.  See\r
+                                  ProgressErr for more data.\r
+                                  \r
+  @retval EFI_ACCESS_DENIED       The action violated system policy.  See ProgressErr for\r
+                                  more data.\r
+\r
+  @retval EFI_DEVICE_ERROR        An unexpected system error occurred.  See ProgressErr\r
+                                  for more data.\r
+\r
+**/\r
+EFI_STATUS\r
+EFIAPI \r
+EfiConfigKeywordHandlerGetData (\r
+  IN EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL  *This,\r
+  IN CONST EFI_STRING                     NameSpaceId, OPTIONAL\r
+  IN CONST EFI_STRING                     KeywordString, OPTIONAL\r
+  OUT EFI_STRING                          *Progress, \r
+  OUT UINT32                              *ProgressErr,\r
+  OUT EFI_STRING                          *Results\r
+  );\r
 \r
 /**\r
   Compare whether two names of languages are identical.\r
@@ -1795,6 +1992,29 @@ HiiCompareLanguage (
   )\r
 ;\r
 \r
+/**\r
+  Retrieves a pointer to the a Null-terminated ASCII string containing the list \r
+  of languages that an HII handle in the HII Database supports.  The returned \r
+  string is allocated using AllocatePool().  The caller is responsible for freeing\r
+  the returned string using FreePool().  The format of the returned string follows\r
+  the language format assumed the HII Database.\r
+  \r
+  If HiiHandle is NULL, then ASSERT().\r
+\r
+  @param[in]  HiiHandle  A handle that was previously registered in the HII Database.\r
+\r
+  @retval NULL   HiiHandle is not registered in the HII database\r
+  @retval NULL   There are not enough resources available to retrieve the suported \r
+                 languages.\r
+  @retval NULL   The list of suported languages could not be retrieved.\r
+  @retval Other  A pointer to the Null-terminated ASCII string of supported languages.\r
+\r
+**/\r
+CHAR8 *\r
+GetSupportedLanguages (\r
+  IN EFI_HII_HANDLE           HiiHandle\r
+  );\r
+\r
 //\r
 // Global variables\r
 //\r