blob: 012181202bf173d351276338cec68f1d7b1ddea5 [file] [log] [blame]
Colin Cross3fdd43a2010-06-01 17:41:42 -07001#
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
Wink Saville98db5912011-02-26 09:33:39 -080017$(call inherit-product, device/moto/wingray/device_base.mk)
18
19PRODUCT_COPY_FILES += \
John Michelau8f55f782011-07-23 17:12:46 -050020 device/moto/stingray/oem-iptables-init.sh:system/bin/oem-iptables-init.sh \
Wink Saville98db5912011-02-26 09:33:39 -080021 device/moto/stingray/ril/tty2ttyd:system/bin/tty2ttyd \
John Michelau902089f2011-05-14 18:47:17 -070022 device/moto/stingray/ril/base64:system/bin/base64 \
John Michelau0d625af2011-05-27 20:21:02 -050023 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 \
John Michelau580f2722011-07-05 18:53:43 -050026 device/moto/stingray/ril/logcatd:system/bin/logcatd \
27 device/moto/stingray/ril/logcatd-blan:system/bin/logcatd-blan \
Robert Greenwalt73383682011-08-09 11:25:09 -070028 device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml
vidya raof54033e2011-03-25 12:27:20 -070029
30ifneq ($(AP_RIL_BLDSRC),1)
31PRODUCT_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 \
Wink Saville6c463eb2011-06-28 12:09:24 -070036 device/moto/stingray/ril/libmoto_intfutil_ril.so:system/lib/libmoto_intfutil_ril.so \
vidya raof54033e2011-03-25 12:27:20 -070037 device/moto/stingray/ril/libmoto_db_ril.so:system/lib/libmoto_db_ril.so \
Amol Bhatkar--NJ053af60f52011-05-14 14:16:40 -070038 device/moto/stingray/ril/libmoto_mm_ril.so:system/lib/libmoto_mm_ril.so \
John Michelau0d625af2011-05-27 20:21:02 -050039 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 \
John Michelau8f55f782011-07-23 17:12:46 -050044 device/moto/stingray/ril/wrigley-iptables.sh:system/bin/wrigley-iptables.sh \
John Michelau0d625af2011-05-27 20:21:02 -050045 device/moto/stingray/ril/wrigley-fetch-mpr.sh:system/bin/wrigley-fetch-mpr.sh
John Michelau902089f2011-05-14 18:47:17 -070046ifneq ($(TARGET_BUILD_VARIANT),user)
47PRODUCT_COPY_FILES += \
John Michelau902089f2011-05-14 18:47:17 -070048 device/moto/stingray/ril/qbp-dump.sh:system/bin/qbp-dump.sh \
Wink Savilleeb1d45d2011-07-18 12:38:13 -070049 device/moto/stingray/ril/qbp-apr-dump.sh:system/bin/qbp-apr-dump.sh \
John Michelau902089f2011-05-14 18:47:17 -070050 device/moto/stingray/ril/qbpfs:system/bin/qbpfs
51endif
vidya raof54033e2011-03-25 12:27:20 -070052endif
Ying Wange6fda492011-02-18 12:01:28 -080053
John Michelau0d625af2011-05-27 20:21:02 -050054PRODUCT_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 \
Wink Saville2e73ee82011-06-27 19:44:51 -070064 libmoto_intfutil_ril.so \
John Michelau0d625af2011-05-27 20:21:02 -050065 libmoto_lte_ril \
66 libmoto_db_ril \
67 libmoto_mm_ril \
68 libmoto_mdmctrl \
69 libbabysit \
John Michelau580f2722011-07-05 18:53:43 -050070 logcatd \
71 logcatd-blan \
John Michelau0d625af2011-05-27 20:21:02 -050072 mm-wrigley-qc-dump \
73 wrigley-dump \
74 wrigley-diag \
John Michelau8f55f782011-07-23 17:12:46 -050075 wrigley-iptables \
John Michelau0d625af2011-05-27 20:21:02 -050076 wrigley-fetch-mpr
77
Ying Wange6fda492011-02-18 12:01:28 -080078# Overrides
Wink Savillea44ff5e2010-09-17 14:06:11 -070079DEVICE_PACKAGE_OVERLAYS := \
Ying Wang64baefb2011-02-23 11:18:33 -080080 device/moto/stingray/overlay device/moto/wingray/overlay