(1) Move the CryptoMode enum definition to media_cas_packager_sdk partners can use it when calling libraries in the SDK.

(2) Add a new enum value for kDvbCsa.
(3) Allow caller to specify CTR, CBC, as well as CSA when using the ecm genertor from the SDK.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219707788
This commit is contained in:
Fang Yu
2018-11-01 15:16:25 -07:00
parent 8c474ebada
commit 5ac3c5a95b
17 changed files with 231 additions and 101 deletions

View File

@@ -48,6 +48,6 @@ cc_binary(
deps = [
"@abseil_repo//absl/base:core_headers",
"//media_cas_packager_sdk/public:wv_cas_ecm",
"//media_cas_packager_sdk/public:wv_cas_status",
"//media_cas_packager_sdk/public:wv_cas_types",
],
)