diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-27 09:18:14 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-17 09:55:55 +0000 |
commit | cf2c95eef4be5e312e2310f38424fba4575a9462 (patch) | |
tree | aa9cbe4dfa145acddb745053ea2abde08f3e2aab /usr/idc | |
parent | 79230b71742264fbc161cd144e4a584e298dcd1f (diff) | |
download | device_samsung_i9100-cf2c95eef4be5e312e2310f38424fba4575a9462.zip device_samsung_i9100-cf2c95eef4be5e312e2310f38424fba4575a9462.tar.gz device_samsung_i9100-cf2c95eef4be5e312e2310f38424fba4575a9462.tar.bz2 |
i9100: keyfiles and extract cleanup
Change-Id: Ic1c9a6ff3364f7d37577144ba805bbbae7350ef6
Diffstat (limited to 'usr/idc')
-rw-r--r-- | usr/idc/qwerty.idc | 28 | ||||
-rw-r--r-- | usr/idc/qwerty2.idc | 28 |
2 files changed, 0 insertions, 56 deletions
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 |