?? aeemodgen.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -