blob: fd10b4142f97859c3db6287bc5c2f23fc33ea7c2 [file] [log] [blame]
Ricardo Cerqueira8f43b3d2011-05-31 23:17:48 +01001# 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 Giordano681f5f82011-06-06 16:19:28 +000018PRODUCT_PACKAGES := \
19 LiveWallpapers \
20 LiveWallpapersPicker \
Ricardo Cerqueira8f43b3d2011-05-31 23:17:48 +010021
22# Publish that we support the live wallpaper feature.
23PRODUCT_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
27DEVICE_PACKAGE_OVERLAYS := vendor/motorola/morrison/overlay
28
29$(call inherit-product, vendor/motorola/morrison/morrison-vendor-blobs.mk)