]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / ResetVector / FixupVtf / Vtf.inf
CommitLineData
3449f56d
JJ
1## @file\r
2# Reset Vector\r
7367cc6c 3#\r
e48e0742 4# This VTF requires build time fixups in order to find the SEC entry point.\r
3449f56d 5#\r
7367cc6c 6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
3449f56d 7#\r
0acd8697 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3449f56d
JJ
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = ResetVector\r
15 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09\r
16 MODULE_TYPE = SEC\r
17 VERSION_STRING = 1.1\r
e48e0742 18 MODULE_UNI_FILE = ResetVector.uni\r
3449f56d
JJ
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64\r
24#\r
25\r
26[Sources]\r
27 Vtf.nasmb\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
e48e0742
LG
31\r
32[UserExtensions.TianoCore."ExtraFiles"]\r
33 ResetVectorExtra.uni\r