commands/sysinfo/sysinfo.cif
changeset 0 7f656887cf89
child 66 2a78c4ff2eab
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # sysinfo.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==name sysinfo
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Display hardware specific information.
       
    18 
       
    19 ==long-description
       
    20 
       
    21 Currently, the information displayed includes:
       
    22 
       
    23 =over 5
       
    24 
       
    25 =item *
       
    26 
       
    27 Various HAL settings
       
    28 
       
    29 =item *
       
    30 
       
    31 The contents of the kernel config flags (PlatSec enforcement; demand paging attributes; crazy scheduler status)
       
    32 
       
    33 =item *
       
    34 
       
    35 Phone model, manufacturer, IMEI and IMSI (if available)
       
    36 
       
    37 =item *
       
    38 
       
    39 Cell id and tag for currently attached network cell (if available)
       
    40 
       
    41 =item *
       
    42 
       
    43 WLAN MAC address (if available)
       
    44 
       
    45 =item *
       
    46 
       
    47 ROM checksum and, if available, version.
       
    48 
       
    49 =back
       
    50 
       
    51 ==see-also
       
    52 
       
    53 L<hal|hal>, L<kerninfo|kerninfo>
       
    54 
       
    55 ==option bool m machine-uid
       
    56 
       
    57 Display Machine UID only. Useful for getting the machine uid into an environment variable, eg C<sysinfo -m | export -s MACHINE_UID>.
       
    58 
       
    59 ==copyright
       
    60 
       
    61 Copyright (c) 2008-2010 Accenture. All rights reserved.
       
    62