diff options
Diffstat (limited to 'modules/eng_aep/modinfo.txt')
-rw-r--r-- | modules/eng_aep/modinfo.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/eng_aep/modinfo.txt b/modules/eng_aep/modinfo.txt new file mode 100644 index 000000000..b84790b97 --- /dev/null +++ b/modules/eng_aep/modinfo.txt @@ -0,0 +1,22 @@ +realname "AEP Engine" + +uses_external_libs + +add_file eng_aep.cpp +add_file aep_main.cpp +add_file aep_conn.cpp + +add_file eng_aep.h +add_file es_aep.h +add_file hw_aep.h +add_file aep_conn.h + +local_only aep_conn.h +local_only hw_aep.h + +define ENGINE_AEP +define ENTROPY_SRC_AEP + +<libs> +all -> aep +</libs> |