sbsv2/raptor/test/smoke_suite/test_resources/resource/test.cpp
author timothy.murphy@nokia.com
Wed, 07 Apr 2010 20:31:05 +0100
branchfix
changeset 469 6af83cc4c38a
parent 466 b9e5cf94aac3
permissions -rw-r--r--
copyright fixes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
466
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     1
/*
469
6af83cc4c38a copyright fixes
timothy.murphy@nokia.com
parents: 466
diff changeset
     2
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
466
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     3
* All rights reserved.
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     4
* This component and the accompanying materials are made available
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     6
* which accompanies this distribution, and is available
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     8
*
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
     9
* Initial Contributors:
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    11
*
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    12
* Contributors:
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    13
*
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    14
* Description: 
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    15
*
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    16
*/
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    17
#include "e32def.h" // intentional  include
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    18
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    19
char test[]="Resource test";
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    20
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    21
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    22
TInt E32Main()
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    23
{
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    24
	return 0;
b9e5cf94aac3 fix: don't regenrate resources for WINSCW
timothy.murphy@nokia.com
parents:
diff changeset
    25
}