]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Ppi/DeviceRecoveryModule/DeviceRecoveryModule.c
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / DeviceRecoveryModule / DeviceRecoveryModule.c
CommitLineData
3eb9473e 1/*++\r
2\r
3Copyright (c) 1999 - 2002, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12\r
13Module Name:\r
14\r
15 DeviceRecoveryModule.c\r
16\r
17Abstract:\r
18\r
19 Device Recovery Module PPI GUID as defined in PEI EAS\r
20\r
21--*/\r
22\r
23#include "Tiano.h"\r
24#include "PeiBind.h"\r
25#include "PeiApi.h"\r
26#include EFI_PPI_DEFINITION (DeviceRecoveryModule)\r
27\r
28EFI_GUID gPeiDeviceRecoveryModulePpiGuid = PEI_DEVICE_RECOVERY_MODULE_INTERFACE_PPI;\r
29\r
30EFI_GUID_STRING(&gPeiDeviceRecoveryModulePpiGuid, "DeviceRecoveryModule", "Device Recovery Module PPI");\r