1061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# Copyright (C) 2010 The Android Open Source Project
2061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown#
3061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# Licensed under the Apache License, Version 2.0 (the "License");
4061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# you may not use this file except in compliance with the License.
5061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# You may obtain a copy of the License at
6061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown#
7061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown#      http://www.apache.org/licenses/LICENSE-2.0
8061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown#
9061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# Unless required by applicable law or agreed to in writing, software
10061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# distributed under the License is distributed on an "AS IS" BASIS,
11061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# See the License for the specific language governing permissions and
13061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# limitations under the License.
14061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown
15061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# This is the list of framework provided keylayouts and key character maps to include.
16061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown# Used by Android.mk and keyboards.mk.
17061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown
1818e14c75e3bce96690ac76c78fdb402af9740a01Michael Wrightframework_keylayouts := $(wildcard $(LOCAL_PATH)/*.kl)
19061cf758841dfc972be3f0ec4857762fafe49aa6Jeff Brown
2018e14c75e3bce96690ac76c78fdb402af9740a01Michael Wrightframework_keycharmaps := $(wildcard $(LOCAL_PATH)/*.kcm)
219065504a63d6bf37bf621191fda1d1fe4da76ee3Jeff Brown
2218e14c75e3bce96690ac76c78fdb402af9740a01Michael Wrightframework_keyconfigs := $(wildcard $(LOCAL_PATH)/*.idc)
23