summaryrefslogtreecommitdiff
path: root/DRM/cc54/inc/wv_drm_api.h
diff options
context:
space:
mode:
authorRyan Saffores <ryan.d.saffores@intel.com>2015-04-27 11:56:42 -0700
committerPatrick Tjin <pattjin@google.com>2015-04-30 10:47:49 -0700
commit294646c31bc87072c1b9f3c0459c05292fbf02ed (patch)
tree7704bae167deea20f475509d86fc2174e8950dd8 /DRM/cc54/inc/wv_drm_api.h
parenta9def98ead34169ef97a54fc70b2213e16c6f362 (diff)
downloadpsb_headers-294646c31bc87072c1b9f3c0459c05292fbf02ed.tar.gz
Header changes to support WV v10
Bug: 19964594 Change-Id: I2adaf8cc5f07bf06b645734dc393476da29460aa Signed-off-by: Ryan Saffores <ryan.d.saffores@intel.com>
Diffstat (limited to 'DRM/cc54/inc/wv_drm_api.h')
-rw-r--r--DRM/cc54/inc/wv_drm_api.h38
1 files changed, 23 insertions, 15 deletions
diff --git a/DRM/cc54/inc/wv_drm_api.h b/DRM/cc54/inc/wv_drm_api.h
index ff14ca9..859f1cc 100644
--- a/DRM/cc54/inc/wv_drm_api.h
+++ b/DRM/cc54/inc/wv_drm_api.h
@@ -1,18 +1,18 @@
-/*
- * Copyright (C) 2014 Intel Corporation. All rights reserved.
- *
- * 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.
- */
+/**********************************************************************
+* Copyright (C) 2011 Intel Corporation. All rights reserved.
+
+* 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.
+**********************************************************************/
/*!
* NOTE: Don't include this file. It is recommended to include sepdrm.h
@@ -205,6 +205,14 @@ uint32_t drm_wv_install_keybox(const uint8_t * const p_keybox,
const uint32_t keybox_length);
+/*!
+ * @brief Erases installed Widevine keybox from secure storage
+ */
+uint32_t drm_wv_remove_keybox(void);
+/**
+ * @brief Temporarily loads test keybox.
+ */
+uint32_t drm_wv_load_test_keybox(void);
#endif //__WV_DRM_API_H__