]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/CpuDxe/Cpu.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
CommitLineData
6bfbb5f0 1## @file\r
c69dd9df 2# \r
b1f700a8
HT
3# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
c69dd9df 5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12# Module Name:\r
13# Cpu.inf\r
14#\r
15# Abstract:\r
16#\r
6bfbb5f0 17##\r
c69dd9df 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Cpu\r
22 FILE_GUID = 10527025-78B2-4d3e-A9DF-41E75C220F5A\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
c69dd9df 25\r
26 ENTRY_POINT = InitializeCpu\r
27\r
28[Packages]\r
29 DuetPkg/DuetPkg.dec\r
30 MdePkg/MdePkg.dec\r
31 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
32\r
33[LibraryClasses]\r
34 UefiDriverEntryPoint\r
35 PrintLib\r
36 UefiBootServicesTableLib\r
23833b2c 37 BaseMemoryLib\r
c69dd9df 38\r
39[Sources.IA32]\r
77df4b67 40 Ia32/CpuInterrupt.asm |INTEL\r
41 Ia32/CpuInterrupt.asm |MSFT\r
01f1138a 42 Ia32/CpuInterrupt.S |GCC\r
c69dd9df 43\r
44[Sources.X64]\r
d8bee43c 45 X64/CpuInterrupt.asm | INTEL\r
77df4b67 46 X64/CpuInterrupt.asm | MSFT\r
99032c45 47 X64/CpuInterrupt.S |GCC\r
48 \r
6bfbb5f0 49[Sources]\r
c69dd9df 50 Cpu.c\r
51 CpuDxe.h\r
52\r
53[Protocols]\r
54 gEfiCpuArchProtocolGuid\r
c69dd9df 55 gEfiLegacy8259ProtocolGuid\r
cb56d4e4 56\r
57[Depex]\r
01f1138a 58 gEfiLegacy8259ProtocolGuid\r