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 - 2014, Intel Corporation. All rights reserved.<BR> 7# 8# This program and the accompanying materials 9# are licensed and made available under the terms and conditions of the BSD License 10# which accompanies this distribution. The full text of the license may be found at 11# http://opensource.org/licenses/bsd-license.php 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 14# 15## 16 17[Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = ResetVector 20 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09 21 MODULE_TYPE = SEC 22 VERSION_STRING = 1.1 23 MODULE_UNI_FILE = ResetVector.uni 24 25# 26# The following information is for reference only and not required by the build tools. 27# 28# VALID_ARCHITECTURES = IA32 X64 29# 30 31[Sources] 32 Vtf.nasmb 33 34[Packages] 35 MdePkg/MdePkg.dec 36 37[UserExtensions.TianoCore."ExtraFiles"] 38 ResetVectorExtra.uni 39