aeemodgen.c
来自「用C++进行BREW环境开发下的很好的一个实例。非常适用于初学者。」· C语言 代码 · 共 24 行
C
24 行
/*===========================================================================
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?