X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBrotliCustomDecompressLib%2Fcommon%2Fversion.h;fp=MdeModulePkg%2FLibrary%2FBrotliCustomDecompressLib%2Fcommon%2Fversion.h;h=0000000000000000000000000000000000000000;hp=8e94f4ffeacd2a695792dad572997050e2e95be4;hb=58802e02c41bd715a5d3586f4bf2a4b1c46e9274;hpb=8c654bb3ec0b5232dec2b2b07234c5479eb14d62 diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/common/version.h b/MdeModulePkg/Library/BrotliCustomDecompressLib/common/version.h deleted file mode 100644 index 8e94f4ffea..0000000000 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/common/version.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Copyright 2016 Google Inc. All Rights Reserved. - - Distributed under MIT license. - See file LICENSE for detail or copy at https://opensource.org/licenses/MIT -*/ - -/* Version definition. */ - -#ifndef BROTLI_COMMON_VERSION_H_ -#define BROTLI_COMMON_VERSION_H_ - -/* This macro should only be used when library is compiled together with client. - If library is dynamically linked, use BrotliDecoderVersion and - BrotliEncoderVersion methods. */ - -/* Semantic version, calculated as (MAJOR << 24) | (MINOR << 12) | PATCH */ -#define BROTLI_VERSION 0x1000006 - -/* This macro is used by build system to produce Libtool-friendly soname. See - https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html - */ - -/* ABI version, calculated as (CURRENT << 24) | (REVISION << 12) | AGE */ -#define BROTLI_ABI_VERSION 0x1006000 - -#endif /* BROTLI_COMMON_VERSION_H_ */