AEEModGen.c
上传用户:bbscsl
上传日期:2007-01-14
资源大小:17k
文件大小:16k
源码类别:

BREW编程

开发平台:

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