]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - DuetPkg/CpuDxe/Cpu.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
... / ...
CommitLineData
1## @file\r
2# \r
3# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
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
17##\r
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
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
37 BaseMemoryLib\r
38\r
39[Sources.IA32]\r
40 Ia32/CpuInterrupt.asm |INTEL\r
41 Ia32/CpuInterrupt.asm |MSFT\r
42 Ia32/CpuInterrupt.S |GCC\r
43\r
44[Sources.X64]\r
45 X64/CpuInterrupt.asm | INTEL\r
46 X64/CpuInterrupt.asm | MSFT\r
47 X64/CpuInterrupt.S |GCC\r
48 \r
49[Sources]\r
50 Cpu.c\r
51 CpuDxe.h\r
52\r
53[Protocols]\r
54 gEfiCpuArchProtocolGuid\r
55 gEfiLegacy8259ProtocolGuid\r
56\r
57[Depex]\r
58 gEfiLegacy8259ProtocolGuid\r