blob: 407a76ee38f29efbdb17ddfaab6c960c3d0172e3 [file] [log] [blame]
Eino-Ville Talvala35718d32011-09-08 12:09:56 -07001#
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
Eino-Ville Talvalab3757d32011-09-14 16:14:07 -070017# Lower-quality videos for space-constrained devices
18
Eino-Ville Talvala35718d32011-09-08 12:09:56 -070019LOCAL_PATH := frameworks/base/data/videos
20TARGET_PATH := system/media/video
21
22PRODUCT_COPY_FILES += \
Eino-Ville Talvalab3757d32011-09-14 16:14:07 -070023 $(LOCAL_PATH)/AndroidInSpace.240p.mp4:$(TARGET_PATH)/AndroidInSpace.240p.mp4 \
24 $(LOCAL_PATH)/AndroidInSpace.480p.lq.mp4:$(TARGET_PATH)/AndroidInSpace.480p.mp4 \
25 $(LOCAL_PATH)/Sunset.240p.mp4:$(TARGET_PATH)/Sunset.240p.mp4 \
Eino-Ville Talvala9e15be92011-09-15 18:08:01 -070026 $(LOCAL_PATH)/Sunset.480p.lq.mp4:$(TARGET_PATH)/Sunset.480p.mp4 \
27 $(LOCAL_PATH)/Disco.240p.mp4:$(TARGET_PATH)/Disco.240p.mp4 \
28 $(LOCAL_PATH)/Disco.480p.lq.mp4:$(TARGET_PATH)/Disco.480p.mp4