Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions OpenCDMi/OCDM.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ if(PLUGIN_OPENCDMI_WIDEVINE OR OPENCDMI_WIDEVINE_NEXUS_SVP)
map()
kv(name "WideVine")
kv(designators "___array___;com.widevine.alpha")
if(PLUGIN_OPENCDMI_WIDEVINE_DEVICE_CERTIFICATE)

key(configuration)
map()
kv(keybox ${PLUGIN_OPENCDMI_WIDEVINE_DEVICE_CERTIFICATE})
kv(certificate ${PLUGIN_OPENCDMI_WIDEVINE_DEVICE_CERTIFICATE})
if(PLUGIN_OPENCDMI_WIDEVINE_KEYBOX)
kv(keybox ${PLUGIN_OPENCDMI_WIDEVINE_KEYBOX})
endif()

end()
endif()
end()
ans(keysystem)
map_append(${configuration} systems ${keysystem})
Expand Down