summaryrefslogtreecommitdiffstats
path: root/TVOutDummy/main.cpp
diff options
context:
space:
mode:
authorXpLoDWilD <xplodgui@gmail.com>2012-07-25 18:26:56 +0200
committerXpLoDWilD <xplodgui@gmail.com>2012-07-25 18:26:56 +0200
commit66222d368e30ebc0bc8e26ca7c52a62d3a2a312d (patch)
treebfec4d1e42e0df26ab800fd8abc048d2e482846b /TVOutDummy/main.cpp
parentad8a0cb5cb25b0454e490f6f703478bd48d159eb (diff)
downloaddevice_samsung_n7000-66222d368e30ebc0bc8e26ca7c52a62d3a2a312d.zip
device_samsung_n7000-66222d368e30ebc0bc8e26ca7c52a62d3a2a312d.tar.gz
device_samsung_n7000-66222d368e30ebc0bc8e26ca7c52a62d3a2a312d.tar.bz2
Remove TVOutDummy
Diffstat (limited to 'TVOutDummy/main.cpp')
-rw-r--r--TVOutDummy/main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/TVOutDummy/main.cpp b/TVOutDummy/main.cpp
deleted file mode 100644
index d0a7497..0000000
--- a/TVOutDummy/main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "SecTVOutService.h"
-#include <cstdlib>
-
-int main() {
- android::SecTVOutService::instantiate();
-
- // let it run for some time (1 sec)
- usleep(1000000);
-
- return 0;
-}