summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/CameraInfo.aidl
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2013-05-31 16:43:48 -0700
committerIgor Murashkin <iam@google.com>2013-06-11 11:36:38 -0700
commit4491d684f47fcf1e05652f910587a930be8a4135 (patch)
tree9692bbe442682bf876bad7f2554ddfcc13ae1851 /core/java/android/hardware/CameraInfo.aidl
parent4f057ffa2a9bed82d97c1889dc95d6b2bed8ff8d (diff)
downloadframeworks_base-4491d684f47fcf1e05652f910587a930be8a4135.zip
frameworks_base-4491d684f47fcf1e05652f910587a930be8a4135.tar.gz
frameworks_base-4491d684f47fcf1e05652f910587a930be8a4135.tar.bz2
camera: Add Java binder proxies for some existing binder interfaces
Note that anything not in the AIDL interfaces, will NOT be magically compatible if you just add it there. It probably requires a change in frameworks/av/camera as well. Bug: 9213377 Change-Id: I91d3efb755ed2e3ace139f83573f86efdccccd06
Diffstat (limited to 'core/java/android/hardware/CameraInfo.aidl')
-rw-r--r--core/java/android/hardware/CameraInfo.aidl20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/java/android/hardware/CameraInfo.aidl b/core/java/android/hardware/CameraInfo.aidl
new file mode 100644
index 0000000..e21e694
--- /dev/null
+++ b/core/java/android/hardware/CameraInfo.aidl
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2013 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.
+ */
+
+package android.hardware;
+
+/** @hide */
+parcelable CameraInfo;