From cf2c95eef4be5e312e2310f38424fba4575a9462 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 27 Jan 2013 09:18:14 +0000 Subject: i9100: keyfiles and extract cleanup Change-Id: Ic1c9a6ff3364f7d37577144ba805bbbae7350ef6 --- usr/idc/qwerty.idc | 28 ---------------------------- usr/idc/qwerty2.idc | 28 ---------------------------- 2 files changed, 56 deletions(-) delete mode 100644 usr/idc/qwerty.idc delete mode 100644 usr/idc/qwerty2.idc (limited to 'usr/idc') diff --git a/usr/idc/qwerty.idc b/usr/idc/qwerty.idc deleted file mode 100644 index 375d785..0000000 --- a/usr/idc/qwerty.idc +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright (C) 2010 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# -# Emulator keyboard configuration file #1. -# - -touch.deviceType = touchScreen -touch.orientationAware = 1 - -keyboard.layout = qwerty -keyboard.characterMap = qwerty -keyboard.orientationAware = 1 -keyboard.builtIn = 1 - -cursor.mode = navigation -cursor.orientationAware = 1 diff --git a/usr/idc/qwerty2.idc b/usr/idc/qwerty2.idc deleted file mode 100644 index 369205e..0000000 --- a/usr/idc/qwerty2.idc +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright (C) 2010 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# -# Emulator keyboard configuration file #2. -# - -touch.deviceType = touchScreen -touch.orientationAware = 1 - -keyboard.layout = qwerty -keyboard.characterMap = qwerty2 -keyboard.orientationAware = 1 -keyboard.builtIn = 1 - -cursor.mode = navigation -cursor.orientationAware = 1 -- cgit v1.1