Add EMMG to carry fingerprinting and service blocking info
This commit is contained in:
@@ -67,3 +67,13 @@ cc_binary(
|
||||
srcs = ["wv_cas_types_example.cc"],
|
||||
deps = ["//media_cas_packager_sdk/public:wv_cas_types"],
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "wv_cas_emm_example",
|
||||
srcs = ["wv_cas_emm_example.cc"],
|
||||
deps = [
|
||||
"//base",
|
||||
"//common:status",
|
||||
"//media_cas_packager_sdk/public:wv_cas_emm",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user