Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | page.title=DRM |
| 2 | @jd:body |
| 3 | |
| 4 | <!-- |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 5 | Copyright 2015 The Android Open Source Project |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 6 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 18 | --> |
| 19 | |
| 20 | <div id="qv-wrapper"> |
| 21 | <div id="qv"> |
| 22 | <h2>In this document</h2> |
| 23 | <ol id="auto-toc"> |
| 24 | </ol> |
| 25 | </div> |
| 26 | </div> |
| 27 | |
Heidi von Markham | b493fb6 | 2015-03-25 12:35:11 -0700 | [diff] [blame^] | 28 | <img style="float: right; margin: 0px 15px 15px 15px;" src="images/ape_fwk_hal_drm.png" alt="Android DRM HAL icon"/> |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 29 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 30 | <p>This document provides an overview of the Android DRM framework, and |
| 31 | introduces the interfaces a DRM plug-in must implement. This document does not |
| 32 | describe robustness rules or compliance rules that may be defined by a DRM |
| 33 | scheme.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 34 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 35 | <h2 id="introduction">Introduction</h2> |
| 36 | |
| 37 | <p>The Android platform provides an extensible DRM framework that lets |
| 38 | applications manage rights-protected content according to the license |
| 39 | constraints associated with the content. The DRM framework supports many DRM |
| 40 | schemes; which DRM schemes a device supports is up to the device manufacturer. |
| 41 | The DRM framework introduced in Android 3.0 provides a unified interface for |
| 42 | application developers and hides the complexity of DRM operations. The DRM |
| 43 | framework provides a consistent operation mode for protected and non-protected |
| 44 | content. DRM schemes can define very complex usage models by license metadata. |
| 45 | The DRM framework provides the association between DRM content and license, and |
| 46 | handles the rights management. This enables the media player to be abstracted |
| 47 | from DRM-protected or non-protected content. See <a |
| 48 | href="https://developer.android.com/reference/android/media/MediaDrm.html">MediaDrm</a> |
| 49 | for the class to obtain keys for decrypting protected media streams.</p> |
| 50 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 51 | <img src="images/ape_fwk_drm.png" alt="Android DRM HAL" /> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 52 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 53 | <p class="img-caption"><strong>Figure 1.</strong> DRM Hardware Abstraction |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 54 | Layer</p> |
| 55 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 56 | <p> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 57 | Availability of rich digital content is important to users on mobile devices. To |
| 58 | make their content widely available, Android developers and digital content |
| 59 | publishers need a consistent DRM implementation supported across the Android |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 60 | ecosystem. To make that digital content available on Android devices and to ensure at least one consistent DRM available across all |
| 61 | devices, Google provides DRM without license fees on compatible Android devices. |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 62 | On Android 3.0 and higher platforms, the DRM plug-in is integrated with the |
| 63 | Android DRM framework and can use hardware-backed protection to secure premium |
| 64 | content and user credentials. |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 65 | </p> |
| 66 | |
| 67 | <p> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 68 | The content protection provided by the DRM plug-in depends on the security and |
| 69 | content protection capabilities of the underlying hardware platform. The |
| 70 | hardware capabilities of the device include hardware secure boot to establish a |
| 71 | chain of trust of security and protection of cryptographic keys. Content |
| 72 | protection capabilities of the device include protection of decrypted frames in |
| 73 | the device and content protection via a trusted output protection mechanism. Not |
| 74 | all hardware platforms support all of the above security and content protection |
| 75 | features. Security is never implemented in a single place in the |
| 76 | stack, but instead relies on the integration of hardware, software, and |
| 77 | services. The combination of hardware security functions, a trusted boot |
| 78 | mechanism, and an isolated secure OS for handling security functions is critical |
| 79 | to providing a secure device.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 80 | |
| 81 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 82 | <h2 id="architecture">Architecture</h2> |
| 83 | <p>The DRM framework is designed to be implementation agnostic and |
| 84 | abstracts the details of the specific DRM scheme implementation in a |
| 85 | scheme-specific DRM plug-in. The DRM framework includes simple APIs to handle |
| 86 | complex DRM operations, register users and devices to online DRM services, |
| 87 | extract constraint information from the license, associate DRM content and its |
| 88 | license, and finally decrypt DRM content.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 89 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 90 | <p>The Android DRM framework is implemented in two architectural layers:</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 91 | <ul> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 92 | <li>A DRM framework API, which is exposed to applications through the Android |
| 93 | application framework and runs through the Dalvik VM for standard |
| 94 | applications.</li> |
| 95 | <li>A native code DRM manager, which implements the DRM framework and exposes an |
| 96 | interface for DRM plug-ins (agents) to handle rights management and decryption |
| 97 | for various DRM schemes.</li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 98 | </ul> |
| 99 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 100 | <img src="images/ape_fwk_drm_2.png" alt="Android DRM Framework" /> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 101 | |
| 102 | <p class="img-caption"><strong>Figure 2.</strong> DRM framework</p> |
| 103 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 104 | <p>For details, refer to the <a |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 105 | href="http://developer.android.com/reference/android/drm/package-summary.html">Android |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 106 | DRM package reference</a>.</p> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 107 | |
| 108 | <h2 id="plug-ins">Plug-ins</h2> |
| 109 | <p>As shown in the figure below, the DRM framework uses a plug-in architecture |
| 110 | to support various DRM schemes. The DRM manager service runs in an independent |
| 111 | process to ensure isolated execution of DRM plug-ins. Each API call from |
| 112 | DrmManagerClient to DrmManagerService goes across process boundaries by using |
| 113 | the binder IPC mechanism. The DrmManagerClient provides a Java programming |
| 114 | language implementation as a common interface to runtime applications; it |
| 115 | also provides a DrmManagerClient-native implementation as the interface to |
| 116 | native modules. The caller of DRM framework accesses only the DrmManagerClient |
| 117 | and does not have to be aware of each DRM scheme. </p> |
| 118 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 119 | <img src="images/ape_fwk_drm_plugins.png" alt="Android DRM Plug-in" /> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 120 | |
| 121 | <p class="img-caption"><strong>Figure 3.</strong> DRM framework with plug-ins</p> |
| 122 | |
| 123 | <p>Plug-ins are loaded automatically when DrmManagerService is launched. As |
| 124 | shown in the figure below, the DRM plug-in manager loads/unloads all the |
| 125 | available plug-ins. The DRM framework loads plug-ins automatically by finding |
| 126 | them under:<br/> |
| 127 | <code>/system/lib/drm/plugins/native/</code></p> |
| 128 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 129 | <img src="images/ape_fwk_drm_plugins_life.png" alt="Android DRM Plug-in Lifecycle" /> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 130 | |
| 131 | <p class="img-caption"><strong>Figure 4.</strong> DRM plug-in lifecycle</p> |
| 132 | |
| 133 | <p>The plug-in developer should ensure the plug-in is located in the DRM |
| 134 | framework plug-in discovery directory. See implementation instructions below for details.</p> |
| 135 | |
| 136 | <h2 id="implementation">Implementation</h2> |
| 137 | |
| 138 | <h3 id="IDrmEngine">IDrmEngine</h3> |
| 139 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 140 | <p>IDrmEngine is an interface with a set of APIs for DRM use cases. Plug-in |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 141 | developers must implement the interfaces specified in IDrmEngine and the |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 142 | listener interfaces specified below. The interface definition is available in |
| 143 | the source tree at:<p/> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 144 | <code> |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 145 | <platform_root>/frameworks/base/drm/libdrmframework/plugins/common/include |
| 146 | </code> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 147 | |
| 148 | <h3 id="DrmInfo">DRM Info</h3> |
| 149 | <p>DrmInfo is a wrapper class that wraps the protocol for communicating with the |
| 150 | DRM server. Server registration, deregistration, license acquisition, or any other |
| 151 | server-related transaction can be achieved by processing an instance of DrmInfo. |
| 152 | The protocol should be described by the plug-in in XML format. Each DRM plug-in |
| 153 | would accomplish the transaction by interpreting the protocol. The DRM framework |
| 154 | defines an API to retrieve an instance of DrmInfo called acquireDrmInfo().</p> |
| 155 | |
| 156 | <code>DrmInfo* acquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInfoRequest);</code> |
| 157 | <p>Retrieves necessary information for registration, deregistration or rights |
| 158 | acquisition information. See <a |
| 159 | href="http://developer.android.com/reference/android/drm/DrmInfoRequest.html">DrmInfoRequest</a> for more information.</p> |
| 160 | |
| 161 | <code>DrmInfoStatus* processDrmInfo(int uniqueId, const DrmInfo* drmInfo);</code> |
| 162 | <p>processDrmInfo() behaves asynchronously and the results of the transaction can |
| 163 | be retrieved either from OnEventListener or OnErrorListener.</p> |
| 164 | |
| 165 | <h3 id="drm-rights">DRM rights</h3> |
| 166 | |
| 167 | <p>The association of DRM content and the license is required to allow playback |
| 168 | of DRM content. Once the association has been made, the license will be handled in |
| 169 | the DRM framework so the Media Player application is abstracted from the existence |
| 170 | of license.</p> |
| 171 | |
| 172 | <code>int checkRightsStatus(int uniqueId, const String8& path, int |
| 173 | action);</code> |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 174 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 175 | <p>Save DRM rights to the specified rights path and make association with content path. |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 176 | The input parameters are the DrmRights to be saved, the rights file path where rights |
| 177 | are to be saved, and the content file path where content was saved.</p> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 178 | |
| 179 | <code>status_t saveRights(int uniqueId, const DrmRights& drmRights, |
| 180 | const String8& rightsPath, const String8& |
| 181 | contentPath);</code> |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 182 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 183 | <p>Save DRM rights to specified rights path and make association with content |
| 184 | path.</p> |
| 185 | |
| 186 | <h3 id="metadata">License Metadata</h3> |
| 187 | <p>License metadata such as license expiry time, repeatable count and etc., may be |
| 188 | embedded inside the rights of the protected content. The Android DRM framework |
| 189 | provides APIs to return constraints associated with input content. See <a |
| 190 | href="http://developer.android.com/reference/android/drm/DrmManagerClient.html">DrmManagerClient</a> |
| 191 | for more information.</p> |
| 192 | |
| 193 | <code>DrmConstraints* getConstraints(int uniqueId, const String path, int |
| 194 | action);</code> |
| 195 | <p>The getConstraint function call returns key-value pairs of constraints |
| 196 | embedded in protected content. To retrieve the constraints, the uniqueIds (the |
| 197 | Unique identifier for a session and path of the protected content) are required. |
| 198 | The action, defined as Action::DEFAULT, Action::PLAY, etc., is also required.</p> |
| 199 | |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 200 | <img src="images/ape_fwk_drm_retrieve_license.png" alt="Android DRM License Metadata" /> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 201 | |
| 202 | <p class="img-caption"><strong>Figure 5.</strong> Retrieve license metadata</p> |
| 203 | |
| 204 | <code>DrmMetadata* getMetadata(int uniqueId, const String path);</code> |
| 205 | <p>Get metadata information associated with input content for a given path of the |
| 206 | protected content to return key-value pairs of metadata.</p> |
| 207 | |
| 208 | <h3 id="metadata">Decrypt session</h3> |
Heidi von Markham | 1e7b8b7 | 2015-03-09 10:13:48 -0700 | [diff] [blame] | 209 | <p>To maintain the decryption session, the caller of the DRM framework must |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 210 | invoke openDecryptSession() at the beginning of the decryption sequence. |
| 211 | openDecryptSession() asks each DRM plug-in if it can handle input DRM |
| 212 | content.</p> |
| 213 | <code> |
| 214 | status_t openDecryptSession( |
| 215 | int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length); |
| 216 | </code> |
| 217 | |
| 218 | <p>The above call allows you to save DRM rights to specified rights path and make |
| 219 | association with content path. DrmRights parameter is the rights to be saved, |
| 220 | file path where rights should be and content file path where content should be |
| 221 | saved.</p> |
| 222 | |
| 223 | <h3 id="listeners">DRM plug-in Listeners</h3> |
| 224 | |
| 225 | <p>Some APIs in DRM framework behave asynchronously in a DRM transaction. An |
| 226 | application can register three listener classes to DRM framework.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 227 | |
| 228 | <ul> |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 229 | <li>OnEventListener for results of asynchronous APIs</li> |
| 230 | <li>OnErrorListener for recieving errors of asynchronous APIs</li> |
| 231 | <li>OnInfoListener for any supplementary information during DRM |
| 232 | transactions.</li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 233 | </ul> |
| 234 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 235 | <h3 id="source">Source</h3> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 236 | |
Clay Murphy | 96bf349 | 2014-03-10 16:59:34 -0700 | [diff] [blame] | 237 | <p>The Android DRM framework includes a passthru plug-in as a sample plug-in. |
| 238 | The implementation for passthru plug-in can be found in the Android source tree |
| 239 | at:<br/> |
| 240 | <code> |
| 241 | <platform_root>/frameworks/base/drm/libdrmframework/plugins/passthru |
| 242 | </code></p> |
| 243 | |
| 244 | <h3 id="build">Build and Integration</h3> |
| 245 | |
| 246 | <p>Add the following to the Android.mk of the plug-in implementation. The |
| 247 | passthruplugin is used as a sample.</p> |
| 248 | |
| 249 | <code> |
| 250 | PRODUCT_COPY_FILES += |
| 251 | $(TARGET_OUT_SHARED_LIBRARIES)/<plugin_library>:system/lib/drm/plugins/native/<plugin_library> |
| 252 | e.g.,<br/> |
| 253 | PRODUCT_COPY_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/ |
| 254 | libdrmpassthruplugin.so:system/lib/drm/plugins/native/libdrmpassthruplugin.so |
| 255 | </code> |
| 256 | <br/> |
| 257 | <br/> |
| 258 | <p>Plug-in developers must locate their respective plug-ins under this |
| 259 | directory like so:<br/> |
| 260 | <code>/system/lib/drm/plugins/native/libdrmpassthruplugin.so</code></p> |