From bcbd52e57a8a1a259c0146012a3c6cac46e70325 Mon Sep 17 00:00:00 2001 From: pkandel Date: Thu, 18 Jun 2009 10:52:29 +0000 Subject: Reviewed the description of ECP in the .dec file for clarity and completeness, and reviewed comments in the Compatibility/Include folder. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8599 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/EdkCompatibilityPkg.dec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'EdkCompatibilityPkg/EdkCompatibilityPkg.dec') diff --git a/EdkCompatibilityPkg/EdkCompatibilityPkg.dec b/EdkCompatibilityPkg/EdkCompatibilityPkg.dec index 2b57da8..81159a8 100644 --- a/EdkCompatibilityPkg/EdkCompatibilityPkg.dec +++ b/EdkCompatibilityPkg/EdkCompatibilityPkg.dec @@ -1,8 +1,10 @@ #/** @file -# EDK Compatibility Package -# -# This Package provides headers and libraries that allow a EDK Module (https://edk.tianocore.org) -# to be used in the context of EDK II environment. +# The EdkCompatibilityPkg provides header files and libraries that enable you to build the EDK module +# in UEFI 2.0 + Framework 0.9x mode. This package also provides Thunk modules that enable Framework 0.9x modules to work with UEFI2.1/PI1.0 EDK II Cores. +# EdkCompatibilityPkg is based on the EDK 1.01 release, found at http://edk.tianocore.org. This package only +# contains the header files and libraries found in the original EDK. EdkCompatibilityPkg code is ANSI C compliant, so the modules can be built with GCC tool-chains. +# This package also incorporates bug fixes released in EDK 1.04. +# # # All rights reserved. # This program and the accompanying materials are licensed and made available under -- cgit v1.1