Home | History | Annotate | Download | only in deb
      1 #
      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 
     17 # rild
     18 PRODUCT_PACKAGES := \
     19     rild \
     20     BasicSmsReceiver
     21 
     22 PRODUCT_COPY_FILES := \
     23     device/asus/deb/fstab.deb:root/fstab.flo \
     24     device/asus/deb/init.deb.rc:root/init.flo.rc
     25 
     26 PRODUCT_PACKAGES += \
     27 	camera.deb
     28 
     29 #NFC
     30 PRODUCT_PACKAGES += \
     31     nfc_nci.bcm2079x.default
     32 
     33 # Do not power down SIM card when modem is sent to Low Power Mode.
     34 PRODUCT_PROPERTY_OVERRIDES += \
     35         persist.radio.apm_sim_not_pwdn=1
     36 
     37 #Stop rild if non 3G SKU
     38 PRODUCT_PACKAGES += \
     39         init.qcom.class_main.sh
     40 
     41 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
     42         rild.libpath=/system/lib/libril-qc-qmi-1.so
     43 
     44 # 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
     48 $(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
     49 
     50 DEVICE_PACKAGE_OVERLAYS := device/asus/deb/overlay
     51