Changeset 23179 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Sep 21, 2009 11:23:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r22866 r23179 974 974 </enum> 975 975 976 <enum 977 name="FirmwareType" 978 uuid="7ceea938-8b49-41e2-bb47-667219c0d586" 979 > 980 <desc> 981 Firmware type. 982 </desc> 983 <const name="Bios" value="1"> 984 <desc>BIOS Firmware.</desc> 985 </const> 986 <const name="Efi" value="2"> 987 <desc>Efi firmware.</desc> 988 </const> 989 </enum> 976 990 977 991 <!-- … … 3973 3987 </interface> 3974 3988 3989 3990 3975 3991 <interface 3976 3992 name="IMachine" extends="$unknown" … … 4196 4212 <attribute name="BIOSSettings" type="IBIOSSettings" readonly="yes"> 4197 4213 <desc>Object containing all BIOS settings.</desc> 4214 </attribute> 4215 4216 <attribute name="firmwareType" type="FirmwareType"> 4217 <desc>Type of firmware (such as legacy BIOS or EFI), used for initial 4218 bootstrap in this VM.</desc> 4198 4219 </attribute> 4199 4220
Note:
See TracChangeset
for help on using the changeset viewer.