aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Langlois <pierre.langlois@arm.com>2015-02-11 15:46:41 +0000
committerPierre Langlois <pierre.langlois@arm.com>2016-03-04 17:53:20 +0000
commit1fdea7e32d0d8fdbc1c4cb60279531b7cacc141b (patch)
treefd87b4a5b979219764d6f932c5b7873dc967c146
parent964bbb6ebbe95a83410eced04a1c49e3b4b93e11 (diff)
downloadkdbinder-1fdea7e32d0d8fdbc1c4cb60279531b7cacc141b.tar.gz
libkdbinder: add empty headers for IMemory and MemoryHeapBase
IMemory and MemoryHeapBase are included in libgui and surfaceflinger but are not actually used. Change-Id: Ibe672f335206f978a797fb21562c964356bb345c
-rw-r--r--include/kdbinder/binder/IMemory.h20
-rw-r--r--include/kdbinder/binder/MemoryHeapBase.h20
2 files changed, 40 insertions, 0 deletions
diff --git a/include/kdbinder/binder/IMemory.h b/include/kdbinder/binder/IMemory.h
new file mode 100644
index 0000000..2f8b6f4
--- /dev/null
+++ b/include/kdbinder/binder/IMemory.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2007 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.
+ */
+
+#ifndef INCLUDE_KDBINDER_BINDER_IMEMORY_H_
+#define INCLUDE_KDBINDER_BINDER_IMEMORY_H_
+
+#endif // INCLUDE_KDBINDER_BINDER_IMEMORY_H_
diff --git a/include/kdbinder/binder/MemoryHeapBase.h b/include/kdbinder/binder/MemoryHeapBase.h
new file mode 100644
index 0000000..1d0748a
--- /dev/null
+++ b/include/kdbinder/binder/MemoryHeapBase.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2008 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.
+ */
+
+#ifndef INCLUDE_KDBINDER_BINDER_MEMORYHEAPBASE_H_
+#define INCLUDE_KDBINDER_BINDER_MEMORYHEAPBASE_H_
+
+#endif // INCLUDE_KDBINDER_BINDER_MEMORYHEAPBASE_H_