📄 helloworldbasic_reg.rss.i
字号:
# 1 "C:\\test\\helloworldbasic\\data\\HelloWorldBasic_reg.rss"
/*
* ==============================================================================
* Name : Helloworldbasic_reg.rss
* Part of : Helloworldbasic
* Interface :
* Description :
* Version :
*
* Copyright (c) 2005-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
# 1 "C:\\test\\helloworldbasic\\data\\Helloworldbasic.rls" 1
/*
* ==============================================================================
* Name : helloworldbasic.rls
* Part of : Helloworldbasic
* Interface :
* Description :
* Version :
*
* Copyright (c) 2005-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
// LOCALISATION STRINGS
//d:Caption string for app.
rls_string STRING_hewb_caption_string "HelloWorld"
//d:Short caption string for app.
rls_string STRING_hewb_short_caption_string "HW"
//d:First item in "Options" menu pane, "hello" event.
rls_string STRING_hewb_command1 "Hello"
//d:Second item in "Options" menu pane, "exit" event.
rls_string STRING_hewb_command2 "Hello from file"
//d:Third item in "Options" menu pane, "exit" event.
rls_string STRING_hewb_exit "Exit"
//d:When user requests EHelloWorldBasicCommand1 event, text below is shown.
rls_string STRING_hewb_command1_text "Hello!"
rls_string STRING_helloworldbasic_loc_resource_file_1 "\\resource\\apps\\HelloWorldBasic"
// End of File
# 16 "C:\\test\\helloworldbasic\\data\\HelloWorldBasic_reg.rss" 2
# 1 "C:\\Symbian\\9.2\\S60_3rd_FP1\\\\epoc32\\include\\appinfo.rh" 1
// APPINFO.RH
//
// Copyright (c) Symbian Software Ltd 2004-2005. All rights reserved.
//
//
// contains definitions for the Application Information resource files
/**
@publishedAll
@released
*/
//////////////////////////////////////////////////////////////////
// DEFINITIONS FOR THE NON-LOCALISABLE REGISTRATION RESOURCE FILE
//////////////////////////////////////////////////////////////////
/**
@publishedAll
@released
*/
/**
@publishedAll
@released
*/
// constants for capability.hidden
/**
@publishedAll
@released
*/
// constants for capability.newfile
/**
@publishedAll
@released
*/
// constants for capability.embeddability
/**
@publishedAll
@released
*/
// constants for capability.launch
/**
@publishedAll
@released
*/
// bit flags for capability.attributes
/**
@publishedAll
@released
*/
// application group name
/**
@publishedAll
@released
*/
STRUCT APP_REGISTRATION_INFO
{
LONG reserved_long = 0; // reserved for future use, do not use
LLINK reserved_llink = 0; // reserved for future use, do not use
//
LTEXT app_file(256 ) = ""; // name of application binary file (not including extension) - mandatory
LONG attributes = 0;
//
LTEXT localisable_resource_file(256 ) = ""; // path (not including drive) and name of localisable resource file
LONG localisable_resource_id = 1;
//
BYTE hidden = 0 ;
BYTE embeddability = 0 ;
BYTE newfile = 0 ;
BYTE launch = 0 ;
LTEXT group_name(16 ) = "";
//
BYTE default_screen_number = 0;
//
LEN WORD STRUCT datatype_list[]; // DATATYPE
//
LEN WORD STRUCT file_ownership_list[]; // FILE_OWNERSHIP_INFO
//
LEN WORD STRUCT service_list[]; // SERVICE_INFO
//
LLINK opaque_data = 0; // use for opaque data to send to non-native application launchers i.e. MIDlet id
}
/**
@publishedAll
@released
*/
/**
@publishedAll
@released
*/
enum
{
EDataTypePrioritySystem = 0xFFF9,
EDataTypePriorityHigh = 10000,
EDataTypePriorityNormal = 0,
EDataTypePriorityLow = -10000,
EDataTypePriorityLastResort = -20000
};
/**
@publishedAll
@released
*/
STRUCT DATATYPE
{
LONG priority;
LTEXT8 type(256 );
}
/**
@publishedAll
@released
*/
STRUCT FILE_OWNERSHIP_INFO
{
LTEXT file_name(256 );
}
/**
@publishedAll
@released
*/
STRUCT SERVICE_INFO
{
LONG uid = 0;
LEN WORD STRUCT datatype_list[];
LLINK opaque_data = 0;
}
/////////////////////////////////////////////////
// DEFINITIONS FOR THE LOCALISABLE RESOURCE FILE
/////////////////////////////////////////////////
/**
@publishedAll
@released
*/
/**
@publishedAll
@released
*/
STRUCT LOCALISABLE_APP_INFO
{
LONG reserved_long = 0; // reserved for future use, do not use
LLINK reserved_llink = 0; // reserved for future use, do not use
//
LTEXT short_caption(256 ) = "";
STRUCT caption_and_icon; // CAPTION_AND_ICON_INFO
//
LEN WORD STRUCT view_list[]; // VIEW_DATA
//
LTEXT group_name(16 ) = "";
}
/**
@publishedAll
@released
*/
STRUCT CAPTION_AND_ICON_INFO
{
LONG reserved_long = 0; // reserved for future use, do not use
LLINK reserved_llink = 0; // reserved for future use, do not use
//
LTEXT caption(256 ) = "";
//
WORD number_of_icons = 0; // each icon must be a bitmap/mask pair
LTEXT icon_file(256 ) = "";
}
/**
@publishedAll
@released
*/
STRUCT VIEW_DATA
{
LONG reserved_long = 0; // reserved for future use, do not use
LLINK reserved_llink = 0; // reserved for future use, do not use
//
LONG uid = 0;
//
LONG screen_mode = 0;
//
STRUCT caption_and_icon; // CAPTION_AND_ICON_INFO
}
# 17 "C:\\test\\helloworldbasic\\data\\HelloWorldBasic_reg.rss" 2
# 1 "C:\\test\\helloworldbasic\\engine\\inc\\Helloworldbasic.rsg" 1
# 18 "C:\\test\\helloworldbasic\\data\\HelloWorldBasic_reg.rss" 2
UID2 0x101f8021
UID3 0xA000017F
RESOURCE APP_REGISTRATION_INFO
{
app_file="HelloWorldBasic";
localisable_resource_file = STRING_helloworldbasic_loc_resource_file_1;
localisable_resource_id = 0x277c4008 ;
embeddability= 0 ;
newfile= 0 ;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -