diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/globalvarex__reg_8rss_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/globalvarex__reg_8rss_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,44 @@ + + +
+ +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 +