sbsv1/abld/test/featurevariantmap/inc_noel/b.h
author jascui
Wed, 17 Nov 2010 13:45:48 +0800
changeset 689 b70d8ea6cf75
parent 599 fa7a3cc6effd
permissions -rw-r--r--
Updating release text and product version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
599
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     1
/*
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     3
* All rights reserved.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     4
* This component and the accompanying materials are made available
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     6
* which accompanies this distribution, and is available
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     8
*
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     9
* Initial Contributors:
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    11
*
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    12
* Contributors:
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    13
*
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    14
* Description:
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    15
*
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    16
*/
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    17
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    18
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    19
#ifdef NOEL
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    20
int b_noel(int);
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    21
#else
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    22
int b_xmas(int);
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    23
#endif
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    24