Stub HardwareInformation (hardware survey) class, added LegacyManifest and LegacyManifastPackage handling classes

This commit is contained in:
2026-09-09 10:16:09 -05:00
parent b52f6e2183
commit 0693733179
3 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
module W3DHubLauncher
class HardwareInformation
def initialize
end
end
end