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