OSDN Git Service

Add stubs for better compatibility
authorJean-Baptiste Queru <jbq@google.com>
Mon, 27 Feb 2012 16:54:57 +0000 (08:54 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Mon, 27 Feb 2012 16:54:57 +0000 (08:54 -0800)
Change-Id: I3fafee637f3ab239e3b870c73bcfe34cf73caf4c

include/gui/Surface.h [new file with mode: 0644]
include/gui/SurfaceComposerClient.h [new file with mode: 0644]

diff --git a/include/gui/Surface.h b/include/gui/Surface.h
new file mode 100644 (file)
index 0000000..c1862b7
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2012 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <surfaceflinger/Surface.h>
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h
new file mode 100644 (file)
index 0000000..6cc6390
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2012 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <surfaceflinger/SurfaceComposerClient.h>