Home | History | Annotate | Download | only in flo
      1 #
      2 # Copyright (C) 2011 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 # This file includes all definitions that apply to ALL msm8960 devices, and
     18 # are also specific to msm8960 devices
     19 #
     20 # Everything in this directory will become public
     21 
     22 PRODUCT_PROPERTY_OVERRIDES := \
     23     ro.carrier=wifi-only
     24 
     25 PRODUCT_COPY_FILES := \
     26     device/asus/flo/fstab.flo:root/fstab.flo \
     27     device/asus/flo/init.flo.rc:root/init.flo.rc
     28 
     29 PRODUCT_PACKAGES += \
     30 	camera.flo
     31 
     32 # NFC
     33 PRODUCT_PACKAGES += \
     34     nfc_nci.flo
     35 
     36 # the actual meat of the device-specific product definition
     37 $(call inherit-product, device/asus/flo/device-common.mk)
     38 
     39 # inherit from the non-open-source side, if present
     40 $(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk)
     41 
     42 DEVICE_PACKAGE_OVERLAYS := device/asus/flo/overlay
     43