]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfigHii.h
NetworkPkg: Add WiFi Connection Manager to NetworkPkg
[mirror_edk2.git] / NetworkPkg / WifiConnectionManagerDxe / WifiConnectionMgrConfigHii.h
diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfigHii.h b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfigHii.h
new file mode 100644 (file)
index 0000000..43c0f02
--- /dev/null
@@ -0,0 +1,35 @@
+/** @file\r
+  Module level GUIDs used in WiFi Connection Manager.\r
+\r
+  Copyright (c) 2019, 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
+\r
+**/\r
+\r
+#ifndef __WIFI_CONFIG_HII_GUID_H__\r
+#define __WIFI_CONFIG_HII_GUID_H__\r
+\r
+// {36AF7790-0C2F-4055-9D3D-DB72A44953CB}\r
+#define WIFI_CONFIG_NETWORK_LIST_REFRESH_GUID \\r
+  { \\r
+    0xc5f3c7f9, 0xfb9d, 0x49f1, { 0xbe, 0x67, 0x8b, 0xad, 0x20, 0xa7, 0xc6, 0xac } \\r
+  }\r
+\r
+#define WIFI_CONFIG_CONNECT_FORM_REFRESH_GUID \\r
+  { \\r
+    0xe5faf2b2, 0x5ecc, 0x44ac, { 0x91, 0x75, 0xfb, 0x78, 0xb2, 0x8a, 0x59, 0x6c } \\r
+  }\r
+\r
+#define WIFI_CONFIG_MAIN_FORM_REFRESH_GUID \\r
+  { \\r
+    0xde609972, 0xcbcc, 0x4e82, { 0x8b, 0x3e, 0x6a, 0xc5, 0xcf, 0x56, 0x73, 0x8d } \\r
+  }\r
+\r
+#endif\r