This file is indexed.

/usr/include/dsme/state_states.h is in libdsme0-dev 0.64.1+15.10.20150929-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
/**
   @file state_states.h

   DSME state definitions
   <p>
   Copyright (C) 2009 Nokia Corporation.

   @author Semi Malinen <semi.malinen@nokia.com>

   This file is part of Dsme.

   Dsme is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License
   version 2.1 as published by the Free Software Foundation.

   Dsme is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with Dsme.  If not, see <http://www.gnu.org/licenses/>.
*/
DSME_STATE(NOT_SET, -1)
DSME_STATE(SHUTDOWN, 0) /* runlevel 0 or reboot(POWEROFF) */
DSME_STATE(USER,     2) /* runlevel 2 */
DSME_STATE(ACTDEAD,  5) /* runlevel 5 */
DSME_STATE(REBOOT,   6) /* runlevel 6 or reboot(REBOOT) */
DSME_STATE(TEST,     7) /* runlevel 3: test server is started */
DSME_STATE(MALF,     8) /* state if something goes wrong */
DSME_STATE(BOOT,     9) // TODO: remove
DSME_STATE(LOCAL,   10) // TODO: remove