]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Sec/SecMain.inf
Reviewed the description in the FatBinPkg .dec file.
[mirror_edk2.git] / OvmfPkg / Sec / SecMain.inf
CommitLineData
49ba9447 1#/** @file\r
2# SEC Driver\r
3#\r
4# Copyright (c) 2008, Intel Corporation\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SecMain\r
19 FILE_GUID = df1ccef6-f301-4a63-9661-fc6030dcc880\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24 ENTRY_POINT = SecMain\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 SecMain.c\r
34\r
35[Sources.IA32]\r
36 Ia32/SecEntry.asm\r
37 Ia32/SecEntry.S\r
38 Ia32/SwitchStack.c\r
39\r
40[Sources.X64]\r
41 X64/SecEntry.asm\r
42 X64/SecEntry.S\r
43 X64/SwitchStack.c\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 OvmfPkg/OvmfPkg.dec\r
48\r
49[LibraryClasses]\r
50 BaseLib\r
51\r
52[Ppis]\r
53 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED\r
54\r
55[FixedPcd.common]\r
56 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoveryBase\r
57 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoverySize\r
58\r