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:
Ingo Weinhold
2013-05-25 01:12:22 +02:00
parent 171fd58c4b
commit 7575abbca2
36 changed files with 4209 additions and 0 deletions
@@ -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>