Home | History | Annotate | Download | only in staging
      1 # Copyright 2014 The Android Open Source Project
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
      4 # you may not use this file except in compliance with the License.
      5 # You may obtain a copy of the License at
      6 #
      7 #      http://www.apache.org/licenses/LICENSE-2.0
      8 #
      9 # Unless required by applicable law or agreed to in writing, software
     10 # distributed under the License is distributed on an "AS IS" BASIS,
     11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     12 # See the License for the specific language governing permissions and
     13 # limitations under the License.
     14 
     15 # Widevine blob(s) necessary for Fugu hardware
     16 PRODUCT_COPY_FILES := \
     17     vendor/widevine/fugu/proprietary/com.google.widevine.software.drm.xml:system/etc/permissions/com.google.widevine.software.drm.xml:widevine \
     18     vendor/widevine/fugu/proprietary/com.google.widevine.software.drm.jar:system/framework/com.google.widevine.software.drm.jar:widevine \
     19     vendor/widevine/fugu/proprietary/libdrmframework.so:system/lib/arm/libdrmframework.so:widevine \
     20     vendor/widevine/fugu/proprietary/libdrmwvmplugin.so:system/vendor/lib/drm/libdrmwvmplugin.so:widevine \
     21     vendor/widevine/fugu/proprietary/libdrmdecrypt.so:system/vendor/lib/libdrmdecrypt.so:widevine \
     22     vendor/widevine/fugu/proprietary/liboemcrypto.so:system/vendor/lib/liboemcrypto.so:widevine \
     23     vendor/widevine/fugu/proprietary/libwvdrm_L1.so:system/vendor/lib/libwvdrm_L1.so:widevine \
     24     vendor/widevine/fugu/proprietary/libwvm.so:system/vendor/lib/libwvm.so:widevine \
     25     vendor/widevine/fugu/proprietary/libWVStreamControlAPI_L1.so:system/vendor/lib/libWVStreamControlAPI_L1.so:widevine \
     26     vendor/widevine/fugu/proprietary/libwvdrmengine.so:system/vendor/lib/mediadrm/libwvdrmengine.so:widevine \
     27 
     28