]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManagerVfr.h
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / DeviceMngr / DeviceManagerVfr.h
1 /** @file
2 The platform device manager reference implement
3
4 Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _DEVICE_MANAGER_VFR_H_
10 #define _DEVICE_MANAGER_VFR_H_
11
12 #include <Guid/BdsHii.h>
13
14 #define LABEL_DEVICES_LIST 0x1100
15 #define LABEL_NETWORK_DEVICE_LIST_ID 0x1101
16 #define LABEL_NETWORK_DEVICE_ID 0x1102
17 #define LABEL_END 0xffff
18 #define LABEL_FORM_ID_OFFSET 0x0100
19
20 #define LABEL_DRIVER_HEALTH 0x2000
21 #define LABEL_DRIVER_HEALTH_END 0x2001
22
23 #define LABEL_DRIVER_HEALTH_REAPIR_ALL 0x3000
24 #define LABEL_DRIVER_HEALTH_REAPIR_ALL_END 0x3001
25
26 #define LABEL_VBIOS 0x0040
27
28 #define INVALID_FORM_ID 0x0FFF
29 #define DEVICE_MANAGER_FORM_ID 0x1000
30 #define NETWORK_DEVICE_LIST_FORM_ID 0x1001
31 #define NETWORK_DEVICE_FORM_ID 0x1002
32 #define DRIVER_HEALTH_FORM_ID 0x1003
33 #define DEVICE_KEY_OFFSET 0x4000
34 #define NETWORK_DEVICE_LIST_KEY_OFFSET 0x2000
35 #define DEVICE_MANAGER_KEY_VBIOS 0x3000
36 #define MAX_KEY_SECTION_LEN 0x1000
37
38 #define DEVICE_MANAGER_KEY_DRIVER_HEALTH 0x1111
39 #define DRIVER_HEALTH_KEY_OFFSET 0x2000
40 #define DRIVER_HEALTH_REPAIR_ALL_KEY 0x3000
41 #define DRIVER_HEALTH_RETURN_KEY 0x4000
42
43 #define QUESTION_NETWORK_DEVICE_ID 0x3FFF
44 //
45 // These are the VFR compiler generated data representing our VFR data.
46 //
47 extern UINT8 DeviceManagerVfrBin[];
48 extern UINT8 DriverHealthVfrBin[];
49
50 #endif