1# Inherit from this product to include the "Reference Design" RROs for CarUi
2
3PRODUCT_PACKAGES += \
4   car-ui-lib-plugin-prebuilt \
5
6PRODUCT_PRODUCT_PROPERTIES += \
7    ro.build.automotive.car.ui.plugin.package.name=com.chassis.car.ui.plugin \
8    persist.sys.automotive.car.ui.plugin.enabled=false \
9
10PRODUCT_COPY_FILES += \
11    packages/apps/Car/libs/car-ui-lib/referencedesign/car-ui-lib-preinstalled-packages.xml:system/etc/sysconfig/car-ui-lib-preinstalled-packages.xml \
12
13
14# Include generated RROs
15PRODUCT_PACKAGES += \
16    googlecarui-com-android-car-ui-paintbooth \
17    googlecarui-com-google-android-car-ui-paintbooth \
18    googlecarui-com-google-android-carui-ats \
19    googlecarui-com-android-car-rotaryplayground \
20    googlecarui-com-android-car-themeplayground \
21    googlecarui-com-android-car-carlauncher \
22    googlecarui-com-android-car-home \
23    googlecarui-com-android-car-media \
24    googlecarui-com-android-car-radio \
25    googlecarui-com-android-car-calendar \
26    googlecarui-com-android-car-messenger \
27    googlecarui-com-android-car-companiondevicesupport \
28    googlecarui-com-android-car-systemupdater \
29    googlecarui-com-android-car-dialer \
30    googlecarui-com-android-car-linkviewer \
31    googlecarui-com-android-car-settings \
32    googlecarui-com-android-car-voicecontrol \
33    googlecarui-com-android-car-faceenroll \
34    googlecarui-com-android-car-developeroptions \
35    googlecarui-com-android-managedprovisioning \
36    googlecarui-com-android-settings-intelligence \
37    googlecarui-com-google-android-apps-automotive-inputmethod \
38    googlecarui-com-google-android-apps-automotive-inputmethod-dev \
39    googlecarui-com-google-android-apps-automotive-templates-host \
40    googlecarui-com-google-android-embedded-projection \
41    googlecarui-com-google-android-gms \
42    googlecarui-com-google-android-gsf \
43    googlecarui-com-google-android-packageinstaller \
44    googlecarui-com-google-android-permissioncontroller \
45    googlecarui-com-google-android-carassistant \
46    googlecarui-com-google-android-tts \
47    googlecarui-com-android-htmlviewer \
48    googlecarui-com-android-vending \
49
50# This system property is used to enable the RROs on startup via
51# the requiredSystemPropertyName/Value attributes in the manifest
52PRODUCT_PRODUCT_PROPERTIES += ro.build.car_ui_rros_enabled=true
53