mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
11 lines
215 B
Python
11 lines
215 B
Python
|
|
# @file
|
||
|
|
# Split a file into two pieces at the request offset.
|
||
|
|
#
|
||
|
|
# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
#
|
||
|
|
##
|
||
|
|
|
||
|
|
# Import Modules
|