diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-02-22 12:22:06 -0800 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-02-22 12:22:07 -0800 |
commit | 69e9c30c2641add74c9a3b02d0959c0ded9e66f7 (patch) | |
tree | f906dd68fa58e0fb717c79c65cb477b655a9a987 /include | |
parent | 2d03a93ecf00fb43272364293a21f88720884ce2 (diff) | |
parent | cd0f3088ef4c0f211d68235d9aa0556bd4e0984b (diff) | |
download | frameworks_base-69e9c30c2641add74c9a3b02d0959c0ded9e66f7.zip frameworks_base-69e9c30c2641add74c9a3b02d0959c0ded9e66f7.tar.gz frameworks_base-69e9c30c2641add74c9a3b02d0959c0ded9e66f7.tar.bz2 |
Merge "Add stubs for improved compatibility"
Diffstat (limited to 'include')
-rw-r--r-- | include/androidfw/Asset.h | 17 | ||||
-rw-r--r-- | include/androidfw/AssetManager.h | 17 | ||||
-rw-r--r-- | include/androidfw/KeycodeLabels.h | 17 | ||||
-rw-r--r-- | include/androidfw/ResourceTypes.h | 17 |
4 files changed, 68 insertions, 0 deletions
diff --git a/include/androidfw/Asset.h b/include/androidfw/Asset.h new file mode 100644 index 0000000..3c57b1c --- /dev/null +++ b/include/androidfw/Asset.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2012 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. + */ + +#include <utils/Asset.h> diff --git a/include/androidfw/AssetManager.h b/include/androidfw/AssetManager.h new file mode 100644 index 0000000..8cc3531 --- /dev/null +++ b/include/androidfw/AssetManager.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2012 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. + */ + +#include <utils/AssetManager.h> diff --git a/include/androidfw/KeycodeLabels.h b/include/androidfw/KeycodeLabels.h new file mode 100644 index 0000000..615a627 --- /dev/null +++ b/include/androidfw/KeycodeLabels.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2012 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. + */ + +#include <ui/KeycodeLabels.h> diff --git a/include/androidfw/ResourceTypes.h b/include/androidfw/ResourceTypes.h new file mode 100644 index 0000000..70cdc88 --- /dev/null +++ b/include/androidfw/ResourceTypes.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2012 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. + */ + +#include <utils/ResourceTypes.h> |