~sergiusens/camera-app/pseudo_adt

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
{
    "description": 
        "An application to take pictures and videos with the device cameras",
    "framework": "ubuntu-sdk-14.04-dev1", 
    "architecture": "armhf",
    "hooks": {
        "camera": {
            "apparmor": "camera-apparmor.json", 
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/@DESKTOP_FILE@"
        }
    }, 
    "icon": "@CAMERA_ICON@",
    "maintainer": "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>",
    "name": "com.ubuntu.camera", 
    "title": "Camera", 
    "version": "@VERSION@",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@", 
        "vcs-bzr-revno": "@BZR_REVNO@"
        "vcs-bzr-revid": "@BZR_REVID@"
    },
    "x-test": {
        "autopilot": "@AUTOPILOT_DIR@"
    }
}