Files
android_development/tools/glesv2debugger/META-INF/MANIFEST.MF
David Li 7698df91fa GLES2Dbg: initial tests
Also remove GLFunction enum, since the enums already exist in
DebuggerMessage.Function

Change-Id: If273041b73ab51c9aff405ce6d6cce387b4a3725
Signed-off-by: David Li <davidxli@google.com>
2011-04-18 15:21:53 -07:00

16 lines
473 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GLESv2DebuggerClient
Bundle-SymbolicName: GLESv2DebuggerClient; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.android.glesv2debugger.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/host-libprotobuf-java-2.3.0-lite.jar,
lib/liblzf.jar,
lib/sdklib.jar,
.