Add files via upload

This commit is contained in:
Freak2112 2021-08-26 17:28:18 +03:00 committed by GitHub
parent c6c2320cee
commit 70ecaf6270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,34 @@
#/** @file UsbfnMsdAppRelease.inf
#
# USB MSD App
#
# Copyright (c) 2014-2015 Qualcomm Technologies Inc. All rights reserved.
#
#
#**/
#==============================================================================
# EDIT HISTORY
#
#
# when who what, where, why
# -------- --- ----------------------------------------------------------
# 03/12/15 ck Fixed FILE_GUID
# 08/15/14 ml Rename
# 08/14/14 ml Initial version
#
#==============================================================================
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = UsbfnMsdApp
FILE_GUID = 1C207232-4086-9BE7-DB16-159D66AB466A
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
ENTRY_POINT = UsbMsdAppMain
[Binaries.Arm]
PE32|UsbfnMsdApp.efi|RELEASE
[Binaries.AARCH64]
PE32|UsbfnMsdApp.efi|RELEASE