]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6NvData.h
BaseTools: Add YAML files with path env and tool extdeps
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6NvData.h
index 715473fde3d21e46317124dc9ca54b3804d2cf2a..eb36d7ed4cd58c2b77194c09a27291ad8dfe96a6 100644 (file)
@@ -1,28 +1,20 @@
 /** @file\r
   NVData structure used by the IP6 configuration component.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
 \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
-\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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 #ifndef _IP6_NV_DATA_H_\r
 #define _IP6_NV_DATA_H_\r
 \r
-#define IP6_CONFIG_NVDATA_GUID \\r
-  { \\r
-    0x2eea107, 0x98db, 0x400e, { 0x98, 0x30, 0x46, 0xa, 0x15, 0x42, 0xd7, 0x99 } \\r
-  }\r
+#include <Guid/Ip6ConfigHii.h>\r
 \r
 #define FORMID_MAIN_FORM          1\r
 #define FORMID_MANUAL_CONFIG_FORM 2\r
+#define FORMID_HEAD_FORM          3\r
 \r
 #define IP6_POLICY_AUTO           0\r
 #define IP6_POLICY_MANUAL         1\r
@@ -35,6 +27,7 @@
 #define KEY_SAVE_CHANGES          0x105\r
 #define KEY_SAVE_CONFIG_CHANGES   0x106\r
 #define KEY_IGNORE_CONFIG_CHANGES 0x107\r
+#define KEY_GET_CURRENT_SETTING   0x108\r
 \r
 #define HOST_ADDRESS_LABEL        0x9000\r
 #define ROUTE_TABLE_LABEL         0xa000\r
@@ -44,7 +37,7 @@
 \r
 #define INTERFACE_ID_STR_MIN_SIZE 1\r
 #define INTERFACE_ID_STR_MAX_SIZE 23\r
-#define INTERFACE_ID_STR_STORAGE  24\r
+#define INTERFACE_ID_STR_STORAGE  25\r
 #define IP6_STR_MAX_SIZE          40\r
 #define ADDRESS_STR_MIN_SIZE      2\r
 #define ADDRESS_STR_MAX_SIZE      255\r