jljusten | e50466d | 2009-05-27 21:09:39 +0000 | [diff] [blame] | 1 | ## @file UefiCpuPkg.dec |
| 2 | # |
| 3 | # This Package provides UEFI compatible CPU modules and libraries. |
| 4 | # |
| 5 | # Copyright (c) 2007 - 2009, Intel Corporation. |
| 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 | [Defines] |
| 19 | DEC_SPECIFICATION = 0x00010005 |
| 20 | PACKAGE_NAME = UefiCpuPkg |
| 21 | PACKAGE_GUID = 2171df9b-0d39-45aa-ac37-2de190010d23 |
| 22 | PACKAGE_VERSION = 0.1 |
| 23 | |
| 24 | [Includes.common] |
| 25 | Include |
jljusten | 9e7864e | 2009-02-23 20:15:52 +0000 | [diff] [blame] | 26 | |
qhuang8 | 989322c | 2009-11-25 04:25:02 +0000 | [diff] [blame^] | 27 | [LibraryClasses] |
| 28 | ## @libraryclass Defines some routines that are generic for IA32 family CPU |
| 29 | ## to be UEFI specification compliant. |
| 30 | ## |
| 31 | UefiCpuLib|Include/Library/UefiCpuLib.h |