blob: ebb80ed9dc4ac39709bd8987d34455fc8da22e91 [file] [log] [blame]
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -08001#
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
Ed Tam5dde0d62013-05-22 16:03:56 -070022PRODUCT_PROPERTY_OVERRIDES := \
23 ro.carrier=wifi-only
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -080024
25PRODUCT_COPY_FILES := \
Ed Tam5dde0d62013-05-22 16:03:56 -070026 device/asus/flo/fstab.flo:root/fstab.flo \
27 device/asus/flo/init.flo.rc:root/init.flo.rc
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -080028
Ed Tamee4ed672013-05-30 15:34:42 -070029PRODUCT_PACKAGES += \
30 camera.flo
31
Martijn Coenene4588522013-05-31 09:47:22 -070032# NFC
33PRODUCT_PACKAGES += \
34 nfc_nci.flo
35
Ed Tam5dde0d62013-05-22 16:03:56 -070036# the actual meat of the device-specific product definition
37$(call inherit-product, device/asus/flo/device-common.mk)
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -080038
Ed Tam5dde0d62013-05-22 16:03:56 -070039# inherit from the non-open-source side, if present
40$(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk)
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -080041
Ed Tam5dde0d62013-05-22 16:03:56 -070042DEVICE_PACKAGE_OVERLAYS := device/asus/flo/overlay