diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-07 12:31:33 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-07 12:31:33 +0000 |
commit | 8a43e8dd550a3e92238b3c22bb6ea67d41097e86 (patch) | |
tree | 10d37248e6dfe998a6f4b644a42e2d4905f93745 /Tools/Conf | |
parent | 4347544299c30163e1f25ede944918a56847903d (diff) | |
download | edk2-platforms-8a43e8dd550a3e92238b3c22bb6ea67d41097e86.tar.xz |
Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.
1) change all PCD_TOKEN_NUMBER to UINTN
2) change all SKU_ID to UINTN
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@437 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf')
-rw-r--r-- | Tools/Conf/Pcd/PcdDatabaseCommonDefinitions.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/Conf/Pcd/PcdDatabaseCommonDefinitions.sample b/Tools/Conf/Pcd/PcdDatabaseCommonDefinitions.sample index 9b7d7d319f..d441aa0515 100644 --- a/Tools/Conf/Pcd/PcdDatabaseCommonDefinitions.sample +++ b/Tools/Conf/Pcd/PcdDatabaseCommonDefinitions.sample @@ -5,6 +5,8 @@ //
// Common definitions
//
+typedef UINT8 SKU_ID;
+
#define PCD_TYPE_SHIFT 24
|