diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-17 09:29:53 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-17 10:12:02 +0000 |
commit | 40439d66eccfcfbb6b4579943a635d5d23ace059 (patch) | |
tree | 9b8ef5eb0cc56cde3b288861bf80de7d91251b05 /usr/idc | |
parent | ca3f696c32f7bf111dbf7efa7b57b452af946fb4 (diff) | |
download | device_samsung_n7000-40439d66eccfcfbb6b4579943a635d5d23ace059.zip device_samsung_n7000-40439d66eccfcfbb6b4579943a635d5d23ace059.tar.gz device_samsung_n7000-40439d66eccfcfbb6b4579943a635d5d23ace059.tar.bz2 |
n7000: keyfiles and extract cleanup
Change-Id: I62459f26a68e60d584b76f7cbfeff3dd643ceb36
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 |