blob: 224ac7797fbcc3a308b73acb01eebe46f4430220 [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 \
20 BasicSmsReceiver
Jean-Baptiste Queru2ebd7d12013-03-11 11:12:54 -070021
22PRODUCT_COPY_FILES := \
Ed Tam0031fb82013-05-28 18:46:16 -070023 device/asus/deb/fstab.deb:root/fstab.flo \
24 device/asus/deb/init.deb.rc:root/init.flo.rc
Jean-Baptiste Queru2ebd7d12013-03-11 11:12:54 -070025
Ed Tam309f9432013-05-30 15:36:09 -070026PRODUCT_PACKAGES += \
27 camera.deb
28
Martijn Coenenec0b3bb2013-05-31 09:46:09 -070029#NFC
30PRODUCT_PACKAGES += \
Martijn Coenene580b792014-07-25 10:03:04 -070031 nfc_nci.bcm2079x.default
Martijn Coenenec0b3bb2013-05-31 09:46:09 -070032
Ed Tam0031fb82013-05-28 18:46:16 -070033# Do not power down SIM card when modem is sent to Low Power Mode.
34PRODUCT_PROPERTY_OVERRIDES += \
35 persist.radio.apm_sim_not_pwdn=1
36
Ed Tam0031fb82013-05-28 18:46:16 -070037#Stop rild if non 3G SKU
38PRODUCT_PACKAGES += \
39 init.qcom.class_main.sh
40
41PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
42 rild.libpath=/system/lib/libril-qc-qmi-1.so
43
Ed Tam0031fb82013-05-28 18:46:16 -070044# the actual meat of the device-specific product definition
45$(call inherit-product, device/asus/flo/device-common.mk)
46
47# inherit from the non-open-source side, if present
Jean-Baptiste Queru2ebd7d12013-03-11 11:12:54 -070048$(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
Ed Tam0031fb82013-05-28 18:46:16 -070049
50DEVICE_PACKAGE_OVERLAYS := device/asus/deb/overlay