[config] Add version_history.json

This will replace platform_version.json and is the mock file for testing
api-level-roller in recipes.git presubmit.

Change-Id: I001e79e180c6ef83d14d784b1d3a08b9298fef7e
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/roller-tests/integration/+/885573
Fuchsia-Auto-Submit: Anthony Fandrianto <atyfto@google.com>
Reviewed-by: Oliver Newman <olivernewman@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
diff --git a/infra/config/common/version_history.json b/infra/config/common/version_history.json
new file mode 100644
index 0000000..36096ed
--- /dev/null
+++ b/infra/config/common/version_history.json
@@ -0,0 +1,20 @@
+{
+    "data": {
+        "name": "Platform version map",
+        "type": "version_history",
+        "api_levels": {
+            "1": {
+                "abi_revision": "0x406C7CA7EF077DB4",
+                "status": "supported"
+            },
+            "2": {
+                "abi_revision": "0x57904F5A17FA3B22",
+                "status": "supported"
+            },
+            "3": {
+                "abi_revision": "0x521FA1E6E1B188D8",
+                "status": "in-development"
+            }
+        }
+    }
+}