Add device ID to Widevine license request
Also added other Client identification fields specified in license exchange protocol, Appendix C https://docs.google.com/a/google.com/document/d/1cng6cDnchbDQDymLEd5MxMc_laS3EDv6IsoW3IzpgwQ/edit#heading=h.pmkiti873xeg They are company, model, architecture, device and product name. bug: 8292249 Change-Id: I4d5fa93a0c85c7abb025c66d48e4aafbfe90efd8
This commit is contained in:
@@ -39,7 +39,11 @@ class Properties {
|
||||
static inline bool use_certificates_as_identification() {
|
||||
return use_certificates_as_identification_;
|
||||
}
|
||||
|
||||
static bool GetModelName(std::string& model_name);
|
||||
static bool GetArchitectureName(std::string& arch_name);
|
||||
static bool GetDeviceName(std::string& device_name);
|
||||
static bool GetProductName(std::string& product_name);
|
||||
static bool GetBuildInfo(std::string& build_info);
|
||||
|
||||
private:
|
||||
static void set_begin_license_usage_when_received(bool flag) {
|
||||
|
||||
Reference in New Issue
Block a user