summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README26
-rw-r--r--README.md13
-rw-r--r--dbus_config/org.genivi.persistence.admin.conf16
-rw-r--r--src/Makefile.am2
4 files changed, 13 insertions, 44 deletions
diff --git a/README b/README
deleted file mode 100644
index 3cd204a..0000000
--- a/README
+++ /dev/null
@@ -1,26 +0,0 @@
-GENIVI PersistenceCommonLibrary README
-=====================================
-
-This is the official source of the GENIVI Persistence Common Library. At present, all
-relevant documentation for this project is available in the GENIVI wiki on:
-
-https://collab.genivi.org/wiki/display/genivi/SysInfraEGPersistenceCommonLibraryData
-
-Master location for GENIVI Persistence Common Library
-http://git.projects.genivi.org/persistence/persistence-common.git
-
-License
--------
-
-For licensing information see the COPYING file,
-distributed along with this project.
-
-
-Build Dependencies and Instructions
------------------------------------
-
-The Persistence Common Library has dependencies on the itzam library.
-
-The Persistence Common Library specifies the organization of Genivi's persistence data and provides
-access to the resource congiguration table and to the local and the shared data bases.
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8d2bb65
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# GENIVI Persistence Common Object
+
+This is the official source of the GENIVI Persistence Common Object. At present, all relevant documentation for this project is available in the GENIVI wiki on: https://at.projects.genivi.org/wiki/display/PROJ/The+Persistence+Common+Object
+
+Master location for GENIVI Persistence Common Object: https://github.com/GENIVI/persistence-common-object
+
+## License
+
+For licensing information see the COPYING file, distributed along with this project.
+
+## Build Dependencies and Instructions
+
+The Persistence Common Object has dependencies on the DLT library, which is a part of the GENIVI/dlt-daemon (https://github.com/GENIVI/dlt-daemon). The Persistence Common Object specifies an API to access the key/value and configuration data of GENIVI's persistent data handling.
diff --git a/dbus_config/org.genivi.persistence.admin.conf b/dbus_config/org.genivi.persistence.admin.conf
deleted file mode 100644
index fac05f9..0000000
--- a/dbus_config/org.genivi.persistence.admin.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-
- <!-- Only root can own the service -->
- <policy user="root">
- <allow own="org.genivi.persistence.admin"/>
- <allow send_destination="org.genivi.persistence.admin"/>
- <allow send_interface="org.genivi.persistence.admin"/>
- </policy>
- <policy context="default">
- <allow send_destination="org.genivi.persistence.admin"/>
- <allow send_interface="org.genivi.persistence.admin"/>
- </policy>
-</busconfig> \ No newline at end of file
diff --git a/src/Makefile.am b/src/Makefile.am
index 15231bc..2294605 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -114,8 +114,6 @@ libpers_common_la_LIBADD += \
$(RAWDB_LIBS)
endif
-dbuspolicy_DATA = ../dbus_config/org.genivi.persistence.admin.conf
-
# Export interface description of org.genivi.persistence.admin DBus interface
dbusinterfaces_DATA = ../dbus_specifications/org.genivi.persistence.admin.xml