## @file
# Automate the process of building the various reset vector types
#
# Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
import glob
import os
import subprocess
import sys
# VBox begin
print 'VBox: We do not use this build script, the reset vector binaries are built by the top-level EFI makefile!';
# VBox end
#print ' '.join(commandLine)
if debugType is not None:
output += '.raw'
commandLine = (
'nasm',
'-o', output,
'ResetVectorCode.asm',
)
print '\tASM\t' + output
commandLine = (
'python',
)
print '\tFIXUP\t' + output