⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nac_reg.rss

📁 Symbian智能手机操作系统源代码值的参考_界面
💻 RSS
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -