Using the Catalog Editor to Edit an Existing Catalog File

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

In Platform Builder for Windows Embedded CE 6.0, you can use the Catalog Editor to view and edit existing Catalog files, such as .pbcxml files. For information about creating a Catalog item file, see Using the Catalog Editor to Create a Catalog File.

After you have done this, you can add the Catalog item to the Catalog. For information about adding a Catalog item to the Catalog, see Adding a Catalog Item to the Catalog.

Editing a Catalog item in an existing Catalog File

  1. Open a Catalog file by using the Catalog Editor.

    For more information, see Using the Catalog Editor to Open an Existing Catalog File.

  2. If you have not yet created a Catalog item in the Catalog file, choose the Add arrow, and then choose Catalog Item.

  3. Navigate to the Catalog item that you want to modify, select it, and then, from the context menu, select Properties.

    In the Properties pane of the Catalog Editor, you can view and modify the properties for the Catalog item. For more information, see Catalog Item Properties.

  4. To modify the supported CPUs for the Catalog item, enter the CPUs that you want to support in the Supported CPU field.

    By default, this field is empty. Specifying a CPU means that your Catalog item is supported by only the board support packages (BSPs) that support the same CPU.

  5. (Optional) If you want to include Help for your Catalog item, enter the link for the Help text that is associated with the Catalog item in the Help Link field.

  6. To modify the display name displayed in the Catalog, enter the Catalog item name that you want to use in the Title field.

  7. To modify the unique ID that is associated with the Catalog item in the Catalog, enter the ID string that you want to use.

    Note

    To avoid Catalog collisions, we recommend that you use an ID string that begins with the Catalog record type and the vendor name to avoid Catalog collisions. For example, for an ID string for a Catalog item, you would use the format <Item:DefaultVendor:DefaultItemName>, where <Item> is a placeholder for the Catalog record type, <DefaultVendor> is a placeholder for the vendor name, and <DefaultItemName> is a placeholder for the name of the Catalog item..

  8. To save your changes, from the File menu, select Save.

  1. Open a Catalog file in the Catalog Editor.

  2. If you have not yet created a source code link in the Catalog file, choose the Add arrow, and then choose Source Code Link.

  3. Navigate to the source code link that you want to modify, and then select it.

  4. In the Properties pane of the Catalog Editor, you can view and modify the default name and path properties of the source code link.

  5. To edit the name that is displayed, enter a display name for the source code path in the Title field.

  6. To edit the path for the source code link, enter the directory path, or browse to the source code for the selected Catalog item in the Path field.

  7. To save your changes, from the File menu, select Save.

Editing a BSP in an existing Catalog File

  1. Open a Catalog file in the Catalog Editor.

  2. If you have not yet created a BSP item in the Catalog file, choose the Add arrow, and then choose BSP.

  3. Navigate to the BSP that you want to modify, and then select it.

  4. To modify the name of the subdirectory for the BSP in the %_WINCEROOT%\Platform directory, enter the name that you want to use in the Platform Directory field.

  5. To modify the supported CPU for the BSP, enter the CPU that you want to support into the Supported CPU field.

  6. (Optional) If you want to include Help for your BSP, enter the link for the Help associated with the BSP into the Help Link field.

  7. To modify the display name of the Catalog item as it is displayed in the Catalog, enter the BSP name that you want to use into the Title field.

  8. To modify the unique ID that is associated with the BSP that is in the Catalog, enter the ID string that you want to use.

    Note

    To avoid Catalog collisions, we recommend that you use an ID string that begins with the Catalog record type and the vendor name. For example, for an ID string for a BSP, you would use the format <Bsp:DefaultVendor:DefaultBspName>, where <Bsp> is a placeholder for the Catalog record type, <DefaultVendor> is a placeholder for the vendor name, and <DefaultBspName> is a placeholder for the name of the BSP.

  9. To save your changes, from the File menu, select Save.

See Also

Concepts

Catalog Editor
Catalog Files
Catalog Item Properties

Other Resources

BSP Catalog Data
Driver Catalog Data