VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiPayloadPkg/UniversalPayloadBuild.sh@ 106411

最後變更 在這個檔案從106411是 99404,由 vboxsync 提交於 22 月 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 LF
檔案大小: 505 位元組
 
1#!/usr/bin/env bash
2#
3# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
4#
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7
8if command -v ${PYTHON_COMMAND} >/dev/null 2>&1; then
9 echo python_exe=${PYTHON_COMMAND}
10fi
11
12# Get file path of UniversalPayloadBuild.sh
13uplbld_filepath=${BASH_SOURCE:-$0}
14# Remove ".sh" extension
15uplbld_filepath_noext=${uplbld_filepath%.*}
16# execute UniversalPayloadBuild.py to build UefiPayloadPkg
17exec "${python_exe:-python}" "$uplbld_filepath_noext.py" "$@"
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette