Skip to content

Commit

Permalink
Support Desktop build
Browse files Browse the repository at this point in the history
Change-Id: Id48abdce0aa6e3190ffdbd2a9db1906a339c349c
  • Loading branch information
Roger Stringer committed Aug 29, 2012
1 parent 349465f commit 8444811
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "com.palm.systemservice",
"preBackup": "backup/preBackup",
"postRestore": "backup/postRestore"
}
19 changes: 19 additions & 0 deletions desktop-support/com.palm.systemservice.json.prv
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"role": {
"exeName":"/usr/lib/luna/LunaSysService",
"type": "regular",
"allowedNames": ["com.palm.image", "com.palm.systemservice"]
},
"permissions": [
{
"service":"com.palm.image",
"inbound":["*"],
"outbound":["*"]
},
{
"service":"com.palm.systemservice",
"inbound":["*"],
"outbound":["*"]
}
]
}
19 changes: 19 additions & 0 deletions desktop-support/com.palm.systemservice.json.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"role": {
"exeName":"/usr/lib/luna/LunaSysService",
"type": "regular",
"allowedNames": ["com.palm.image", "com.palm.systemservice"]
},
"permissions": [
{
"service":"com.palm.image",
"inbound":["*"],
"outbound":["*"]
},
{
"service":"com.palm.systemservice",
"inbound":["*"],
"outbound":["*"]
}
]
}
4 changes: 4 additions & 0 deletions desktop-support/com.palm.systemservice.service.prv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[D-BUS Service]
Name=com.palm.systemservice;com.palm.image
Exec=/usr/lib/luna/LunaSysService
Type=static
4 changes: 4 additions & 0 deletions desktop-support/com.palm.systemservice.service.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[D-BUS Service]
Name=com.palm.systemservice;com.palm.image
Exec=/usr/lib/luna/LunaSysService
Type=static

0 comments on commit 8444811

Please sign in to comment.