VirtualBox

Changeset 18015 in vbox


Ignore:
Timestamp:
Mar 17, 2009 12:17:09 PM (16 years ago)
Author:
vboxsync
Message:

OVF: upper-case OVF constants for consistency.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r18012 r18015  
    854854                    break;
    855855
    856                     case OVFResourceType_IdeController:          // 5       IdeController
     856                    case OVFResourceType_IDEController:          // 5
    857857                    {
    858858                        /*  <Item>
     
    874874                    break;
    875875
    876                     case OVFResourceType_ParallelScsiHba:        // 6       SCSI controller
     876                    case OVFResourceType_ParallelSCSIHBA:        // 6       SCSI controller
    877877                    {
    878878                        /*  <Item>
     
    923923                    break;
    924924
    925                     case OVFResourceType_CdDrive:       // 15
     925                    case OVFResourceType_CDDrive:       // 15
    926926                        /*  <Item ovf:required="false">
    927927                                <rasd:Caption>cdrom1</rasd:Caption>
     
    10161016                    break;
    10171017
    1018                     case OVFResourceType_UsbController: // 23
     1018                    case OVFResourceType_USBController: // 23
    10191019                        /*  <Item ovf:required="false">
    10201020                                <rasd:Caption>usb</rasd:Caption>
     
    27472747                            {
    27482748                                strDescription = "IDE Controller";
    2749                                 type = OVFResourceType_IdeController; // 5
     2749                                type = OVFResourceType_IDEController; // 5
    27502750                                // it seems that OVFTool always writes these two, and since we can only
    27512751                                // have one IDE controller, we'll use this as well
     
    28092809                                strDescription = "SCSI Controller";
    28102810                                strCaption = "scsiController0";
    2811                                 type = OVFResourceType_ParallelScsiHba; // 6
     2811                                type = OVFResourceType_ParallelSCSIHBA; // 6
    28122812                                // it seems that OVFTool always writes these two, and since we can only
    28132813                                // have one SATA controller, we'll use this as well
     
    28992899                                strDescription = "CD-ROM Drive";
    29002900                                strCaption = "cdrom1";          // this is what OVFTool writes
    2901                                 type = OVFResourceType_CdDrive; // 15
     2901                                type = OVFResourceType_CDDrive; // 15
    29022902                                lAutomaticAllocation = 1;
    29032903                                ulParent = idIDEController;
     
    29522952                                strDescription = "USB Controller";
    29532953                                strCaption = "usb";
    2954                                 type = OVFResourceType_UsbController; // 23
     2954                                type = OVFResourceType_USBController; // 23
    29552955                                lAddress = 0;                   // this is what OVFTool writes
    29562956                                lBusNumber = 0;                 // this is what OVFTool writes
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r17970 r18015  
    29592959    <const name="Processor" value="3" />
    29602960    <const name="Memory" value="4" />
    2961     <const name="IdeController" value="5" />
    2962     <const name="ParallelScsiHba" value="6" />
    2963     <const name="FcHba" value="7" />
    2964     <const name="iScsiHba" value="8" />
    2965     <const name="IbHca" value="9" />
     2961    <const name="IDEController" value="5" />
     2962    <const name="ParallelSCSIHBA" value="6" />
     2963    <const name="FCHBA" value="7" />
     2964    <const name="iSCSIHBA" value="8" />
     2965    <const name="IBHCA" value="9" />
    29662966    <const name="EthernetAdapter" value="10" />
    29672967    <const name="OtherNetworkAdapter" value="11" />
    2968     <const name="IoSlot" value="12" />
    2969     <const name="IoDevice" value="13" />
     2968    <const name="IOSlot" value="12" />
     2969    <const name="IODevice" value="13" />
    29702970    <const name="FloppyDrive" value="14" />
    2971     <const name="CdDrive" value="15" />
    2972     <const name="DvdDrive" value="16" />
     2971    <const name="CDDrive" value="15" />
     2972    <const name="DVDDrive" value="16" />
    29732973    <const name="HardDisk" value="17" />
    29742974    <const name="OtherStorageDevice" value="20" />
    2975     <const name="UsbController" value="23" />
     2975    <const name="USBController" value="23" />
    29762976    <const name="SoundCard" value="35" />
    29772977  </enum>
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