vold2: Initial support for Android Secure External Caches

Signed-off-by: San Mehat <san@google.com>
diff --git a/ResponseCode.h b/ResponseCode.h
index 4f7237c..bb27787 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -21,13 +21,15 @@
 public:
     // 100 series - Requestion action was initiated; expect another reply
     // before proceeding with a new command.
-    static const int ActionInitiated = 100;
+    static const int ActionInitiated  = 100;
 
     static const int VolumeListResult = 110;
+    static const int AsecListResult   = 111;
 
     // 200 series - Requested action has been successfully completed
-    static const int CommandOkay = 200;
+    static const int CommandOkay              = 200;
     static const int ShareAvailabilityResult  = 210;
+    static const int AsecPathResult           = 211;
 
     // 400 series - The command was accepted but the requested action
     // did not take place.