blob: 3a0a5535489e7744a1908c0869441530d13df762 [file] [log] [blame]
Jeff Brown497a92c2010-09-12 17:55:08 -07001# 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# Warning: this is actually a product definition, to be inherited from
16
Jeff Brown6b53e8d2010-11-10 16:03:06 -080017keylayouts := \
18 AVRCP.kl \
19 Generic.kl \
20 Motorola_Bluetooth_Wireless_Keyboard.kl
21
22keycharmaps := \
23 Generic.kcm \
24 Virtual.kcm \
25 Motorola_Bluetooth_Wireless_Keyboard.kcm
Jeff Brown497a92c2010-09-12 17:55:08 -070026
27PRODUCT_COPY_FILES := $(foreach file,$(keylayouts),\
28 frameworks/base/data/keyboards/$(file):system/usr/keylayout/$(file))
29
Jeff Brown6b53e8d2010-11-10 16:03:06 -080030PRODUCT_COPY_FILES += $(foreach file,$(keycharmaps),\
31 frameworks/base/data/keyboards/$(file):system/usr/keychars/$(file))
32
Jeff Brown497a92c2010-09-12 17:55:08 -070033PRODUCT_PACKAGES := $(keycharmaps)