Skip to content

Commit

Permalink
qcom: Add common Widevine blobs
Browse files Browse the repository at this point in the history
* Taken from bullhead N4F26I
* Most of the boards use these updated blobs , so just put it in common.
  • Loading branch information
ashwinr64 committed Feb 5, 2017
1 parent a78a120 commit 2f4b2da
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ include $(CLEAR_VARS)

ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
include $(call all-makefiles-under,$(LOCAL_PATH)/$(TARGET_BOARD_PLATFORM))
include $(call all-makefiles-under,$(LOCAL_PATH)/widevine)
endif
21 changes: 21 additions & 0 deletions widevine/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright (C) 2017 The LineageOS 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.

# This file is generated by device/qcom/common/extractors/setup-makefiles.sh

LOCAL_PATH := $(call my-dir)

ifneq ($(filter msm8996 msm8994 msm8992 msm8960 msm8952 msm8916 msm8974 msm8610,$(TARGET_BOARD_PLATFORM)),)

endif
16 changes: 16 additions & 0 deletions widevine/BoardConfigVendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright (C) 2017 The LineageOS 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.

# This file is generated by device/qcom/common/extractors/setup-makefiles.sh

Binary file not shown.
Binary file not shown.
Binary file added widevine/proprietary/vendor/lib/libwvdrm_L1.so
Binary file not shown.
Binary file added widevine/proprietary/vendor/lib/libwvm.so
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions widevine/widevine-vendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright (C) 2017 The LineageOS 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.

# This file is generated by device/qcom/common/extractors/setup-makefiles.sh

PRODUCT_COPY_FILES += \
vendor/qcom/widevine/proprietary/vendor/lib/drm/libdrmwvmplugin.so:system/vendor/lib/drm/libdrmwvmplugin.so \
vendor/qcom/widevine/proprietary/vendor/lib/libwvdrm_L1.so:system/vendor/lib/libwvdrm_L1.so \
vendor/qcom/widevine/proprietary/vendor/lib/libwvm.so:system/vendor/lib/libwvm.so \
vendor/qcom/widevine/proprietary/vendor/lib/libWVStreamControlAPI_L1.so:system/vendor/lib/libWVStreamControlAPI_L1.so \
vendor/qcom/widevine/proprietary/vendor/lib/mediadrm/libwvdrmengine.so:system/vendor/lib/mediadrm/libwvdrmengine.so

0 comments on commit 2f4b2da

Please sign in to comment.