From ea105a729f8158546c7b84c08d24ae973cf2a8fb Mon Sep 17 00:00:00 2001 From: Ondrej Hlavac Date: Tue, 27 Jun 2017 17:53:49 +0200 Subject: shinano-common: Import media_profiles.xml from common Change-Id: Icb72a78ce2f8b39d39ffad1ee5409247d997636b Signed-off-by: Nikhil Punathil --- media_profiles.xml | 396 +++++++++++++++++++++++++++++++++++++++++++++++++++++ shinano.mk | 3 +- 2 files changed, 398 insertions(+), 1 deletion(-) create mode 100644 media_profiles.xml diff --git a/media_profiles.xml b/media_profiles.xml new file mode 100644 index 0000000..6ef1408 --- /dev/null +++ b/media_profiles.xml @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/shinano.mk b/shinano.mk index a3b5cc6..2b164e9 100644 --- a/shinano.mk +++ b/shinano.mk @@ -98,7 +98,8 @@ PRODUCT_COPY_FILES += \ # Media profile PRODUCT_COPY_FILES += \ $(COMMON_PATH)/media_codecs.xml:system/etc/media_codecs.xml \ - $(COMMON_PATH)/media_codecs_performance.xml:system/etc/media_codecs_performance.xml + $(COMMON_PATH)/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ + $(COMMON_PATH)/media_profiles.xml:system/etc/media_profiles.xml # Bluetooth PRODUCT_COPY_FILES += \ -- cgit v1.2.3