package third_party.phoneme

//for running "cldc_vm -cp hello.jar embox.Hello"
@Build(stage=1,script="$(EXTERNAL_MAKE) build")
@BuildDepends(third_party.phoneme.cldc)
module hello_example {
	@AddPrefix("../../../build/extbld/third_party/phoneme/hello_example/dist")
	@InitFS
	source "hello.jar"

	@NoRuntime depends third_party.phoneme.cldc
}
