diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-04-09 15:21:13 +0200 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-10-06 10:58:14 +0200 |
| commit | 77dc369c56e6995d1aeda3c7b686ed675534ec90 (patch) | |
| tree | a4d7e1e989804e03fb637baf204d93f8b1d78506 /lib/python/enigma_python.i | |
| parent | be8ccc9f63c4cd79f8dba84087c7348c23657865 (diff) | |
| download | enigma2-77dc369c56e6995d1aeda3c7b686ed675534ec90.tar.gz enigma2-77dc369c56e6995d1aeda3c7b686ed675534ec90.zip | |
fixes bug #467
add tpm interface to enigma 2
introduce a demo plugin for tpm usage in plugins to validate running on dream multimedia hardware to be used in plugins (see doc/TPM for further information)
Diffstat (limited to 'lib/python/enigma_python.i')
| -rw-r--r-- | lib/python/enigma_python.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 2fec2ff1..19fb9254 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -39,6 +39,7 @@ is usually caused by not marking PSignals as immutable. #include <lib/base/ebase.h> #include <lib/base/smartptr.h> #include <lib/base/eerror.h> +#include <lib/base/etpm.h> #include <lib/base/nconfig.h> #include <lib/base/message.h> #include <lib/driver/rc.h> @@ -157,6 +158,7 @@ typedef long time_t; %immutable ePythonMessagePump::recv_msg; %immutable eDVBLocalTimeHandler::m_timeUpdated; %include <lib/base/message.h> +%include <lib/base/etpm.h> %include <lib/base/nconfig.h> %include <lib/driver/rc.h> %include <lib/gdi/fb.h> |
