Dima Zavin | eebc5ee | 2012-04-10 23:14:37 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2012 The Android Open Source Project |
| 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 | # codecs |
| 18 | PRODUCT_PACKAGES := \ |
Jiho Chang | 62cc7e5 | 2012-06-01 20:44:33 +0000 | [diff] [blame] | 19 | libOMX.Exynos.MPEG4.Decoder \ |
| 20 | libOMX.Exynos.AVC.Decoder \ |
| 21 | libOMX.Exynos.VP8.Decoder \ |
| 22 | libOMX.Exynos.MPEG4.Encoder \ |
| 23 | libOMX.Exynos.AVC.Encoder |
Dima Zavin | eebc5ee | 2012-04-10 23:14:37 -0700 | [diff] [blame] | 24 | |
| 25 | # stagefright and device specific modules |
| 26 | PRODUCT_PACKAGES += \ |
| 27 | libstagefrighthw \ |
| 28 | libExynosOMX_Core |
Greg Hackmann | 86eb1c6 | 2012-05-30 09:25:51 -0700 | [diff] [blame] | 29 | |
| 30 | # hw composer HAL |
| 31 | PRODUCT_PACKAGES += \ |
| 32 | hwcomposer.exynos5 |
DongJin Park | 4e9e8c9 | 2012-08-01 15:44:23 +0900 | [diff] [blame] | 33 | |
| 34 | # MobiCore |
| 35 | PRODUCT_PACKAGES += \ |
Dima Zavin | 3212a19 | 2012-08-07 11:03:13 -0700 | [diff] [blame] | 36 | mcDriverDaemon |
DongJin Park | 8eff0eb | 2012-08-31 18:08:58 +0900 | [diff] [blame] | 37 | |
| 38 | # Keystore |
| 39 | PRODUCT_PACKAGES += \ |
| 40 | keystore.exynos5 |