From: wetdreams <64154433+mhtygt211227@users.noreply.github.com> Date: 星期天, 7 Mar 2021 10:04:57 +0000 (+0300) Subject: Delete sdm845Pkg/Include/Guid directory X-Git-Tag: v0.4~76 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=47da6f30fdb8326e9ca159301ad3f29275cc0058;p=edk2-sdm845.git Delete sdm845Pkg/Include/Guid directory --- diff --git a/sdm845Pkg/Include/Guid/SerialPortLibVendor.h b/sdm845Pkg/Include/Guid/SerialPortLibVendor.h deleted file mode 100644 index 887f96c..0000000 --- a/sdm845Pkg/Include/Guid/SerialPortLibVendor.h +++ /dev/null @@ -1,19 +0,0 @@ -/** @file - Define the SerialDxe GUID. - - Copyright (c) 2019, Citrix Systems, Inc. - - SPDX-License-Identifier: BSD-2-Clause-Patent -**/ - -#ifndef __SERIAL_PORT_LIB_VENDOR_H__ -#define __SERIAL_PORT_LIB_VENDOR_H__ - -#define EDKII_SERIAL_PORT_LIB_VENDOR_GUID { \ - 0xD3987D4B, 0x971A, 0x435F, \ - { 0x8C, 0xAF, 0x49, 0x67, 0xEB, 0x62, 0x72, 0x41 } \ - } - -extern EFI_GUID gEdkiiSerialPortLibVendorGuid; - -#endif // __SERIAL_PORT_LIB_VENDOR_H__