Update partner repo
This updates the partner repo to match the internal version, including the following changes: - Adds a WB_RESULT_NOT_IMPLEMENTED error code - Add a flag to control new features (e.g. entitlement support). - Updates tests to match new expectations
This commit is contained in:
@@ -7,11 +7,7 @@
|
||||
#
|
||||
# test_aead_whitebox : The target for testing the AEAD white-box.
|
||||
#
|
||||
# general_license_whitebox_with_vmpra : The target for testing the license
|
||||
# white-box against generated licenses with VMP/RA functionality.
|
||||
#
|
||||
# general_license_whitebox_without_vmpra : The target for testing the license
|
||||
# white-box against generated licenses without VMP/RA functionality.
|
||||
# general_license_whitebox: The target for testing the license white-box.
|
||||
#
|
||||
# uat_license_whitebox : The target for testing the license white-box against
|
||||
# licenses from Widevine's UAT server.
|
||||
@@ -26,12 +22,7 @@ cc_library(
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "general_license_whitebox_with_vmpra",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "general_license_whitebox_without_vmpra",
|
||||
name = "general_license_whitebox",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user