From 40becdc3499523fe73228ab370798849648b1888 Mon Sep 17 00:00:00 2001 From: Matt Feddersen Date: Tue, 8 Aug 2023 14:22:46 -0700 Subject: [PATCH] Add is_factory_build to BuildInformation Test: GTEST_FILTER="*CheckJsonBuildInformationAPI18*" ./jenkins/opk_ta Bug: 259595106 Merged from https://widevine-internal-review.googlesource.com/181774 Change-Id: I51994521fe0b692c1948f98058ef442556a28656 --- libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h index f11c3a4a..46e1af4b 100644 --- a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h +++ b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h @@ -3354,6 +3354,8 @@ uint32_t OEMCrypto_MinorAPIVersion(void); * different TA builds. * - "build_timestamp" [string]: ISO 8601 formatted timestamp of the time the * TA was compiled, eg "YYYY-MM-DDTHH:MM:SS" + * - "is_factory_mode" [bool]: Whether this was built with FACTORY_MODE_ONLY + * defined * * While not required, another optional top level struct can be added to the * build information string to provide information about liboemcrypto.so: