00001 00004 /* 00005 * ============================================================================== 00006 * Name : globalvarex_reg.rss 00007 * Part of : Open C/Example code 00008 * Description : This is a application registry file. 00009 * Version : 1.0 00010 * 00011 * Copyright (c) 2007 Nokia Corporation. 00012 * This material, including documentation and any related 00013 * computer programs, is protected by copyright controlled by 00014 * Nokia Corporation. 00015 * ============================================================================== 00016 */ 00017 00018 #include <appinfo.rh> 00019 00020 UID2 KUidAppRegistrationResourceFile 00021 UID3 0xA000131E 00022 00023 RESOURCE APP_REGISTRATION_INFO 00024 { 00025 app_file="globalvarex"; 00026 00027 embeddability=KAppNotEmbeddable; 00028 newfile=KAppDoesNotSupportNewFile; 00029 } 00030