diff --git a/rro_overlays/CarServiceOverlay/Android.bp b/rro_overlays/CarServiceOverlay/Android.bp
new file mode 100644
index 00000000..8303e6f7
--- /dev/null
+++ b/rro_overlays/CarServiceOverlay/Android.bp
@@ -0,0 +1,26 @@
+// Copyright (C) 2022 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+//
+
+
+
+runtime_resource_overlay {
+ name: "CarServiceOverlayIntel",
+ resource_dirs: ["res"],
+ manifest: "AndroidManifest.xml",
+ sdk_version: "current",
+ device_specific: true
+}
+
diff --git a/rro_overlays/CarServiceOverlay/AndroidManifest.xml b/rro_overlays/CarServiceOverlay/AndroidManifest.xml
new file mode 100644
index 00000000..ff4efcd9
--- /dev/null
+++ b/rro_overlays/CarServiceOverlay/AndroidManifest.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/rro_overlays/CarServiceOverlay/res/values/config.xml b/rro_overlays/CarServiceOverlay/res/values/config.xml
new file mode 100644
index 00000000..ff7dd448
--- /dev/null
+++ b/rro_overlays/CarServiceOverlay/res/values/config.xml
@@ -0,0 +1,5 @@
+
+
+ - displayPort=0,displayType=MAIN,occupantZoneId=0,inputTypes=TOUCH_SCREEN|DPAD_KEYS|NAVIGATE_KEYS|ROTARY_NAVIGATION
+
+
diff --git a/rro_overlays/CarServiceOverlay/res/xml/overlays.xml b/rro_overlays/CarServiceOverlay/res/xml/overlays.xml
new file mode 100644
index 00000000..504c05a3
--- /dev/null
+++ b/rro_overlays/CarServiceOverlay/res/xml/overlays.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+