blob: 61e8968045c26494a19d7a6d04ee730436c65731 [file] [log] [blame]
Jean-Baptiste Queru2ebd7d12013-03-11 11:12:54 -07001#
2# Copyright 2013 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
Ed Tam0031fb82013-05-28 18:46:16 -070017# rild
18PRODUCT_PACKAGES := \
19 rild \
Junda Liu526c34b2015-08-31 12:59:12 -070020 CarrierConfig \
Ed Tam0031fb82013-05-28 18:46:16 -070021 BasicSmsReceiver
Jean-Baptiste Queru2ebd7d12013-03-11 11:12:54 -070022
23PRODUCT_COPY_FILES := \
Ed Tam0031fb82013-05-28 18:46:16 -070024 device/asus/deb/fstab.deb:root/fstab.flo \
25 device/asus/deb/init.deb.rc:root/init.flo.rc
Jean-Baptiste Queru2ebd7d12013-03-11 11:12:54 -070026
Ed Tam309f9432013-05-30 15:36:09 -070027PRODUCT_PACKAGES += \
28 camera.deb
29
Martijn Coenenec0b3bb2013-05-31 09:46:09 -070030#NFC
31PRODUCT_PACKAGES += \
Martijn Coenene580b792014-07-25 10:03:04 -070032 nfc_nci.bcm2079x.default
Martijn Coenenec0b3bb2013-05-31 09:46:09 -070033
Ed Tam0031fb82013-05-28 18:46:16 -070034# Do not power down SIM card when modem is sent to Low Power Mode.
35PRODUCT_PROPERTY_OVERRIDES += \
36 persist.radio.apm_sim_not_pwdn=1
37
Ed Tam0031fb82013-05-28 18:46:16 -070038PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
39 rild.libpath=/system/lib/libril-qc-qmi-1.so
40
Ed Tam0031fb82013-05-28 18:46:16 -070041# the actual meat of the device-specific product definition
42$(call inherit-product, device/asus/flo/device-common.mk)
43
44# inherit from the non-open-source side, if present
Jean-Baptiste Queru2ebd7d12013-03-11 11:12:54 -070045$(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
Ed Tam0031fb82013-05-28 18:46:16 -070046
47DEVICE_PACKAGE_OVERLAYS := device/asus/deb/overlay