diff --git a/WorkDir/SDL.dll b/WorkDir/SDL.dll deleted file mode 100644 index 628cdfcf0..000000000 Binary files a/WorkDir/SDL.dll and /dev/null differ diff --git a/WorkDir/data/fsca-table.bin b/WorkDir/data/fsca-table.bin deleted file mode 100644 index 4fc776ed8..000000000 Binary files a/WorkDir/data/fsca-table.bin and /dev/null differ diff --git a/WorkDir/data/vmu_default.bin b/WorkDir/data/vmu_default.bin deleted file mode 100644 index 2e2c6f0f2..000000000 Binary files a/WorkDir/data/vmu_default.bin and /dev/null differ diff --git a/WorkDir/glew32.dll b/WorkDir/glew32.dll deleted file mode 100644 index 8857ba675..000000000 Binary files a/WorkDir/glew32.dll and /dev/null differ diff --git a/esinfo/.classpath b/esinfo/.classpath deleted file mode 100644 index a4763d1ee..000000000 --- a/esinfo/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/esinfo/.project b/esinfo/.project deleted file mode 100644 index 73c6d8caf..000000000 --- a/esinfo/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - OpenGL ES info - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - diff --git a/esinfo/.settings/org.eclipse.jdt.core.prefs b/esinfo/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index f77b31c2d..000000000 --- a/esinfo/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 -org.eclipse.jdt.core.compiler.compliance=1.5 -org.eclipse.jdt.core.compiler.source=1.5 diff --git a/esinfo/AndroidManifest.xml b/esinfo/AndroidManifest.xml deleted file mode 100644 index 24d66b466..000000000 --- a/esinfo/AndroidManifest.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/esinfo/build.xml b/esinfo/build.xml deleted file mode 100644 index a10a91491..000000000 --- a/esinfo/build.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/esinfo/ic_launcher-web.png b/esinfo/ic_launcher-web.png deleted file mode 100644 index ce286b815..000000000 Binary files a/esinfo/ic_launcher-web.png and /dev/null differ diff --git a/esinfo/jni/Android.mk b/esinfo/jni/Android.mk deleted file mode 100644 index 805472a34..000000000 --- a/esinfo/jni/Android.mk +++ /dev/null @@ -1,10 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := jnitest -LOCAL_CFLAGS := -Werror -LOCAL_SRC_FILES := jnitest.c -LOCAL_LDLIBS := -llog - -include $(BUILD_SHARED_LIBRARY) \ No newline at end of file diff --git a/esinfo/jni/jnitest.c b/esinfo/jni/jnitest.c deleted file mode 100644 index 15123f2b6..000000000 --- a/esinfo/jni/jnitest.c +++ /dev/null @@ -1,13 +0,0 @@ -#include -#include - -JNIEXPORT jint JNICALL -Java_com_example_ogles_1info_jnitest_test(JNIEnv * env, jobject obj) -{ - int sz= 512*1024*1024 + 16*1024*1024; - void* rv=mmap(0, sz, PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0); - if (rv != MAP_FAILED) { - munmap(rv,sz); - } - return rv != MAP_FAILED; -} diff --git a/esinfo/libs/android-support-v4.jar b/esinfo/libs/android-support-v4.jar deleted file mode 100644 index 018c1272b..000000000 Binary files a/esinfo/libs/android-support-v4.jar and /dev/null differ diff --git a/esinfo/proguard-project.txt b/esinfo/proguard-project.txt deleted file mode 100644 index f2fe1559a..000000000 --- a/esinfo/proguard-project.txt +++ /dev/null @@ -1,20 +0,0 @@ -# To enable ProGuard in your project, edit project.properties -# to define the proguard.config property as described in that file. -# -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in ${sdk.dir}/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/esinfo/project.properties b/esinfo/project.properties deleted file mode 100644 index 0840b4a05..000000000 --- a/esinfo/project.properties +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-15 diff --git a/esinfo/res/drawable-hdpi/ic_action_search.png b/esinfo/res/drawable-hdpi/ic_action_search.png deleted file mode 100644 index 67de12dec..000000000 Binary files a/esinfo/res/drawable-hdpi/ic_action_search.png and /dev/null differ diff --git a/esinfo/res/drawable-hdpi/ic_launcher.png b/esinfo/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index b9bf51d9f..000000000 Binary files a/esinfo/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/esinfo/res/drawable-ldpi/ic_launcher.png b/esinfo/res/drawable-ldpi/ic_launcher.png deleted file mode 100644 index 9f2f9027d..000000000 Binary files a/esinfo/res/drawable-ldpi/ic_launcher.png and /dev/null differ diff --git a/esinfo/res/drawable-mdpi/ic_action_search.png b/esinfo/res/drawable-mdpi/ic_action_search.png deleted file mode 100644 index 134d5490b..000000000 Binary files a/esinfo/res/drawable-mdpi/ic_action_search.png and /dev/null differ diff --git a/esinfo/res/drawable-mdpi/ic_launcher.png b/esinfo/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 625c65dd4..000000000 Binary files a/esinfo/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/esinfo/res/drawable-xhdpi/ic_action_search.png b/esinfo/res/drawable-xhdpi/ic_action_search.png deleted file mode 100644 index d699c6b37..000000000 Binary files a/esinfo/res/drawable-xhdpi/ic_action_search.png and /dev/null differ diff --git a/esinfo/res/drawable-xhdpi/ic_launcher.png b/esinfo/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 43f2dbae8..000000000 Binary files a/esinfo/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/esinfo/res/layout/activity_main.xml b/esinfo/res/layout/activity_main.xml deleted file mode 100644 index 7a5b6d689..000000000 --- a/esinfo/res/layout/activity_main.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/esinfo/res/menu/activity_main.xml b/esinfo/res/menu/activity_main.xml deleted file mode 100644 index cfc10fd52..000000000 --- a/esinfo/res/menu/activity_main.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/esinfo/res/values-large/dimens.xml b/esinfo/res/values-large/dimens.xml deleted file mode 100644 index 5c4a502e7..000000000 --- a/esinfo/res/values-large/dimens.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - 8dp - 16dp - 16dp - - \ No newline at end of file diff --git a/esinfo/res/values-v11/styles.xml b/esinfo/res/values-v11/styles.xml deleted file mode 100644 index d408cbc37..000000000 --- a/esinfo/res/values-v11/styles.xml +++ /dev/null @@ -1,5 +0,0 @@ - - -