This file is indexed.

/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Test/plugins.qmltypes is in qml-module-ubuntu-test 1.3.1918+16.04.20160404-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
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
import QtQuick.tooling 1.2

// 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 -nonrelocatable Ubuntu.Test 0.1'

Module {
    dependencies: [
        "QtFeedback 5.0",
        "QtGraphicalEffects 1.0",
        "QtQuick 2.4",
        "QtQuick.Layouts 1.1",
        "QtQuick.Window 2.2",
        "QtTest 1.1",
        "Ubuntu.Components 1.3",
        "Ubuntu.Components.ListItems 1.3",
        "Ubuntu.Components.Popups 1.3",
        "Ubuntu.Components.Styles 1.3",
        "Ubuntu.Components.Themes 1.3",
        "Ubuntu.Components.Themes.Ambiance 1.3",
        "Ubuntu.PerformanceMetrics 1.0"
    ]
    Component {
        name: "UCMouseTouchAdaptor"
        prototype: "QObject"
        exports: ["Ubuntu.Test/MouseTouchAdaptor 1.0"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Property { name: "enabled"; type: "bool" }
        Signal {
            name: "enabledChanged"
            Parameter { name: "value"; type: "bool" }
        }
    }
    Component {
        name: "UCTestExtras"
        prototype: "QObject"
        exports: ["Ubuntu.Test/TestExtras 1.0"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Property { name: "touchPresent"; type: "bool"; isReadonly: true }
        Signal { name: "touchDevicePresentChanged" }
        Method { name: "openGLflavor"; type: "string" }
        Method { name: "cpuArchitecture"; type: "string" }
        Method { name: "touchDevicePresent"; type: "bool" }
        Method { name: "registerTouchDevice" }
        Method {
            name: "touchPress"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "point"; type: "QPoint" }
        }
        Method {
            name: "touchRelease"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "point"; type: "QPoint" }
        }
        Method {
            name: "touchClick"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "point"; type: "QPoint" }
        }
        Method {
            name: "touchLongPress"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "point"; type: "QPoint" }
        }
        Method {
            name: "touchDoubleClick"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "point"; type: "QPoint" }
        }
        Method {
            name: "touchMove"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "point"; type: "QPoint" }
        }
        Method {
            name: "touchDrag"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "from"; type: "QPoint" }
            Parameter { name: "delta"; type: "QPoint" }
            Parameter { name: "steps"; type: "int" }
        }
        Method {
            name: "touchDrag"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "from"; type: "QPoint" }
            Parameter { name: "delta"; type: "QPoint" }
        }
        Method {
            name: "mouseDrag"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "from"; type: "QPoint" }
            Parameter { name: "delta"; type: "QPoint" }
            Parameter { name: "button"; type: "Qt::MouseButton" }
            Parameter { name: "stateKey"; type: "Qt::KeyboardModifiers" }
            Parameter { name: "steps"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "mouseDrag"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "from"; type: "QPoint" }
            Parameter { name: "delta"; type: "QPoint" }
            Parameter { name: "button"; type: "Qt::MouseButton" }
            Parameter { name: "stateKey"; type: "Qt::KeyboardModifiers" }
            Parameter { name: "steps"; type: "int" }
        }
        Method {
            name: "mouseDrag"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "from"; type: "QPoint" }
            Parameter { name: "delta"; type: "QPoint" }
            Parameter { name: "button"; type: "Qt::MouseButton" }
            Parameter { name: "stateKey"; type: "Qt::KeyboardModifiers" }
        }
        Method {
            name: "mouseDrag"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "from"; type: "QPoint" }
            Parameter { name: "delta"; type: "QPoint" }
            Parameter { name: "button"; type: "Qt::MouseButton" }
        }
        Method {
            name: "removeTimeConstraintsFromSwipeArea"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
    }
    Component {
        prototype: "QObject"
        name: "UbuntuColors"
        exports: ["UbuntuColors 1.3"]
        exportMetaObjectRevisions: [3]
        isComposite: true
        isCreatable: false
        isSingleton: true
        Property { name: "lightAubergine"; type: "QColor"; isReadonly: true }
        Property { name: "midAubergine"; type: "QColor"; isReadonly: true }
        Property { name: "darkAubergine"; type: "QColor"; isReadonly: true }
        Property { name: "warmGrey"; type: "QColor"; isReadonly: true }
        Property { name: "coolGrey"; type: "QColor"; isReadonly: true }
        Property { name: "orangeGradient"; type: "QQuickGradient"; isPointer: true }
        Property { name: "greyGradient"; type: "QQuickGradient"; isPointer: true }
        Property { name: "orange"; type: "QColor"; isReadonly: true }
        Property { name: "lightGrey"; type: "QColor"; isReadonly: true }
        Property { name: "silk"; type: "QColor"; isReadonly: true }
        Property { name: "darkGrey"; type: "QColor"; isReadonly: true }
        Property { name: "slate"; type: "QColor"; isReadonly: true }
        Property { name: "red"; type: "QColor"; isReadonly: true }
        Property { name: "green"; type: "QColor"; isReadonly: true }
        Property { name: "blue"; type: "QColor"; isReadonly: true }
        Property { name: "purple"; type: "QColor"; isReadonly: true }
        Property { name: "porcelain"; type: "QColor"; isReadonly: true }
        Property { name: "ash"; type: "QColor"; isReadonly: true }
        Property { name: "graphite"; type: "QColor"; isReadonly: true }
        Property { name: "inkstone"; type: "QColor"; isReadonly: true }
        Property { name: "jet"; type: "QColor"; isReadonly: true }
    }
}