AboutSystem: Add system information replicant

Fixes #16130 (incidentally)

Change-Id: I764d143a0e6b9ebf8679149edd2aca463cb8ebfb
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5511
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: John Scipione <jscipione@gmail.com>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
John Scipione 2020-08-30 03:38:07 -04:00 committed by Jérôme Duval
parent 537d67ae5c
commit 074aebe307
2 changed files with 754 additions and 241 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
SubDir HAIKU_TOP src apps aboutsystem ;
UsePrivateHeaders app libroot shared ;
UsePrivateHeaders app interface libroot shared ;
Application AboutSystem :
AboutSystem.cpp