~mzanetti/reminders-app/testmerge

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "description": "Ubuntu Notes app, powered by Evernote",
    "framework": "ubuntu-sdk-15.04.1",
    "architecture": "@CLICK_ARCH@",
    "hooks": {
        "reminders": {
            "account-application": "com.ubuntu.reminders_reminders.application",
            "account-service": "@ACCOUNT_SERVICE_DIR@/com.ubuntu.reminders_reminders.service",
            "apparmor": "reminders.apparmor",
            "desktop": "com.ubuntu.reminders.desktop",
            "urls": "reminders.url-dispatcher",
            "content-hub": "reminders-contenthub.json"
        },
        "evernote-account-plugin": {
            "account-qml-plugin": "@ACCOUNT_QML_PLUGIN_DIR@/evernote",
            "account-provider": "@ACCOUNT_PROVIDER_DIR@/com.ubuntu.reminders_evernote-account-plugin.provider"
        },
        "pushHelper": {
            "apparmor": "push-helper.apparmor",
            "push-helper": "push-helper.json"
        }
    },
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "com.ubuntu.reminders",
    "title": "Notes",
    "version": "0.5.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": {
            "autopilot_module": "@AUTOPILOT_DIR@",
            "depends": [
                "account-plugin-evernote-sandbox",
                "libclick-0.4-0",
                "python3-dbus",
                "python3-dbusmock",
                "python3-fixtures",
                "python3-oauthlib",
                "python3-requests-oauthlib"
            ]
        }
    }
}