]>
Commit | Line | Data |
---|---|---|
296d3525 | 1 | ## @file \r |
2 | #\r | |
3 | # This Package provides all definitions(including functions, MACROs, structures and library classes)\r | |
4 | # and libraries instances, which are only used by Duet platform.\r | |
5 | #\r | |
6 | # Copyright (c) 2007 - 2008, Intel Corporation.\r | |
7 | #\r | |
8 | # All rights reserved.\r | |
9 | # This program and the accompanying materials are licensed and made available under\r | |
10 | # the terms and conditions of the BSD License which accompanies this distribution.\r | |
11 | # The full text of the license may be found at\r | |
12 | # http://opensource.org/licenses/bsd-license.php\r | |
13 | #\r | |
14 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
15 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
16 | #\r | |
17 | ##\r | |
18 | \r | |
ca162103 | 19 | [Defines]\r |
20 | DEC_SPECIFICATION = 0x00010005\r | |
21 | PACKAGE_NAME = DuetPkg\r | |
22 | PACKAGE_GUID = 151B568B-B390-4cf1-ABD6-228E0AB96F57\r | |
23 | PACKAGE_VERSION = 0.1\r | |
24 | \r | |
25 | [Includes.common]\r | |
26 | Include\r | |
27 | \r | |
28 | [Guids.common]\r | |
29 | gEfiPciExpressBaseAddressGuid = {0x3677d529, 0x326f, 0x4603, {0xa9, 0x26, 0xea, 0xac, 0xe0, 0x1d, 0xcb, 0xb0 }}\r | |
c69dd9df | 30 | gEfiAcpiDescriptionGuid = {0x3c699197, 0x093c, 0x4c69, {0xb0, 0x6b, 0x12, 0x8a, 0xe3, 0x48, 0x1d, 0xc9 }}\r |
31 | gEfiFlashMapHobGuid = { 0xb091e7d2, 0x5a0, 0x4198, {0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 }}\r | |
32 | \r | |
105c70e2 | 33 |