Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AEEModGen.c
Package: textwin [view]
Upload User: bbscsl
Upload Date: 2007-01-14
Package Size: 17k
Code Size: 16k
Category:
BREW
Development Platform:
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