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