Home | History | Annotate | Download | only in stingray
      1 #
      2 # Copyright (C) 2010 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 $(call inherit-product, device/moto/wingray/device_base.mk)
     18 
     19 PRODUCT_COPY_FILES += \
     20     device/moto/stingray/oem-iptables-init.sh:system/bin/oem-iptables-init.sh \
     21     device/moto/stingray/ril/tty2ttyd:system/bin/tty2ttyd \
     22     device/moto/stingray/ril/base64:system/bin/base64 \
     23     device/moto/stingray/ril/libb64.so:system/lib/libb64.so \
     24     device/moto/stingray/ril/extract-embedded-files:system/bin/extract-embedded-files \
     25     device/moto/stingray/ril/vril-dump:system/bin/vril-dump \
     26     device/moto/stingray/ril/logcatd:system/bin/logcatd \
     27     device/moto/stingray/ril/logcatd-blan:system/bin/logcatd-blan \
     28     device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml
     29 
     30 ifneq ($(AP_RIL_BLDSRC),1)
     31 PRODUCT_COPY_FILES += \
     32     device/moto/stingray/ril/libmoto_cdma_ril.so:system/lib/libmoto_cdma_ril.so \
     33     device/moto/stingray/ril/libmoto_rds_ril.so:system/lib/libmoto_rds_ril.so \
     34     device/moto/stingray/ril/libmoto_qmi_ril.so:system/lib/libmoto_qmi_ril.so \
     35     device/moto/stingray/ril/libmoto_nwif_ril.so:system/lib/libmoto_nwif_ril.so \
     36     device/moto/stingray/ril/libmoto_intfutil_ril.so:system/lib/libmoto_intfutil_ril.so \
     37     device/moto/stingray/ril/libmoto_db_ril.so:system/lib/libmoto_db_ril.so \
     38     device/moto/stingray/ril/libmoto_mm_ril.so:system/lib/libmoto_mm_ril.so \
     39     device/moto/stingray/ril/libmoto_mdmctrl.so:system/lib/libmoto_mdmctrl.so \
     40     device/moto/stingray/ril/libbabysit.so:system/lib/libbabysit.so \
     41     device/moto/stingray/ril/mm-wrigley-qc-dump.sh:system/bin/mm-wrigley-qc-dump.sh \
     42     device/moto/stingray/ril/wrigley-dump.sh:system/bin/wrigley-dump.sh \
     43     device/moto/stingray/ril/wrigley-diag.sh:system/bin/wrigley-diag.sh \
     44     device/moto/stingray/ril/wrigley-iptables.sh:system/bin/wrigley-iptables.sh \
     45     device/moto/stingray/ril/wrigley-fetch-mpr.sh:system/bin/wrigley-fetch-mpr.sh
     46 ifneq ($(TARGET_BUILD_VARIANT),user)
     47 PRODUCT_COPY_FILES += \
     48     device/moto/stingray/ril/qbp-dump.sh:system/bin/qbp-dump.sh \
     49     device/moto/stingray/ril/qbp-apr-dump.sh:system/bin/qbp-apr-dump.sh \
     50     device/moto/stingray/ril/qbpfs:system/bin/qbpfs
     51 endif
     52 endif
     53 
     54 PRODUCT_PACKAGES += \
     55     nc \
     56     tty2ttyd \
     57     base64 \
     58     libb64 \
     59     extract-embedded-files \
     60     libmoto_cdma_ril \
     61     libmoto_rds_ril \
     62     libmoto_qmi_ril \
     63     libmoto_nwif_ril \
     64     libmoto_intfutil_ril.so \
     65     libmoto_lte_ril \
     66     libmoto_db_ril \
     67     libmoto_mm_ril \
     68     libmoto_mdmctrl \
     69     libbabysit \
     70     logcatd \
     71     logcatd-blan \
     72     mm-wrigley-qc-dump \
     73     wrigley-dump \
     74     wrigley-diag \
     75     wrigley-iptables \
     76     wrigley-fetch-mpr
     77 
     78 # Overrides
     79 DEVICE_PACKAGE_OVERLAYS := \
     80     device/moto/stingray/overlay device/moto/wingray/overlay
     81