diff options
| author | Ricky Salinas <rsalinas1@mail.usf.edu> | 2014-04-12 03:04:48 -0400 |
|---|---|---|
| committer | Ricky Salinas <rsalinas1@mail.usf.edu> | 2014-04-12 03:07:09 -0400 |
| commit | 080cae68bfd543ae62d8efdc1911d0ebd26904e1 (patch) | |
| tree | 8f1acd9f5686876738e007ed630f58e929ff1a6a /overlay/packages | |
| parent | 9a427519bdcc954358d430116469a97e577cedb6 (diff) | |
| download | device_samsung_t0lte-080cae68bfd543ae62d8efdc1911d0ebd26904e1.tar.gz device_samsung_t0lte-080cae68bfd543ae62d8efdc1911d0ebd26904e1.tar.bz2 device_samsung_t0lte-080cae68bfd543ae62d8efdc1911d0ebd26904e1.zip | |
t0lte: clean up device tree
Clean up overlays and cm.mk
Change-Id: I371505cbe4ba9ccbf2aac765f2ea1b4f13155df5
Signed-off-by: Ricky Salinas <rsalinas1@mail.usf.edu>
Diffstat (limited to 'overlay/packages')
| -rw-r--r-- | overlay/packages/apps/Camera2/res/values/config.xml | 23 | ||||
| -rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 21 | ||||
| -rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 21 |
3 files changed, 0 insertions, 65 deletions
diff --git a/overlay/packages/apps/Camera2/res/values/config.xml b/overlay/packages/apps/Camera2/res/values/config.xml deleted file mode 100644 index b442aa4..0000000 --- a/overlay/packages/apps/Camera2/res/values/config.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2011, The CyanogenMod 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. -*/ ---> - -<resources> - <!-- Use ZSL mode for Qualcomm cameras --> - <bool name="enableZSL">true</bool> -</resources> diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml deleted file mode 100644 index 88338eb..0000000 --- a/overlay/packages/apps/Settings/res/values/bools.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2012 The CyanogenMod Project <http://www.cyanogenmod.org> - - 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. ---> - -<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 "> - <!-- Whether or not the dock settings are to be displayed for this device when docked --> - <bool name="has_dock_settings">true</bool> -</resources> diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml deleted file mode 100644 index 89a117f..0000000 --- a/overlay/packages/apps/Settings/res/values/config.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2012 The CyanogenMod 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. ---> - -<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 "> - <!-- Volume Rocker Wake --> - <bool name="config_show_volumeRockerWake">true</bool> -</resources> |
