]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/BrotliCompress/common/version.h
BaseTools: Make brotli a submodule
[mirror_edk2.git] / BaseTools / Source / C / BrotliCompress / common / version.h
diff --git a/BaseTools/Source/C/BrotliCompress/common/version.h b/BaseTools/Source/C/BrotliCompress/common/version.h
deleted file mode 100644 (file)
index 8e94f4f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright 2016 Google Inc. All Rights Reserved.\r
-\r
-   Distributed under MIT license.\r
-   See file LICENSE for detail or copy at https://opensource.org/licenses/MIT\r
-*/\r
-\r
-/* Version definition. */\r
-\r
-#ifndef BROTLI_COMMON_VERSION_H_\r
-#define BROTLI_COMMON_VERSION_H_\r
-\r
-/* This macro should only be used when library is compiled together with client.\r
-   If library is dynamically linked, use BrotliDecoderVersion and\r
-   BrotliEncoderVersion methods. */\r
-\r
-/* Semantic version, calculated as (MAJOR << 24) | (MINOR << 12) | PATCH */\r
-#define BROTLI_VERSION 0x1000006\r
-\r
-/* This macro is used by build system to produce Libtool-friendly soname. See\r
-   https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html\r
- */\r
-\r
-/* ABI version, calculated as (CURRENT << 24) | (REVISION << 12) | AGE */\r
-#define BROTLI_ABI_VERSION 0x1006000\r
-\r
-#endif  /* BROTLI_COMMON_VERSION_H_ */\r