locationexample_reg.rss

来自「这是一个关于s60基于c++的关于手机地图和定位的代码」· RSS 代码 · 共 25 行

RSS
25
字号
/*
* ============================================================================
*  Name     : locationexample_reg.rss
*  Part of  : Location Example
*  Created  : 21.05.2007 by Forum Nokia
*  Description:
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

#include <appinfo.rh>
#include <locationexample.rsg>

UID2 KUidAppRegistrationResourceFile
UID3 0xE01FF1Cd

RESOURCE APP_REGISTRATION_INFO 
    {
    app_file="locationexample";
    newfile = KAppDoesNotSupportNewFile;
    embeddability = KAppNotEmbeddable;
    localisable_resource_file = "\\resource\\apps\\locationexample";
    localisable_resource_id = R_LOCATIONEXAMPLE_LOCALISABLE_APP_INFO;
    }

⌨️ 快捷键说明

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