Skip to content

Commit

Permalink
Initial repo with git submodules for omh projects
Browse files Browse the repository at this point in the history
Oniro Add-on for Open Mobile Hub. Starting with maps, auth, core
and storage modules.

The use of git submodules will allow us to keep the upstream development
at OMH and seperate out integration changes in this repo.

Signed-off-by: Stefan Schmidt <[email protected]>
  • Loading branch information
Stefan-Schmidt committed Mar 21, 2024
0 parents commit fd9f769
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "omh-core"]
path = omh-core
url = https://github.com/openmobilehub/omh-core
[submodule "omh-auth"]
path = omh-auth
url = https://github.com/openmobilehub/omh-auth
[submodule "omh-storage"]
path = omh-storage
url = https://github.com/openmobilehub/omh-storage
[submodule "omh-maps"]
path = omh-maps
url = https://github.com/openmobilehub/omh-maps
1 change: 1 addition & 0 deletions omh-auth
Submodule omh-auth added at 456f7b
1 change: 1 addition & 0 deletions omh-core
Submodule omh-core added at 47b992
1 change: 1 addition & 0 deletions omh-maps
Submodule omh-maps added at 308ed2
1 change: 1 addition & 0 deletions omh-storage
Submodule omh-storage added at a297b3

0 comments on commit fd9f769

Please sign in to comment.