Add "Model Year" to list of CDM identification properties
(This is a merge of http://go/wvgerrit/138969.) Provisioning 4.0 on CE CDM requires not only the make & model but the model year in order to relate a device back to its system ID. This patch adds model year to the list of properties that partners must provide as client identification. As no equivalent field exists for Android, this property is not provided on Android platforms. Bug: 206453352 Test: x86-64 Change-Id: I0764d67fec54fa9a0c65074e68f3ee02de1e7820
This commit is contained in:
@@ -66,6 +66,7 @@ class Properties {
|
||||
}
|
||||
static bool GetCompanyName(std::string* company_name);
|
||||
static bool GetModelName(std::string* model_name);
|
||||
static bool GetModelYear(std::string* model_year);
|
||||
static bool GetArchitectureName(std::string* arch_name);
|
||||
static bool GetDeviceName(std::string* device_name);
|
||||
static bool GetProductName(std::string* product_name);
|
||||
|
||||
Reference in New Issue
Block a user