mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Updater: Cleanup progress based on manifest stream
This commit is contained in:
@@ -3,12 +3,7 @@
|
||||
#include <toolbox/stream/buffered_file_stream.h>
|
||||
#include <toolbox/hex.h>
|
||||
|
||||
struct ResourceManifestReader {
|
||||
Storage* storage;
|
||||
Stream* stream;
|
||||
FuriString* linebuf;
|
||||
ResourceManifestEntry entry;
|
||||
};
|
||||
#include "manifest_i.h"
|
||||
|
||||
ResourceManifestReader* resource_manifest_reader_alloc(Storage* storage) {
|
||||
ResourceManifestReader* resource_manifest =
|
||||
|
||||
10
lib/update_util/resources/manifest_i.h
Normal file
10
lib/update_util/resources/manifest_i.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <toolbox/stream/buffered_file_stream.h>
|
||||
|
||||
struct ResourceManifestReader {
|
||||
Storage* storage;
|
||||
Stream* stream;
|
||||
FuriString* linebuf;
|
||||
ResourceManifestEntry entry;
|
||||
};
|
||||
Reference in New Issue
Block a user