Clone read support functionality for HPKG format version 1
It uses sub-namespace BPackage::BHPKG::V1. Unlike the one for the current format version, the V1 version of BPackageInfoContentHandler lives in BHPKG(::V1) sub-namespace and is private.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/HPKGDefs.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/PackageAttributeValue.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/PackageContentHandler.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/PackageData.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/PackageDataReader.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/PackageEntry.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/PackageEntryAttribute.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../os/package/hpkg/v1/PackageReader.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/package/hpkg/v1/HPKGDefsPrivate.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/package/hpkg/v1/PackageInfoContentHandler.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/package/hpkg/v1/PackageReaderImpl.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/package/hpkg/v1/ReaderImplBase.h>
|
||||
Reference in New Issue
Block a user