This file is indexed.

/usr/lib/erlang/lib/cosTime-1.2.1/ebin/cosTime.app is in erlang-corba 1:18.3-dfsg-1ubuntu3.

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
{application, cosTime,
 [{description, "The Erlang CosTime application"},
  {vsn, "1.2.1"},
  {modules,
       [
	'cosTime',
	'oe_TimeBase',
	'oe_CosTime',
	'oe_CosTimerEvent',
	'CosTime_TIO',
	'CosTime_TimeService',
	'CosTime_TimeUnavailable',
	'CosTime_UTO',
	'CosTimerEvent_TimerEventHandler',
	'CosTimerEvent_TimerEventService',
	'CosTimerEvent_TimerEventT',
	'TimeBase_IntervalT',
	'TimeBase_UtcT',
	'CosTime_TIO_impl',
	'CosTime_TimeService_impl',
	'CosTime_UTO_impl',
	'CosTimerEvent_TimerEventHandler_impl',
	'CosTimerEvent_TimerEventService_impl'
       ]
  },
  {registered, [oe_cosTimeSup, oe_cosTimerEventService]},
  {applications, [orber, stdlib, kernel]},
  {env, []},
  {mod, {cosTime, []}},
  {runtime_dependencies, ["stdlib-2.0","orber-3.6.27","kernel-3.0","erts-7.0",
			  "cosEvent-2.1.15"]}
]}.