VirtualBox

Changeset 23179 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Sep 21, 2009 11:23:12 AM (15 years ago)
Author:
vboxsync
Message:

Main: firmware type setter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r22866 r23179  
    974974  </enum>
    975975
     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>
    976990
    977991  <!--
     
    39733987  </interface>
    39743988
     3989
     3990   
    39753991  <interface
    39763992     name="IMachine" extends="$unknown"
     
    41964212    <attribute name="BIOSSettings" type="IBIOSSettings" readonly="yes">
    41974213      <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>
    41984219    </attribute>
    41994220
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette