Local TEST_MAPPING config for Platinum Suite

Bug: 139609145
Test: atest --test-mapping SystemUI:staged-platinum-postsubmit
Change-Id: I28d31670af67bc2f993da67e0b566cfcd756c737
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING
new file mode 100644
index 0000000..281406f
--- /dev/null
+++ b/packages/SystemUI/TEST_MAPPING
@@ -0,0 +1,23 @@
+{
+  // Looking for unit test presubmit configuration?
+  // This currently lives in ATP config apct/system_ui/unit_test
+  "staged-platinum-postsubmit": [
+    {
+      "name": "PlatformScenarioTests",
+      "options": [
+        {
+            "include-filter": "android.platform.test.scenario.sysui"
+        },
+        {
+            "include-filter": "android.platform.test.scenario.quicksettings"
+        },
+        {
+            "include-filter": "android.platform.test.scenario.notification"
+        },
+        {
+            "exclude-annotation": "androidx.test.filters.FlakyTest"
+        }
+      ]
+    }
+  ]
+}