blob: 56c287a5be6bde774865bf869f1e27e1d150dd35 [file] [log] [blame]
Jeff Brown061cf752010-11-18 20:52:43 -08001# 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 is the list of framework provided keylayouts and key character maps to include.
16# Used by Android.mk and keyboards.mk.
17
18keylayouts := \
Jeff Brown061cf752010-11-18 20:52:43 -080019 Generic.kl \
Jeff Brown90655042010-12-02 13:50:46 -080020 AVRCP.kl \
Jeff Brown061cf752010-11-18 20:52:43 -080021 qwerty.kl \
Jeff Brown90655042010-12-02 13:50:46 -080022 Vendor_046d_Product_c532.kl \
23 Vendor_05ac_Product_0239.kl \
24 Vendor_22b8_Product_093d.kl
Jeff Brown061cf752010-11-18 20:52:43 -080025
26keycharmaps := \
27 Generic.kcm \
Jeff Brown90655042010-12-02 13:50:46 -080028 Virtual.kcm \
Jeff Brown061cf752010-11-18 20:52:43 -080029 qwerty.kcm \
Jeff Brown90655042010-12-02 13:50:46 -080030 qwerty2.kcm
31
32keyconfigs := \
33 qwerty.idc \
34 qwerty2.idc
35