nac_reg.rss
来自「symbian s60 3rd 一个电脑作图」· RSS 代码 · 共 26 行
RSS
26 行
/* Copyright (c) 2005, Nokia. All rights reserved */
#include <appinfo.rh>
#include <nac.rsg>
UID2 KUidAppRegistrationResourceFile
#ifdef EKA2
UID3 0xE6F18BAE // Define your application UID here (2nd ed.)
#else
UID3 0x06F18BAE // Define your application UID here (2nd ed.)
#endif
RESOURCE APP_REGISTRATION_INFO
{
app_file = "NAC";
#ifndef EKA2
attributes = KAppBuiltAsDll;
localisable_resource_file = "\\System\\Apps\\Nac\\Nac";
#else
localisable_resource_file = "\\resource\\Apps\\Nac";
#endif
localisable_resource_id = R_NAC_LOCALISABLE_APP_INFO;
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?