Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / src / public / desc_metadata_types.h
1 /*
2  * Copyright (c) 2013 The Native Client Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  */
6
7 #ifndef NATIVE_CLIENT_SRC_PUBLIC_DESC_METADATA_TYPES_H_
8 #define NATIVE_CLIENT_SRC_PUBLIC_DESC_METADATA_TYPES_H_
9
10 #define NACL_DESC_METADATA_NONE_TYPE  (-1)
11 #define NACL_DESC_METADATA_FILE_TOKEN_TYPE (0x00000001u)
12 #define NACL_DESC_METADATA_ORIGIN_INFO_TYPE (0x0EA7F00Du)
13
14 #endif