Skip to content

Commit 7ec93ab

Browse files
committed
Move D-Bus XML file from contrib to doc
1 parent 9c9060d commit 7ec93ab

File tree

7 files changed

+3
-60
lines changed

7 files changed

+3
-60
lines changed

ARCHITECTURE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,6 @@ cd demo_client/
204204
./main.py get
205205
```
206206

207-
## `contrib/`
208-
209-
Various helper files.
210-
211207
# Future Goals
212208

213209
## LSM Hardening

demo_client/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
async def run(cmd):
1919
bus = await MessageBus().connect()
2020

21-
with open("../contrib/xyz.iinuwa.credentialsd.Credentials.xml", "r") as f:
21+
with open("../doc/xyz.iinuwa.credentialsd.Credentials.xml", "r") as f:
2222
introspection = f.read()
2323

2424
proxy_object = bus.get_proxy_object(
File renamed without changes.

doc/xyz.iinuwa.credentials.CredentialManager.xml

Lines changed: 0 additions & 53 deletions
This file was deleted.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ subdir('credentialsd-ui')
3232
subdir('dbus')
3333
subdir('systemd')
3434
subdir('webext')
35-
subdir('contrib')
35+
subdir('doc')

webext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ couple of options:
5555
1. Copy `webext/app/credential_manager_shim.json` to `~/.mozilla/native-messaging-hosts/credential_manager_shim.json`.
5656
2. In `webext/app/credential_manager_shim.py`, point the `DBUS_DOC_FILE`
5757
variable to the absolute path to
58-
`contrib/xyz.iinuwa.credentialsd.Credentials.xml`.
58+
`doc/xyz.iinuwa.credentialsd.Credentials.xml`.
5959
3. In the copied file, replace the `path` key with the absolute path to `webext/app/credential_manager_shim.py`
6060
4. Open Firefox and go to `about:debugging`
6161
5. Click "This Firefox" > Load Temporary Extension. Select `webext/add-on/manifest.json`

0 commit comments

Comments
 (0)