From c3c90353f9baaba7b09ead14bc720be57244bb7e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Mon, 27 Feb 2012 08:54:57 -0800 Subject: [PATCH] Add stubs for better compatibility Change-Id: I3fafee637f3ab239e3b870c73bcfe34cf73caf4c --- include/gui/Surface.h | 17 +++++++++++++++++ include/gui/SurfaceComposerClient.h | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 include/gui/Surface.h create mode 100644 include/gui/SurfaceComposerClient.h diff --git a/include/gui/Surface.h b/include/gui/Surface.h new file mode 100644 index 0000000000000..c1862b7c666c3 --- /dev/null +++ b/include/gui/Surface.h @@ -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 diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h new file mode 100644 index 0000000000000..6cc6390743046 --- /dev/null +++ b/include/gui/SurfaceComposerClient.h @@ -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