AEEModGen.c
Upload User: bbscsl
Upload Date: 2007-01-14
Package Size: 17k
Code Size: 16k
Category:

BREW

Development Platform:

Visual C++

  1. /*===========================================================================
  2. FILE: AEEModGen.c
  3. SERVICES: Sample IModule implementation file
  4. DESCRIPTION
  5.   This file contains sample implementation of the IModule interface
  6.   
  7.   This file can be used for developing dynamic apps as well as static apps. Static
  8.   apps are the apps that will be statically linked with the phone image by the OEM.
  9.   To develop a static app, the following steps need to be done:
  10.   1. Provide a GetModInfo() function
  11.   2. Provide a Load() function
  12.   3. Provide a CreateInstance() function (which is identical to the AEEClsCreateInstance()
  13.   function that must be provided by a dynamic module.
  14. PUBLIC CLASSES:  
  15.    N/A
  16. INITIALIZATION AND SEQUENCING REQUIREMENTS:  N/A
  17.           Copyright