diff options
author | Praneeth Bajjuri | 2018-10-18 00:52:09 -0500 |
---|---|---|
committer | Praneeth Bajjuri | 2018-10-17 19:12:23 -0500 |
commit | e28111805ff55f33a2f17823c195b392146e2d92 (patch) | |
tree | f72fbca95dca3f28cedf483db9194e614d32278c | |
parent | 9221153dd5e8e6906d8b2ed1a72f0b1018faebbe (diff) | |
download | device-ti-am65xevm-e28111805ff55f33a2f17823c195b392146e2d92.tar.gz device-ti-am65xevm-e28111805ff55f33a2f17823c195b392146e2d92.tar.xz device-ti-am65xevm-e28111805ff55f33a2f17823c195b392146e2d92.zip |
am65xevm: media_codecs.xml: add default codecs
add default audio and video codecs
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r-- | device-common.mk | 6 | ||||
-rw-r--r-- | media_codecs.xml | 24 |
2 files changed, 30 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk index 6074359..519ce83 100644 --- a/device-common.mk +++ b/device-common.mk | |||
@@ -76,6 +76,12 @@ PRODUCT_COPY_FILES += \ | |||
76 | PRODUCT_COPY_FILES += \ | 76 | PRODUCT_COPY_FILES += \ |
77 | frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \ | 77 | frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \ |
78 | 78 | ||
79 | # Media | ||
80 | PRODUCT_COPY_FILES += \ | ||
81 | device/ti/am65xevm/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ | ||
82 | frameworks/av/media/libeffects/data/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \ | ||
83 | frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ | ||
84 | frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \ | ||
79 | 85 | ||
80 | PRODUCT_CHARACTERISTICS := tablet,nosdcard | 86 | PRODUCT_CHARACTERISTICS := tablet,nosdcard |
81 | 87 | ||
diff --git a/media_codecs.xml b/media_codecs.xml new file mode 100644 index 0000000..6565c31 --- /dev/null +++ b/media_codecs.xml | |||
@@ -0,0 +1,24 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <!-- # Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ | ||
3 | |||
4 | Licensed under the Apache License, Version 2.0 (the "License"); | ||
5 | you may not use this file except in compliance with the License. | ||
6 | You may obtain a copy of the License at | ||
7 | |||
8 | http://www.apache.org/licenses/LICENSE-2.0 | ||
9 | |||
10 | Unless required by applicable law or agreed to in writing, software | ||
11 | distributed under the License is distributed on an "AS IS" BASIS, | ||
12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
13 | See the License for the specific language governing permissions and | ||
14 | limitations under the License. | ||
15 | --> | ||
16 | |||
17 | <!-- | ||
18 | For documentation on syntax see device/samsung/tuna/media_codecs.xml | ||
19 | --> | ||
20 | |||
21 | <MediaCodecs> | ||
22 | <Include href="media_codecs_google_audio.xml" /> | ||
23 | <Include href="media_codecs_google_video.xml" /> | ||
24 | </MediaCodecs> | ||