Also remove GLFunction enum, since the enums already exist in DebuggerMessage.Function Change-Id: If273041b73ab51c9aff405ce6d6cce387b4a3725 Signed-off-by: David Li <davidxli@google.com>
16 lines
473 B
Plaintext
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,
|
|
.
|