]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/EdkCompatibilityPkg.dec
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / EdkCompatibilityPkg / EdkCompatibilityPkg.dec
1 #/** @file
2 # EDK Compatibility Package
3 #
4 # This Package provides headers and libraries that allow a EDK Module (https://edk.tianocore.org)
5 # to be used in the context of EDK II environment.
6 #
7 # All rights reserved.
8 # This program and the accompanying materials are licensed and made available under
9 # the terms and conditions of the BSD License which accompanies this distribution.
10 # The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23
24 [Defines]
25 DEC_SPECIFICATION = 0x00010005
26 PACKAGE_NAME = EdkCompatibilityPkg
27 PACKAGE_GUID = 98EDD7B0-2A6C-4b4a-AC72-4AAE0F95A3F8
28 PACKAGE_VERSION = 0.5
29
30
31 ################################################################################
32 #
33 # Include Section - list of Include Paths that are provided by this package.
34 # Comments are used for Keywords and Module Types.
35 #
36 # Supported Module Types:
37 # BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
38 #
39 ################################################################################
40 [Includes.common]
41 Compatibility/Include
42
43 ################################################################################
44 #
45 # Library Class Header section - list of Library Class header files that are
46 # provided by this package.
47 #
48 ################################################################################
49 [LibraryClasses.common]
50 ## @libraryclass Provides functions for language conversion between
51 # ISO 639-2 and RFC 4646 styles.
52 ##
53 LanguageLib|Compatibility/Include/Library/LanguageLib.h
54
55 [Ppis.common]
56 gEcpPeiPciCfgPpiGuid = { 0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94 }}
57
58 [Protocols.common]
59 gEfiPrintProtocolGuid = { 0xdf2d868e, 0x32fc, 0x4cf0, {0x8e, 0x6b, 0xff, 0xd9, 0x5d, 0x13, 0x43, 0xd0} }
60