101f614d.rss
来自「国内著名嵌入式培训机构内部资料,内含一些实例代码,包括技术专题书籍」· RSS 代码 · 共 44 行
RSS
44 行
/*
* ============================================================================
* Name : Shape resolver implementation for DLL 101F614D
* Part of : shaperesolver
* Created : 29/05/2006 by Forum Nokia
* Description:
* Custom Resolver registration file.
* Version : 2.0
* Copyright: Forum Nokia
* ============================================================================
*/
#include <ecom/RegistryInfo.rh>
RESOURCE REGISTRY_INFO theInfo
{
#ifdef EKA2
dll_uid = 0xE01F614D;
#else
dll_uid = 0x101F614D;
#endif
interfaces =
{
INTERFACE_INFO
{
// Interface UID of resolvers
interface_uid = 0x10009D90;
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F614E;
version_no = 1;
display_name = "";
default_data = "";
opaque_data = "";
}
};
}
};
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?