random: add module dependencies
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2011 15:23:50 +0000 (15:23 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2011 15:23:50 +0000 (15:23 +0000)
For now, just include the union of all the possible dependencies.
For the future it would be better to selectively include only the
required dependencies in function of the RANDOM_SECURITY_LEVEL
parameter.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4693 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/sec/random.h

index cd103e704c09b59d7e91ea0e74e4a3442a80de0d..3ccc17b722a89605cf2f9d5f59ee985a50148766 100644 (file)
@@ -35,6 +35,7 @@
  *
  * $WIZ$ module_name = "random"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_random.h"
+ * $WIZ$ module_depends = "isaac", "cipher", "sha1", "yarrow", "yarrow_pool", "x917", "aes"
  * $WIZ$ module_supports = "stm32 or lm3s"
  */