summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sagnes <guy.sagnes@continental-corporation.com>2017-07-07 07:43:04 +0200
committerGitHub <noreply@github.com>2017-07-07 07:43:04 +0200
commitd9235faadfd9499ec93d17b08cf59e2628473e00 (patch)
treea7305ae4cd309d33569d4911d0a7f90080873b5b
parentdaa21fe9e9aeefd7a67bbc38550e64347d626d9e (diff)
parent98a32c6b1ad8866204537b232bce8d8a3b1f7a75 (diff)
downloadpersistence-common-object-d9235faadfd9499ec93d17b08cf59e2628473e00.tar.gz
Merge pull request #1 from GordanM/topic/fix-README
README.md: Update README
-rw-r--r--README26
-rw-r--r--README.md13
2 files changed, 13 insertions, 26 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.