tmexampledmadapter.rss
来自「c++下s60终端对终端传输协议」· RSS 代码 · 共 43 行
RSS
43 行
// tmexampledmadapter.RSS
//
// Copyright (c) 2006 Forum Nokia. All rights reserved.
//
// Registry file for the Example Interface Implementation Collection
#include <RegistryInfoV2.rh>
// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
{
// Defined in RegistryInfoV2.rh:
resource_format_version = RESOURCE_FORMAT_VERSION_2;
// UID for the DLL
dll_uid = 0xE0009DB2;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of the interface that is being implemented,
// KSmlDMInterfaceUid in smldmadapter.h. However, .h files
// should NOT be included in resource files, which is why
// we write out the constant here.
interface_uid = 0x102018B4;
implementations =
{
// Info for our implementation
IMPLEMENTATION_INFO
{
implementation_uid = 0x10009DC5;
version_no = 1;
display_name = "TM Example DM Adapter";
default_data = "";
opaque_data = "";
rom_only = 0;
}
};
}
};
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?