1
recipes/pkg/entropy_view/archives
Normal file
1
recipes/pkg/entropy_view/archives
Normal file
@@ -0,0 +1 @@
|
||||
_/src/entropy_view
|
||||
@@ -1,4 +1,4 @@
|
||||
<runtime ram="4M" caps="128" binary="nit_entropy">
|
||||
<runtime ram="4M" caps="128" binary="entropy_view">
|
||||
|
||||
<requires>
|
||||
<gui/>
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="nit_entropy"/>
|
||||
<rom label="entropy_view"/>
|
||||
</content>
|
||||
|
||||
<config/>
|
||||
@@ -1 +0,0 @@
|
||||
_/src/nit_entropy
|
||||
@@ -1,2 +1,2 @@
|
||||
SRC_DIR = src/app/nit_entropy
|
||||
SRC_DIR = src/app/entropy_view
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
1
recipes/src/entropy_view/hash
Normal file
1
recipes/src/entropy_view/hash
Normal file
@@ -0,0 +1 @@
|
||||
2020-06-19 628a1d591a9ba3f19abef0fe417da75855228cab
|
||||
@@ -1 +0,0 @@
|
||||
-
|
||||
@@ -65,7 +65,7 @@ append config {
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
</start>
|
||||
|
||||
<start name="nit_entropy">
|
||||
<start name="entropy_view">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<route>
|
||||
<service name="Gui"> <child name="nitpicker"/> </service>
|
||||
@@ -84,7 +84,7 @@ append config {
|
||||
</config>}
|
||||
|
||||
build {
|
||||
app/nit_entropy
|
||||
app/entropy_view
|
||||
server/jitter_sponge
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@ install_config $config
|
||||
|
||||
build_boot_image {
|
||||
jitter_sponge
|
||||
nit_entropy
|
||||
entropy_view
|
||||
}
|
||||
|
||||
run_genode_until forever
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <base/component.h>
|
||||
|
||||
|
||||
namespace Nit_entropy {
|
||||
namespace Entropy_view {
|
||||
using namespace Genode;
|
||||
typedef Surface_base::Point Point;
|
||||
typedef Surface_base::Area Area;
|
||||
@@ -31,7 +31,7 @@ namespace Nit_entropy {
|
||||
};
|
||||
|
||||
|
||||
struct Nit_entropy::Main
|
||||
struct Entropy_view::Main
|
||||
{
|
||||
enum { WIDTH = 256, HEIGHT = 256 };
|
||||
|
||||
@@ -94,4 +94,4 @@ struct Nit_entropy::Main
|
||||
|
||||
|
||||
void Component::construct(Genode::Env &env) {
|
||||
static Nit_entropy::Main inst(env); }
|
||||
static Entropy_view::Main inst(env); }
|
||||
@@ -1,3 +1,3 @@
|
||||
TARGET = nit_entropy
|
||||
TARGET = entropy_view
|
||||
SRC_CC = main.cc
|
||||
LIBS = base
|
||||
Reference in New Issue
Block a user