basictypes_reg.rss

来自「Symbian console application」· RSS 代码 · 共 38 行

RSS
38
字号
/*
============================================================================
 Name		: basictypes_reg.rss
 Author	  : NVQ
 Copyright   : Your copyright notice
 Description : Application registration resource for real device
 Created: 18-Feb-2009
 Last modified: 18-Feb-2009
============================================================================
*/

#include "basictypes.hrh"       
#include "basictypes.rls"
#include <appinfo.rh>
#include <basictypes_0xE4C2B7D2.rsg>

UID2  KUidAppRegistrationResourceFile    // Defined to 0x101f8021 in epoc32/include/apprinfo.h
UID3  _UID3                              // Defined in basictypes.hrh

/*
 * Application resource definitions:  APP_REGISTRATION_INFO see appinfo.rh
 * qtn_loc_resource_file_1 is defined in rls 
 * R_LOCALISABLE_APP_INFO is defined in epoc32/include/basictypes_0xE4C2B7D2.rsg
 * that was generated from basictypes.rss file 
 * KAppNotEmbeddable Defined to 0 in epoc32/include/apprinfo.h
 * KAppDoesNotSupportNewFile Defined to 0 in epoc32/include/apprinfo.h */
RESOURCE APP_REGISTRATION_INFO
	{
	app_file="basictypes_0xE4C2B7D2";
	localisable_resource_file =  qtn_loc_resource_file_1;
	localisable_resource_id = R_LOCALISABLE_APP_INFO;

	embeddability=KAppNotEmbeddable;
	newfile=KAppDoesNotSupportNewFile;
	}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?