Partager via


Platform Elements (Windows CE 5.0)

Send Feedback

Platform elements collectively describe target hardware platforms and provide details that describe each target hardware platform.

The following table shows the software Platform elements of the datastore schema.

Element Description
PLATFORMCONTAINER Represents a collection of PLATFORM elements.
PLATFORM Represents PLATFORM attributes, such as device settings and the type-to-architecture map.
DEVICECONTAINER Represents a collection of DEVICE objects.
DEVICE Represents DEVICE attributes used to identify and configure the properties for this target device, such as the associated transport service for the target device.
PROJECTCONTAINER Represents a collection of OSPROJECT objects.
PROJECT Represents OS design attributes, such as the name and location of the project type.
FORMFACTORCONTAINER Represents a collection of FORMFACTOR elements.
FORMFACTOR Represents FORMFACTOR attributes, such as the height and width of the hardware platform.
TYPETOARCHITECTUREMAP Represents the type-to-architecture map for a target device.

Member Elements

  • PLATFORMCONTAINER
    A PLATFORMCONTAINER element can only contain PLATFORM objects.

    <PLATFORMCONTAINER>
       <PLATFORM>...</PLATFORM>
       ...
    </PLATFORMCONTAINER>
    
  • PLATFORM
    A PLATFORM element can contain the following other elements:

    • DEVICECONTAINER

    • PROJECTCONTAINER

    • TYPETOARCHITECTUREMAP

    • PROPERTYCONTAINER

      <PLATFORM>
         <DEVICECONTAINER>...</DEVICECONTAINER>
         <PROJECTCONTAINER>...</PROJECTCONTAINER>
         <TYPETOARCHITECTUREMAP>...</TYPETOARCHITECTUREMAP>
         <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
      </PLATFORM>
      
  • DEVICECONTAINER
    A DEVICECONTAINER element can contain DEVICE elements.

    <DEVICECONTAINER>
       <DEVICE>...</DEVICE>
    </DEVICECONTAINER>
    
  • DEVICE
    A DEVICE element can contain PROPERTYCONTAINER elements to describe the device settings.

    <DEVICE>
       <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    </DEVICE>
    
  • PROJECTCONTAINER
    A PROJECTCONTAINER element can contain PROJECT elements.

    <PROJECTCONTAINER>
       <PROJECT>...</PROJECT>
       ...
    </PROJECTCONTAINER>
    
  • PROJECT
    A PROJECT element can contain only PROPERTYCONTAINER elements to describe the project settings.

    <PROJECT>
       <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    </PROJECT>
    
  • TYPE_TO_ARCHITECTURE_MAP
    The TYPE_TO_ARCHITECTURE_MAP element can contain only PROPERTYCONTAINER elements to describe the architecture maps that are required.

    < TYPE_TO_ARCHITECTURE_MAP>
       <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    </ TYPE_TO_ARCHITECTURE_MAP>
    

See Also

Datastore Schema

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.