diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-07-23 17:02:56 +0100 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-07-23 17:02:56 +0100 |
| commit | 167c2cdece767b7141e395533f83d24cd6de742e (patch) | |
| tree | 5fb32ed3470e1eb6fcbe60300bcf327bb96fb93a /etc | |
| download | android_frameworks_opt_hardware-167c2cdece767b7141e395533f83d24cd6de742e.tar.gz android_frameworks_opt_hardware-167c2cdece767b7141e395533f83d24cd6de742e.tar.bz2 android_frameworks_opt_hardware-167c2cdece767b7141e395533f83d24cd6de742e.zip | |
Hardware abstraction framework, initial commit
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Android.mk | 15 | ||||
| -rw-r--r-- | etc/org.cyanogenmod.hardware.xml | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/etc/Android.mk b/etc/Android.mk new file mode 100644 index 0000000..7a6c6c6 --- /dev/null +++ b/etc/Android.mk @@ -0,0 +1,15 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := org.cyanogenmod.hardware.xml + +LOCAL_SRC_FILES := $(LOCAL_MODULE) + +LOCAL_MODULE_TAGS := optional + +LOCAL_MODULE_CLASS := ETC + +LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/permissions + +include $(BUILD_PREBUILT) diff --git a/etc/org.cyanogenmod.hardware.xml b/etc/org.cyanogenmod.hardware.xml new file mode 100644 index 0000000..df05096 --- /dev/null +++ b/etc/org.cyanogenmod.hardware.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<permissions> + <library name="org.cyanogenmod.hardware" + file="/system/framework/cm-hardware.jar" /> +</permissions> + |
