Koushik Dutta | 6e125a5 | 2010-07-20 13:43:57 -0700 | [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/sholes/setup-makefiles.sh |
| 16 | |
| 17 | # Live wallpaper packages |
| 18 | PRODUCT_PACKAGES := \ |
| 19 | LiveWallpapers \ |
| 20 | LiveWallpapersPicker \ |
| 21 | MagicSmokeWallpapers \ |
| 22 | VisualizationWallpapers \ |
| 23 | librs_jni |
| 24 | |
| 25 | # Publish that we support the live wallpaper feature. |
| 26 | PRODUCT_COPY_FILES := \ |
| 27 | packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml |
| 28 | |
| 29 | # Pick up overlay for features that depend on non-open-source files |
| 30 | DEVICE_PACKAGE_OVERLAYS := vendor/motorola/sholes/overlay |
| 31 | |
| 32 | $(call inherit-product, vendor/motorola/sholes/sholes-vendor-blobs.mk) |