AEEModGen.c
资源名称:textwin [点击查看]
上传用户:bbscsl
上传日期:2007-01-14
资源大小:17k
文件大小:16k
源码类别:
BREW编程
开发平台:
Visual C++
- /*===========================================================================
- FILE: AEEModGen.c
- SERVICES: Sample IModule implementation file
- DESCRIPTION
- This file contains sample implementation of the IModule interface
- This file can be used for developing dynamic apps as well as static apps. Static
- apps are the apps that will be statically linked with the phone image by the OEM.
- To develop a static app, the following steps need to be done:
- 1. Provide a GetModInfo() function
- 2. Provide a Load() function
- 3. Provide a CreateInstance() function (which is identical to the AEEClsCreateInstance()
- function that must be provided by a dynamic module.
- PUBLIC CLASSES:
- N/A
- INITIALIZATION AND SEQUENCING REQUIREMENTS: N/A
- Copyright