summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiHwpAttributeInfo.xml
blob: 259dd080ee489c2232d43aa254bddcad0269e091 (plain)
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
<!--  IBM_PROLOG_BEGIN_TAG
     This is an automatically generated prolog.
   
     $Source: src/usr/hwpf/hwp/fapiHwpAttributeInfo.xml $
   
     IBM CONFIDENTIAL
   
     COPYRIGHT International Business Machines Corp. 2011
   
     p1
   
     Object Code Only (OCO) source materials
     Licensed Internal Code Source Materials
     IBM HostBoot Licensed Internal Code
   
     The source code for this program is not published or other-
     wise divested of its trade secrets, irrespective of what has
     been deposited with the U.S. Copyright Office.
   
     Origin: 30
   
     IBM_PROLOG_END -->
<!-- XML file specifying HW Procedure requested attributes. -->
<!-- This is just the initial test version. HWPs will replace with an official version. -->

<attributes>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT8</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT8. DefaultVal 6</description>
    <valueType>uint8</valueType>
    <defaultValue>6</defaultValue>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT32</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT32. PLAT (sets val to 3). RO</description>
    <valueType>uint32</valueType>
    <platInit/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT64</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT64. Enum. DefaultVal VALB</description>
    <valueType>uint64</valueType>
    <defaultValue>VALB</defaultValue>
    <enum>VALA VALB VALC</enum>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT8_ARRAY</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT8 ARRAY[3]. DefaultVal 2</description>
    <valueType>uint8</valueType>
    <defaultValue>2</defaultValue>
    <array>3</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT32_ARRAY</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT32 ARRAY[2][3][4]. DefaultVal 8</description>
    <valueType>uint32</valueType>
    <defaultValue>8</defaultValue>
    <array>2 3 4</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT64_ARRAY</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT64 ARRAY[5]. PLAT (sets vals to 4). RO</description>
    <valueType>uint64</valueType>
    <platInit/>
    <array>5</array>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_STRING1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr STRING1. DefaultVal 'mike'</description>
    <valueType>string</valueType>
    <defaultValue>mike</defaultValue>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_STRING2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr STRING2. PLAT (sets val to 'platString')</description>
    <valueType>string</valueType>
    <writeable/>
  </attribute>
</attributes>
OpenPOWER on IntegriCloud