blob: 87c2ef54e21faa716c658c2c80ff3d12a887d18e [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
Michael Wrightd3511802013-04-23 16:36:29 -070018keylayouts := $(notdir $(wildcard $(LOCAL_PATH)/*.kl))
Jeff Brown061cf752010-11-18 20:52:43 -080019
Michael Wrightd3511802013-04-23 16:36:29 -070020keycharmaps := $(notdir $(wildcard $(LOCAL_PATH)/*.kcm))
Jeff Brown90655042010-12-02 13:50:46 -080021
Michael Wrightd3511802013-04-23 16:36:29 -070022keyconfigs := $(notdir $(wildcard $(LOCAL_PATH)/*.idc))