You can incorporate Menu Builder files into the existing source and
resource files of a non-MEAD application by #includeing within the
application's source files.
The following table shows the six Menu Builder generated files that
should be incorporated into your application's source:
| | File | Description |  | menubuilder.mbld
 | XUL statements defining a saved menu structure and the
locations to where the source, resource and header files were generated to
create this menu structure within a Symbian
application. |  | menubuilder.h
 | Specific command casestatements. 
#includethis file within theHandleCommandLfunction of your supporting application's AppUI
class, i.e. within its GUI.cppfile. This is a user editable file that may contain code that
responds to menu item events. |  | menubuilder.hrh
 | User entered custom menu Command variables defined as an
enumeration starting at 100.  #includethis file within your application's GUI.hrhand.rssfiles.
 |  | menubuildermenu.ra
 | Resource file representation of a designed menu i.e. an
implementation of r_menubuilder_menubar #includethis file within the body of your
application's.rssfile.
 |  | menubuilderhkplain.ra
 | Resource file representation of the plain hotkeys for a
designed menu i.e. HOTKEYblocks #includethis file within theRESOURCE
HOTKEYS plainsection of your application's.rssfile.
 |  | menubuilderhkctrl.ra 
 | Resource file representation of the Ctrlhotkeys
for a designed menu i.e.HOTKEYblocks #includethis file within theRESOURCE
HOTKEYS controlsection of your application's.rssfile.
 |  |  menubuilderhkshftctrl.ra 
 | Resource file representation of the Shift+Ctrlhotkeys for a designed menu i.e.HOTKEYblocks #includethis file within theRESOURCE
HOTKEYS shift_controlsection of a supporting application's.rssfile
 | 
 | 
When Menu Builder files are included in this way, the Menu Builder
can be used at any time to modify the menu of an application.