handleraif.rss

来自「symbian的S60平台上文件处理的例子」· RSS 代码 · 共 35 行

RSS
35
字号
/*
* ============================================================================
*  Name     : handler.rss
*  Part of  : handler
*  Created  : 15/06/2006 by Forum Nokia
*  Description:
*     RSS for creating the aif file for handler.
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

#include <aiftool.rh>

RESOURCE AIF_DATA
    {
    app_uid=0x0F084DF7;
    num_icons=2;
    //embeddability=KAppNotEmbeddable;
    embeddability=KAppEmbeddable;
    newfile=KAppDoesNotSupportNewFile;

   datatype_list = 
        {
        DATATYPE
            {
            priority = EDataTypePriorityHigh;
            type = "application/something-totally-new";
            }
        };  
    
    }

// End of File

⌨️ 快捷键说明

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