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

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