]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Include/Guid/WifiConnectionManagerConfigHii.h
NetworkPkg: Add WiFi Connection Manager to NetworkPkg
[mirror_edk2.git] / NetworkPkg / Include / Guid / WifiConnectionManagerConfigHii.h
1 /** @file
2 GUIDs used as HII FormSet and HII Package list GUID in WiFi Connection Manager.
3
4 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14
15 #ifndef __WIFI_CONNECTION_MANAGER_HII_GUID_H__
16 #define __WIFI_CONNECTION_MANAGER_HII_GUID_H__
17
18 #define WIFI_CONNECTION_MANAGER_CONFIG_GUID \
19 { \
20 0x9f94d327, 0x0b18, 0x4245, { 0x8f, 0xf2, 0x83, 0x2e, 0x30, 0xd, 0x2c, 0xef } \
21 }
22
23 extern EFI_GUID gWifiConfigGuid;
24
25 #endif