Correct offline license handling am: 1857da2c8c

am: 4c8af4872d

Change-Id: Ic6225dc3013b19183b00135f8694e02839df7939
This commit is contained in:
Rahul Frias
2017-06-08 09:54:01 +00:00
committed by android-build-merger
4 changed files with 26 additions and 11 deletions

View File

@@ -73,6 +73,7 @@ static const std::string QUERY_VALUE_SECURITY_LEVEL_L1 = "L1";
static const std::string QUERY_VALUE_SECURITY_LEVEL_L2 = "L2";
static const std::string QUERY_VALUE_SECURITY_LEVEL_L3 = "L3";
static const std::string QUERY_VALUE_SECURITY_LEVEL_UNKNOWN = "Unknown";
static const std::string QUERY_VALUE_SECURITY_LEVEL_DEFAULT = "Default";
static const std::string QUERY_VALUE_DISCONNECTED = "Disconnected";
static const std::string QUERY_VALUE_UNPROTECTED = "Unprotected";
static const std::string QUERY_VALUE_HDCP_V1 = "HDCP-1.x";