This file is indexed.

/usr/lib/x86_64-linux-gnu/unity8/qml/mocks/AccountsService/AccountsService.qmltypes is in unity8-fake-env 8.12+16.04.20160401-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
import QtQuick.tooling 1.1

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -notrelocatable AccountsService 0.1 tests/mocks'

Module {
    Component {
        name: "AccountsService"
        prototype: "QObject"
        exports: ["AccountsService/AccountsService 0.1"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Enum {
            name: "PasswordDisplayHint"
            values: {
                "Keyboard": 0,
                "Numeric": 1
            }
        }
        Property { name: "user"; type: "string" }
        Property { name: "demoEdges"; type: "bool" }
        Property { name: "demoEdgesCompleted"; type: "QStringList" }
        Property { name: "enableLauncherWhileLocked"; type: "bool" }
        Property { name: "enableIndicatorsWhileLocked"; type: "bool" }
        Property { name: "backgroundFile"; type: "string" }
        Property { name: "statsWelcomeScreen"; type: "bool" }
        Property { name: "passwordDisplayHint"; type: "PasswordDisplayHint"; isReadonly: true }
        Property { name: "failedLogins"; type: "uint" }
        Property { name: "hereEnabled"; type: "bool" }
        Property { name: "hereLicensePath"; type: "string" }
        Property { name: "hereLicensePathValid"; type: "bool"; isReadonly: true }
        Method {
            name: "markDemoEdgeCompleted"
            Parameter { name: "edge"; type: "string" }
        }
    }
}