X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FCompatibility%2FInclude%2FGuid%2FBootState.h;h=627521edb1368291986a9688767fc8a1e40176d4;hp=8211328443bfadc7fb5267240753af6290b1bb59;hb=634366733dd389fe33016732b67b5d212e5c8f24;hpb=809bd7b3c9a3cf50824368eba2903b118be76d83 diff --git a/EdkCompatibilityPkg/Compatibility/Include/Guid/BootState.h b/EdkCompatibilityPkg/Compatibility/Include/Guid/BootState.h index 8211328443..627521edb1 100644 --- a/EdkCompatibilityPkg/Compatibility/Include/Guid/BootState.h +++ b/EdkCompatibilityPkg/Compatibility/Include/Guid/BootState.h @@ -1,20 +1,21 @@ /** @file - GUID and Name is used to configure PcdBootState to DynamicHii PCD, which can - make EDKII core work with EDK implementation. + GUID and Name are used to configure PcdBootState to DynamicHii PCD, which can + make EDKII core work with the EDK implementation. - EDK implementation may depend on this guid variable to check boot state. But - EDKII core uses the dynamic PcdBootState to save boot state. To be compatible to EDK implementation, - BootStateGuid and BootStateName will be used to configure PcdBootState to DynamicHii PCD to - save boot state as variable. + The EDK implementation may depend on this guid variable to check the boot state. + However, the EDKII core uses a dynamic PcdBootState to save the boot state. To be compatible with EDK implementations, + BootStateGuid and BootStateName are used to configure PcdBootState to DynamicHii PCD to + save the boot state as a variable. - Copyright (c) 2010, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php +Copyright (c) 2010, Intel Corporation. All rights reserved
+Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.
+All rights reserved. This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php. - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ #ifndef _BOOT_STATE_H_