00001 /* 00002 * ============================================================================ 00003 * Name : TxtViewer_reg.rss 00004 * Part of : TxtViewer 00005 * Description: 00006 * Version: 00007 * 00008 * Copyright © 2004 Nokia Corporation. 00009 * This material, including documentation and any related 00010 * computer programs, is protected by copyright controlled by 00011 * Nokia Corporation. All rights are reserved. Copying, 00012 * including reproducing, storing, adapting or translating, any 00013 * or all of this material requires the prior written consent of 00014 * Nokia Corporation. This material also contains confidential 00015 * information which may not be disclosed to others without the 00016 * prior written consent of Nokia Corporation. 00017 * ============================================================================ 00018 */ 00019 00020 #include <appinfo.rh> 00021 00022 UID2 KUidAppRegistrationResourceFile 00023 UID3 0xA00058BD // Define your application UID here 00024 00025 RESOURCE APP_REGISTRATION_INFO 00026 { 00027 app_file = "TxtViewer"; 00028 embeddability=KAppEmbeddable; 00029 hidden=KAppIsHidden; 00030 newfile=KAppDoesNotSupportNewFile; 00031 service_list = 00032 { 00033 SERVICE_INFO { uid = 0x10FFFFFF; } 00034 }; 00035 00036 }