Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 1 | # Copyright (C) 2012 The CyanogenMod Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 16 | # Media config |
| 17 | PRODUCT_COPY_FILES += \ |
Arne Coucheron | ead3538 | 2013-06-30 06:38:38 +0200 | [diff] [blame] | 18 | device/samsung/qcom-common/media/media_codecs.xml:system/etc/media_codecs.xml |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 19 | |
| 20 | # QCOM Display |
| 21 | PRODUCT_PACKAGES += \ |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 22 | libgenlock \ |
| 23 | libmemalloc \ |
| 24 | liboverlay \ |
| 25 | libqdutils \ |
| 26 | libtilerenderer \ |
| 27 | libI420colorconvert |
| 28 | |
| 29 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 30 | debug.sf.hw=1 \ |
| 31 | debug.egl.hw=1 \ |
| 32 | debug.composition.type=dyn \ |
Steve Kondik | 4945620 | 2012-12-16 07:54:57 -0800 | [diff] [blame] | 33 | persist.hwc.mdpcomp.enable=true \ |
Shareef Ali | 1f85fe3 | 2013-05-19 17:09:07 -0500 | [diff] [blame] | 34 | debug.mdpcomp.logs=0 \ |
| 35 | ro.telephony.ril_class=SamsungQualcommRIL |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 36 | |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 37 | # GalaxyS3Settings |
| 38 | # TODO: Move here |
| 39 | #PRODUCT_PACKAGES += \ |
| 40 | # GalaxyS3Settings \ |
| 41 | # SamsungServiceMode |
| 42 | |
| 43 | # Omx |
| 44 | PRODUCT_PACKAGES += \ |
| 45 | libdivxdrmdecrypt \ |
| 46 | libmm-omxcore \ |
| 47 | libOmxCore \ |
| 48 | libstagefrighthw \ |
| 49 | libOmxVdec \ |
| 50 | libOmxVenc \ |
| 51 | libOmxAacEnc \ |
| 52 | libOmxAmrEnc \ |
| 53 | libOmxEvrcEnc \ |
Steve Kondik | 500aaec | 2013-03-05 11:34:12 -0800 | [diff] [blame] | 54 | libOmxQcelp13Enc \ |
| 55 | libdashplayer |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 56 | |
| 57 | # Filesystem management tools |
| 58 | PRODUCT_PACKAGES += \ |
| 59 | make_ext4fs \ |
| 60 | e2fsck \ |
| 61 | setup_fs |
| 62 | |
Steve Kondik | 70a06f1 | 2013-06-29 12:51:11 -0400 | [diff] [blame] | 63 | # Thermal profiles |
| 64 | PRODUCT_PACKAGES += \ |
| 65 | thermald-8064ab.conf \ |
| 66 | thermald-8064.conf \ |
| 67 | thermald-8930.conf \ |
Arne Coucheron | ead3538 | 2013-06-30 06:38:38 +0200 | [diff] [blame] | 68 | thermald-8930ab.conf \ |
Steve Kondik | 70a06f1 | 2013-06-29 12:51:11 -0400 | [diff] [blame] | 69 | thermald-8960.conf \ |
Arne Coucheron | ead3538 | 2013-06-30 06:38:38 +0200 | [diff] [blame] | 70 | thermald-8960ab.conf \ |
Steve Kondik | 70a06f1 | 2013-06-29 12:51:11 -0400 | [diff] [blame] | 71 | thermal-engine-8064ab.conf \ |
| 72 | thermal-engine-8064.conf \ |
| 73 | thermal-engine-8930.conf \ |
| 74 | thermal-engine-8960.conf |
| 75 | |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 76 | # Init scripts |
| 77 | PRODUCT_PACKAGES += \ |
| 78 | init.qcom.post_boot.sh \ |
| 79 | init.qcom.efs.sync.sh \ |
| 80 | init.qcom.sh \ |
| 81 | init.qcom.class_core.sh \ |
| 82 | init.qcom.class_main.sh \ |
| 83 | init.qcom.syspart_fixup.sh \ |
| 84 | init.qcom.early_boot.sh \ |
| 85 | init.qcom.mdm_links.sh \ |
| 86 | init.qcom.modem_links.sh \ |
| 87 | init.qcom.usb.sh \ |
| 88 | lpm.rc \ |
Shareef Ali | 12f8470 | 2012-10-28 13:29:56 -0400 | [diff] [blame] | 89 | init.qcom.lpm_boot.sh \ |
Steve Kondik | 9359faf | 2013-05-09 17:13:03 -0700 | [diff] [blame] | 90 | init.qcom.thermal_conf.sh \ |
Steve Kondik | 10478fe | 2013-05-31 01:35:26 -0700 | [diff] [blame] | 91 | init.recovery.qcom.rc \ |
| 92 | init.qcom.ril.sh |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 93 | |
| 94 | # Charger |
| 95 | PRODUCT_PACKAGES += charger charger_res_images |
| 96 | |
| 97 | PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0 |