xref: /third_party/lzma/CPP/7zip/Compress/Lzma2Register.cpp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/lzma/CPP/7zip/Compress/
1370b324cSopenharmony_ci// Lzma2Register.cpp
2370b324cSopenharmony_ci
3370b324cSopenharmony_ci#include "StdAfx.h"
4370b324cSopenharmony_ci
5370b324cSopenharmony_ci#include "../Common/RegisterCodec.h"
6370b324cSopenharmony_ci
7370b324cSopenharmony_ci#include "Lzma2Decoder.h"
8370b324cSopenharmony_ci
9370b324cSopenharmony_ci#ifndef Z7_EXTRACT_ONLY
10370b324cSopenharmony_ci#include "Lzma2Encoder.h"
11370b324cSopenharmony_ci#endif
12370b324cSopenharmony_ci
13370b324cSopenharmony_cinamespace NCompress {
14370b324cSopenharmony_cinamespace NLzma2 {
15370b324cSopenharmony_ci
16370b324cSopenharmony_ciREGISTER_CODEC_E(LZMA2,
17370b324cSopenharmony_ci    CDecoder(),
18370b324cSopenharmony_ci    CEncoder(),
19370b324cSopenharmony_ci    0x21,
20370b324cSopenharmony_ci    "LZMA2")
21370b324cSopenharmony_ci
22370b324cSopenharmony_ci}}
23

Indexes created Thu Nov 07 10:32:03 CST 2024