~mihirsoni/ubuntu-calendar-app/dateSelectNewEventTest

« back to all changes in this revision

Viewing changes to click/manifest.json.in

  • Committer: Kunal Parmar
  • Date: 2014-09-28 11:49:35 UTC
  • mfrom: (478 ubuntu-calendar-app)
  • mto: This revision was merged to the branch mainline in revision 480.
  • Revision ID: pkunal.parmar@gmail.com-20140928114935-scs25xpajdxn358p
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
 
2
    "architecture": "all",
2
3
    "description": "A calendar for Ubuntu which syncs with online accounts",
3
4
    "framework": "ubuntu-sdk-14.10-qml-dev3",
4
5
    "hooks": {
5
 
        "@APP_NAME@": {
6
 
            "apparmor": "apparmor.json",
 
6
        "calendar": {
 
7
            "apparmor": "calendar.apparmor",
7
8
            "desktop": "@DESKTOP_FILE@",
8
9
            "urls": "@URLS_FILE@"
9
10
        }
20
21
    "x-test": {
21
22
        "autopilot": {
22
23
            "autopilot_module": "@AUTOPILOT_DIR@",
23
 
            "depends": ["python3-dateutil", "address-book-service-dummy"]
 
24
            "depends": [
 
25
                "python3-dateutil",
 
26
                "address-book-service-dummy",
 
27
                "address-book-service-testability"
 
28
            ]
24
29
        }
25
30
    }
26
31
}