blob: 0958af39c32b2966a413f92004a368032275c16f [file] [log] [blame]
qhuang8636844a2010-05-13 01:08:37 +00001## @file
klu2296d3522009-03-03 02:33:58 +00002#
3# This Package provides all definitions(including functions, MACROs, structures and library classes)
4# and libraries instances, which are only used by Duet platform.
5#
niruiyu0c949ba2011-12-13 08:31:55 +00006# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
klu2296d3522009-03-03 02:33:58 +00007#
klu2296d3522009-03-03 02:33:58 +00008# 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
klu2ca162102007-12-21 08:48:38 +000018[Defines]
19 DEC_SPECIFICATION = 0x00010005
20 PACKAGE_NAME = DuetPkg
21 PACKAGE_GUID = 151B568B-B390-4cf1-ABD6-228E0AB96F57
niruiyu0c949ba2011-12-13 08:31:55 +000022 PACKAGE_VERSION = 0.4
klu2ca162102007-12-21 08:48:38 +000023
lgao46bfbb5f2010-02-24 00:21:16 +000024[Includes]
klu2ca162102007-12-21 08:48:38 +000025 Include
26
lgao46bfbb5f2010-02-24 00:21:16 +000027[Guids]
klu2ca162102007-12-21 08:48:38 +000028 gEfiPciExpressBaseAddressGuid = {0x3677d529, 0x326f, 0x4603, {0xa9, 0x26, 0xea, 0xac, 0xe0, 0x1d, 0xcb, 0xb0 }}
klu2c69dd9d2008-04-17 05:48:13 +000029 gEfiAcpiDescriptionGuid = {0x3c699197, 0x093c, 0x4c69, {0xb0, 0x6b, 0x12, 0x8a, 0xe3, 0x48, 0x1d, 0xc9 }}
30 gEfiFlashMapHobGuid = { 0xb091e7d2, 0x5a0, 0x4198, {0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 }}
31
mdkinneydf93b0f2009-06-05 21:32:38 +000032 ## Include/Guid/PciOptionRomTable.h
niruiyu23031902010-02-22 06:03:08 +000033 gEfiPciOptionRomTableGuid = { 0x7462660F, 0x1CBD, 0x48DA, { 0xAD, 0x11, 0x91, 0x71, 0x79, 0x13, 0x83, 0x1C }}
34
35 ## Include/Guid/ConsoleOutConfig.h
36 gDuetConsoleOutConfigGuid = { 0xED150714, 0xDF30, 0x407D, { 0xB2, 0x4A, 0x4B, 0x74, 0x2F, 0xD5, 0xCE, 0xA2 }}
lgao4db4d3fa2011-09-20 02:12:45 +000037
38 ## Include/Guid/DxeCoreFileName.h
39 gDxeCoreFileNameGuid = { 0xD6A2CB7F, 0x6A18, 0x4e2f, { 0xB4, 0x3B, 0x99, 0x20, 0xA7, 0x33, 0x70, 0x0A }}
40
41 ## Include/Guid/LdrMemoryDescriptor.h
niruiyu0c949ba2011-12-13 08:31:55 +000042 gLdrMemoryDescriptorGuid = { 0x7701d7e5, 0x7d1d, 0x4432, { 0xa4, 0x68, 0x67, 0x3d, 0xab, 0x8a, 0xde, 0x60 }}