Ricardo Cerqueira | 8f43b3d | 2011-05-31 23:17:48 +0100 | [diff] [blame] | 1 | # Copyright (C) 2010 The Android Open Source Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # This file is generated by device/motorola/morrison/setup-makefiles.sh |
| 16 | |
| 17 | # Live wallpaper packages |
Nelson Giordano | 681f5f8 | 2011-06-06 16:19:28 +0000 | [diff] [blame] | 18 | PRODUCT_PACKAGES := \ |
| 19 | LiveWallpapers \ |
| 20 | LiveWallpapersPicker \ |
Ricardo Cerqueira | 8f43b3d | 2011-05-31 23:17:48 +0100 | [diff] [blame] | 21 | |
| 22 | # Publish that we support the live wallpaper feature. |
| 23 | PRODUCT_COPY_FILES := \ |
| 24 | packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml |
| 25 | |
| 26 | # Pick up overlay for features that depend on non-open-source files |
| 27 | DEVICE_PACKAGE_OVERLAYS := vendor/motorola/morrison/overlay |
| 28 | |
| 29 | $(call inherit-product, vendor/motorola/morrison/morrison-vendor-blobs.mk) |